We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9e99f commit 84e1e9bCopy full SHA for 84e1e9b
1 file changed
Mathlib/Order/DirSupClosed/Finite.lean
@@ -19,7 +19,7 @@ public section
19
variable {α : Type*} [PartialOrder α]
20
21
theorem Set.Finite.dirSupClosed {s : Set α} (hs : s.Finite) : DirSupClosed s := by
22
- induction s, hs using Set.Finite.induction_on with
+ induction s, hs using induction_on with
23
| empty => exact .empty
24
| insert has _ hs₁ =>
25
rw [Set.insert_eq]
0 commit comments