Skip to content

Commit 0aea844

Browse files
authored
Clearer name
1 parent bec7016 commit 0aea844

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

analysis/Analysis/Section_3_5.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ theorem SetTheory.Set.snd_of_mk_cartesian {X Y:Set} (x:X) (y:Y) :
120120
simp [z, mk_cartesian, Subtype.val_inj] at hx ⊢; rw [←hx.2]
121121

122122
@[simp]
123-
theorem SetTheory.Set.mk_cartesian_eq {X Y: Set} (z: X ×ˢ Y) :
123+
theorem SetTheory.Set.mk_cartesian_fst_snd_eq {X Y: Set} (z: X ×ˢ Y) :
124124
(mk_cartesian (fst z) (snd z)) = z := by
125125
rw [mk_cartesian, Subtype.mk.injEq, pair_eq_fst_snd]
126126

0 commit comments

Comments
 (0)