Skip to content

Commit e9d4ea3

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

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
@@ -52,7 +52,7 @@ omit [Fintype α] in
5252
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
55-
have h2 : {x // x ∈ s} ≃ (Fin s.card) := by exact Fintype.equivOfCardEq h1
55+
have h2 : {x // x ∈ s} ≃ Fin s.card := by exact Fintype.equivOfCardEq h1
5656
simp [Fintype.card_equiv h2]
5757

5858
/-- `IsPrefix s f` means that the elements of `s` precede the elements of `sᶜ`

0 commit comments

Comments
 (0)