Theorems · Theorem · combinatorics
Multiset.powersetCard_cons
∀ {α : Type u_1} (n : ℕ) (a : α) (s : Multiset α),
Multiset.powersetCard (n + 1) (a ::ₘ s) =
Multiset.powersetCard (n + 1) s + Multiset.map (Multiset.cons a) (Multiset.powersetCard n s)- Defined in
- Mathlib.Data.Multiset.Powerset
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 41 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Multisetstatement and proof · cited by 2,627
- Multiset.mapstatement · cited by 876
- Multiset.consstatement and proof · cited by 313
- Multiset.ofListproof · cited by 290
- Multiset.powersetCardstatement · cited by 29
- Multiset.powersetCardAuxproof · cited by 8
- Multiset.powersetCardAux_consproof · cited by 2
Cited by4
Results whose statement or proof uses this declaration.
- Multiset.powersetCard_mapproof · cited by 3
- Multiset.esymm_pair_oneproof · cited by 1
- Multiset.esymm_pair_twoproof · cited by 1
- Multiset.powersetCard_selfproof · cited by 0