Skip to content

Commit 84e1e9b

Browse files
committed
golf
1 parent 8d9e99f commit 84e1e9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Order/DirSupClosed/Finite.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public section
1919
variable {α : Type*} [PartialOrder α]
2020

2121
theorem Set.Finite.dirSupClosed {s : Set α} (hs : s.Finite) : DirSupClosed s := by
22-
induction s, hs using Set.Finite.induction_on with
22+
induction s, hs using induction_on with
2323
| empty => exact .empty
2424
| insert has _ hs₁ =>
2525
rw [Set.insert_eq]

0 commit comments

Comments
 (0)