Theorems · Theorem · combinatorics
SimpleGraph.Hom.sum_sum_comp_sumAssoc
∀ {U : Type u_1} {U' : Type u_2} {V : Type u_3} {V' : Type u_4} {W : Type u_5} {W' : Type u_6} {G : SimpleGraph V}
{H : SimpleGraph W} {I : SimpleGraph U} {G' : SimpleGraph V'} {H' : SimpleGraph W'} {I' : SimpleGraph U'}
(f : G →g G') (g : H →g H') (h : I →g I'),
(f.sum (g.sum h)).comp SimpleGraph.Iso.sumAssoc.toHom = SimpleGraph.Iso.sumAssoc.toHom.comp ((f.sum g).sum h)- Defined in
- Mathlib.Combinatorics.SimpleGraph.Sum
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Homstatement and proof · cited by 139
- SimpleGraph.sumstatement · cited by 46
- SimpleGraph.Hom.compstatement · cited by 20
- SimpleGraph.Iso.toHomstatement and proof · cited by 13
- RelHom.extproof · cited by 9
- RelHom.comp_applyproof · cited by 6
- SimpleGraph.Hom.sumstatement and proof · cited by 5
- SimpleGraph.Iso.sumAssocstatement and proof · cited by 5
- SimpleGraph.Iso.sumAssoc_applyproof · cited by 3
- SimpleGraph.Hom.sum_applyproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.