1 parent bec7016 commit 0aea844Copy full SHA for 0aea844
1 file changed
analysis/Analysis/Section_3_5.lean
@@ -120,7 +120,7 @@ theorem SetTheory.Set.snd_of_mk_cartesian {X Y:Set} (x:X) (y:Y) :
120
simp [z, mk_cartesian, Subtype.val_inj] at hx ⊢; rw [←hx.2]
121
122
@[simp]
123
-theorem SetTheory.Set.mk_cartesian_eq {X Y: Set} (z: X ×ˢ Y) :
+theorem SetTheory.Set.mk_cartesian_fst_snd_eq {X Y: Set} (z: X ×ˢ Y) :
124
(mk_cartesian (fst z) (snd z)) = z := by
125
rw [mk_cartesian, Subtype.mk.injEq, pair_eq_fst_snd]
126
0 commit comments