Skip to content

Commit a7301dc

Browse files
committed
why is this here
1 parent c2500f9 commit a7301dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Order/Interval/Set/Basic.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ variable [PartialOrder α] {a b c : α}
472472

473473
@[simp]
474474
theorem Icc_self (a : α) : Icc a a = {a} :=
475-
ext <| by simp [Icc, le_antisymm_iff, and_comm]
475+
Set.ext <| by simp [Icc, le_antisymm_iff, and_comm]
476476

477477
instance instIccUnique : Unique (Icc a a) where
478478
default := ⟨a, by simp⟩

0 commit comments

Comments
 (0)