Theorems · Theorem · combinatorics
Finset.prod_prod_bipartiteAbove_eq_prod_prod_bipartiteBelow
∀ {R : Type u_1} {α : Type u_2} {β : Type u_3} (r : α → β → Prop) {s : Finset α} {t : Finset β} [inst : CommMonoid R]
(f : α → β → R) [inst_1 : (a : α) → (b : β) → Decidable (r a b)],
∏ a ∈ s, ∏ b ∈ Finset.bipartiteAbove r t a, f a b = ∏ b ∈ t, ∏ a ∈ Finset.bipartiteBelow r s b, f a b- Cited by
- 0 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommMonoidDecidable
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.prodstatement · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- Finset.prod_congrproof · cited by 646
- Finset.bipartiteBelowstatement · cited by 24
- Finset.bipartiteAbovestatement · cited by 22
- Finset.prod_commproof · cited by 8
- Finset.prod_filterproof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.