Theorems · Theorem · combinatorics
Rel.interedges_eq_biUnion
∀ {α : Type u_4} {β : Type u_5} (r : α → β → Prop) [inst : (a : α) → DecidablePred (r a)] {s : Finset α} {t : Finset β}
[inst_1 : DecidableEq α] [inst_2 : DecidableEq β],
Rel.interedges r s t = s.biUnion fun x => Finset.map { toFun := fun x_1 => (x, x_1), inj' := ⋯ } ({y ∈ t | r x y})- Cited by
- 0 results in Mathlib
- Foundations
- Depth 76 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
- Finset.filterstatement · cited by 949
- Finset.mapstatement · cited by 747
- Finset.extproof · cited by 565
- Finset.biUnionstatement · cited by 217
- Rel.interedgesstatement · cited by 27
- Prod.mk_right_injectivestatement · cited by 15
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.