Theorems · Theorem · combinatorics
Finset.card_filter_eq_iff
∀ {α : Type u_1} {s : Finset α} {p : α → Prop} [inst : DecidablePred p],
(Finset.filter p s).card = s.card ↔ ∀ x ∈ s, p x- Defined in
- Mathlib.Data.Finset.Card
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 58 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidablePred
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- Finset.cardstatement · cited by 2,327
- Finset.filterstatement · cited by 949
- Finset.filter_subsetproof · cited by 55
- Finset.card_filter_leproof · cited by 16
- LE.le.ge_iff_eqproof · cited by 12
- Finset.filter_eq_selfproof · cited by 5
- Finset.eq_iff_card_le_of_subsetproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- Nat.count_iff_forallproof · cited by 1
- Finset.filter_card_eqproof · cited by 1