Skip to content

Commit 41b7b23

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

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Mathlib/Analysis/LocallyConvex/Separation.lean

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,9 +391,8 @@ theorem iInter_nat_halfSpaces_eq_of_prod {F : Type*} {s : Set (E × F)}
391391
refine ⟨fun i ↦ (LT i).comp (.inl 𝕜 E F), fun i ↦ (LT i).comp (.inr 𝕜 E F), c, ?_,
392392
fun hs₃ hsne i ↦ ?_⟩
393393
· rw [← eq1]
394-
apply iInter_congr
395-
intro i
396-
ext ⟨x, y⟩
394+
refine iInter_congr fun i ↦ ?_
395+
ext
397396
simp [← map_add]
398397
· intro hs₃ hsne i
399398
obtain ⟨z, hz⟩ := eq2 hs₃ hsne i

0 commit comments

Comments
 (0)