Skip to content

Commit d1c8ca8

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Mathlib/Analysis/LocallyConvex/Separation.lean

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,7 @@ theorem iInter_nat_halfSpaces_eq_of_prod {F : Type*} {s : Set (E × F)}
396396
simp [← map_add]
397397
· intro hs₃ hsne i
398398
obtain ⟨z, hz⟩ := eq2 hs₃ hsne i
399-
use z.1, z.2
400-
simpa [← map_add] using hz
399+
exact ⟨z.1, z.2, by simpa [← map_add] using hz⟩
401400

402401
end Countable
403402

0 commit comments

Comments
 (0)