File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ theorem union_eq_sdiff_union_sdiff_union_inter (s t : Finset α) : s ∪ t = s \
222222 sup_eq_sdiff_sup_sdiff_sup_inf
223223
224224theorem sdiff_eq_self_iff_disjoint : s \ t = s ↔ Disjoint s t :=
225- sdiff_eq_self_iff_disjoint'
225+ sdiff_eq_left
226226
227227theorem sdiff_eq_self_of_disjoint (h : Disjoint s t) : s \ t = s :=
228228 sdiff_eq_self_iff_disjoint.2 h
Original file line number Diff line number Diff line change @@ -220,11 +220,11 @@ theorem sdiff_eq_sdiff_iff_inf_eq_inf : y \ x = y \ z ↔ y ⊓ x = y ⊓ z :=
220220
221221theorem sdiff_eq_self_iff_disjoint : x \ y = x ↔ Disjoint y x := sdiff_eq_left.trans disjoint_comm
222222
223- theorem sdiff_eq_self_iff_disjoint' : x \ y = x ↔ Disjoint x y := sdiff_eq_left
223+ @ [ deprecated (since := "2025-10-12" )] alias sdiff_eq_self_iff_disjoint' := sdiff_eq_left
224224
225225theorem sdiff_lt (hx : y ≤ x) (hy : y ≠ ⊥) : x \ y < x := by
226226 refine sdiff_le.lt_of_ne fun h => hy ?_
227- rw [sdiff_eq_self_iff_disjoint' , disjoint_iff] at h
227+ rw [sdiff_eq_left , disjoint_iff] at h
228228 rw [← h, inf_eq_right.mpr hx]
229229
230230theorem sdiff_lt_left : x \ y < x ↔ ¬ Disjoint y x := by
You can’t perform that action at this time.
0 commit comments