Theorems · Theorem · combinatorics
Rel.interedges_biUnion
∀ {ι : Type u_2} {κ : Type u_3} {α : Type u_4} {β : Type u_5} (r : α → β → Prop) [inst : (a : α) → DecidablePred (r a)]
[inst_1 : DecidableEq α] [inst_2 : DecidableEq β] (s : Finset ι) (t : Finset κ) (f : ι → Finset α) (g : κ → Finset β),
Rel.interedges r (s.biUnion f) (t.biUnion g) = (s ×ˢ t).biUnion fun ab => Rel.interedges r (f ab.1) (g ab.2)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, 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.
- Finsetstatement and proof · cited by 13,712
- SProd.sprodstatement · cited by 1,750
- Finset.biUnionstatement and proof · cited by 217
- Rel.interedgesstatement and proof · cited by 27
- Rel.interedges_biUnion_leftproof · cited by 3
- Rel.interedges_biUnion_rightproof · cited by 3
- Finset.product_biUnionproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.interedges_biUnionproof · cited by 0