Theorems · Theorem · combinatorics
Finset.sum_card_bipartiteAbove_eq_sum_card_bipartiteBelow
∀ {α : Type u_2} {β : Type u_3} (r : α → β → Prop) {s : Finset α} {t : Finset β}
[inst : (a : α) → (b : β) → Decidable (r a b)],
∑ a ∈ s, (Finset.bipartiteAbove r t a).card = ∑ b ∈ t, (Finset.bipartiteBelow r s b).card- Cited by
- 5 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Decidable
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.sumstatement and proof · cited by 5,195
- Finset.cardstatement · cited by 2,327
- Finset.sum_congrproof · cited by 2,323
- Finset.bipartiteBelowstatement and proof · cited by 24
- Finset.bipartiteAbovestatement and proof · cited by 22
- Finset.card_eq_sum_onesproof · cited by 22
- Finset.sum_sum_bipartiteAbove_eq_sum_sum_bipartiteBelowproof · cited by 1
Cited by5
Results whose statement or proof uses this declaration.
- Finset.card_nsmul_le_card_nsmulproof · cited by 2
- Finset.card_nsmul_lt_card_nsmul_of_le_of_ltproof · cited by 1
- SimpleGraph.isBipartiteWith_sum_degrees_eqproof · cited by 1
- Finset.card_nsmul_lt_card_nsmul_of_lt_of_leproof · cited by 1
- Finset.sum_card_eq_sum_biUnion_cardproof · cited by 1