Skip to content

Commit d061fbe

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Mathlib/Analysis/LocallyConvex/Separation.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ theorem iInter_nat_halfSpaces_eq_of_prod {F : Type*} {s : Set (E × F)}
388388
⋂ (i : ℕ), {(x, y) | c i ≤ re (L i x) + re (T i y)} = s
389389
∧ (s.Nonempty → s ≠ univ → ∀ i, ∃ (x : E) (y : F), re (L i x) + re (T i y) ≠ 0) := by
390390
obtain ⟨LT, c, eq1, eq2⟩ := iInter_nat_halfSpaces_eq (𝕜 := 𝕜) hs₁ hs₂ hsep
391-
use fun i ↦ (LT i).comp (.inl 𝕜 E F), fun i ↦ (LT i).comp (.inr 𝕜 E F), c
392-
constructor
391+
refine ⟨fun i ↦ (LT i).comp (.inl 𝕜 E F), fun i ↦ (LT i).comp (.inr 𝕜 E F), c, ?_,
392+
fun hs₃ hsne i ↦ ?_⟩
393393
· rw [← eq1]
394394
apply iInter_congr
395395
intro i

0 commit comments

Comments
 (0)