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 50692cb commit c899b11Copy full SHA for c899b11
LeanCamCombi/ProbLYM.lean
@@ -41,7 +41,7 @@ in mathlib because we need the special property `set_prefix_subset` below. -/
41
def Numbering (α : Type*) [Fintype α] := α ≃ Fin (card α)
42
43
@[reducible]
44
-def NumberingOn {α : Type*} (s : Finset α) := {x // x ∈ s} ≃ Fin s.card
+def NumberingOn {α : Type*} (s : Finset α) := Numbering s
45
46
variable {α : Type*} [Fintype α] [DecidableEq α]
47
0 commit comments