Skip to content

Commit cac1a39

Browse files
CoolRmalEtienneC30
andauthored
Update Mathlib/Analysis/LocallyConvex/Separation.lean
Co-authored-by: Etienne Marion <66847262+EtienneC30@users.noreply.github.com>
1 parent 1b0cbc6 commit cac1a39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Analysis/LocallyConvex/Separation.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ theorem iInter_nat_halfSpaces_eq_of_prod {F : Type*} {s : Set (E × F)}
386386
(hs₁ : Convex ℝ s) (hs₂ : IsClosed s) (hsep : IsSeparable sᶜ) :
387387
∃ (L : ℕ → E →L[𝕜] 𝕜) (T : ℕ → F →L[𝕜] 𝕜) (c : ℕ → ℝ),
388388
⋂ (i : ℕ), {(x, y) | c i ≤ re (L i x) + re (T i y)} = s
389-
∧ (s.Nonempty → s ≠ univ → ∀ i, ∃ (x : E), ∃ (y : F), re (L i x) + re (T i y) ≠ 0) := by
389+
∧ (s.Nonempty → s ≠ univ → ∀ i, ∃ (x : E) (y : F), re (L i x) + re (T i y) ≠ 0) := by
390390
have ⟨LT, c, eq1, eq2⟩ := iInter_nat_halfSpaces_eq (𝕜 := 𝕜) hs₁ hs₂ hsep
391391
use fun i ↦ (LT i).comp (.inl 𝕜 E F), fun i ↦ (LT i).comp (.inr 𝕜 E F), c
392392
constructor

0 commit comments

Comments
 (0)