Skip to content

Commit c899b11

Browse files
ctchouYaelDillies
andauthored
Update LeanCamCombi/ProbLYM.lean
Co-authored-by: Yaël Dillies <[email protected]>
1 parent 50692cb commit c899b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LeanCamCombi/ProbLYM.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ in mathlib because we need the special property `set_prefix_subset` below. -/
4141
def Numbering (α : Type*) [Fintype α] := α ≃ Fin (card α)
4242

4343
@[reducible]
44-
def NumberingOn {α : Type*} (s : Finset α) := {x // x ∈ s} ≃ Fin s.card
44+
def NumberingOn {α : Type*} (s : Finset α) := Numbering s
4545

4646
variable {α : Type*} [Fintype α] [DecidableEq α]
4747

0 commit comments

Comments
 (0)