Skip to content

Commit 51ac3ab

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

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
@@ -49,7 +49,7 @@ theorem cardNumbering : card (Numbering α) = (card α).factorial := by
4949
exact Fintype.card_equiv (Fintype.equivFinOfCardEq rfl)
5050

5151
omit [Fintype α] in
52-
theorem numbering_on_card (s : Finset α) : card (NumberingOn s) = s.card.factorial := by
52+
theorem card_numberingOn (s : Finset α) : card (NumberingOn s) = s.card.factorial := by
5353
simp only [NumberingOn]
5454
have h1 : card {x // x ∈ s} = card (Fin s.card) := by simp
5555
have h2 : {x // x ∈ s} ≃ (Fin s.card) := by exact Fintype.equivOfCardEq h1

0 commit comments

Comments
 (0)