Theorems · Theorem · combinatorics
Fintype.card_subtype_or_disjoint
∀ {α : Type u_1} (p q : α → Prop),
Disjoint p q →
∀ [inst : Fintype { x // p x }] [inst_1 : Fintype { x // q x }] [inst_2 : Fintype { x // p x ∨ q x }],
Fintype.card { x // p x ∨ q x } = Fintype.card { x // p x } + Fintype.card { x // q x }- Defined in
- Mathlib.Data.Fintype.Sum
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fintypestatement and proof · cited by 7,736
- Disjointstatement and proof · cited by 2,201
- Fintype.cardstatement and proof · cited by 1,386
- Fintype.card_congrproof · cited by 67
- Fintype.card_sumproof · cited by 12
- subtypeOrEquivproof · cited by 6
Cited by2
Results whose statement or proof uses this declaration.
- NumberField.InfinitePlace.card_eq_nrRealPlaces_add_nrComplexPlacesproof · cited by 2
- Fintype.card_subtype_eq_or_eq_of_neproof · cited by 1