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 51ac3ab commit e9d4ea3Copy full SHA for e9d4ea3
LeanCamCombi/ProbLYM.lean
@@ -52,7 +52,7 @@ omit [Fintype α] in
52
theorem card_numberingOn (s : Finset α) : card (NumberingOn s) = s.card.factorial := by
53
simp only [NumberingOn]
54
have h1 : card {x // x ∈ s} = card (Fin s.card) := by simp
55
- have h2 : {x // x ∈ s} ≃ (Fin s.card) := by exact Fintype.equivOfCardEq h1
+ have h2 : {x // x ∈ s} ≃ Fin s.card := by exact Fintype.equivOfCardEq h1
56
simp [Fintype.card_equiv h2]
57
58
/-- `IsPrefix s f` means that the elements of `s` precede the elements of `sᶜ`
0 commit comments