File tree Expand file tree Collapse file tree 3 files changed +2
-38
lines changed
Expand file tree Collapse file tree 3 files changed +2
-38
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import LeanCamCombi.Mathlib.Combinatorics.SetFamily.LYM
1616import LeanCamCombi.Mathlib.Combinatorics.SimpleGraph.Density
1717import LeanCamCombi.Mathlib.Combinatorics.SimpleGraph.Subgraph
1818import LeanCamCombi.Mathlib.Data.Fintype.Card
19- import LeanCamCombi.Mathlib.Data.Nat.Choose.Cast
2019import LeanCamCombi.Mathlib.Probability.ProbabilityMassFunction.Constructions
2120import LeanCamCombi.PlainCombi.KatonaCircle
2221import LeanCamCombi.PlainCombi.LittlewoodOfford
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ Released under Apache 2.0 license as described in the file LICENSE.
44Authors: Ching-Tsun Chou, Chris Wong
55-/
66import LeanCamCombi.Mathlib.Data.Fintype.Card
7- import LeanCamCombi.Mathlib.Data.Nat.Choose.Cast
87import Mathlib.Data.Finset.Density
98import Mathlib.Data.Fintype.Prod
109import Mathlib.Data.Fintype.Perm
10+ import Mathlib.Data.Nat.Choose.Cast
1111
1212/-!
1313# The Katona circle method
@@ -107,7 +107,7 @@ lemma card_prefixed (s : Finset α) : #(prefixed s) = (#s)! * (card α - #s)! :=
107107
108108@[simp]
109109lemma dens_prefixed (s : Finset α) : (prefixed s).dens = ((card α).choose #s : ℚ≥0 )⁻¹ := by
110- simp [dens, card_prefixed, Nat.cast_choose' _ s.card_le_univ]
110+ simp [dens, card_prefixed, Nat.cast_choose _ s.card_le_univ]
111111
112112-- TODO: This can be strengthened to an iff
113113lemma disjoint_prefixed_prefixed (hst : ¬ s ⊆ t) (hts : ¬ t ⊆ s) :
You can’t perform that action at this time.
0 commit comments