Theorems · Theorem · combinatorics
SimpleGraph.Embedding.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.toEmbedding =
SimpleGraph.Iso.sumAssoc.toEmbedding.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.
Cites11
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.sumstatement · cited by 46
- SimpleGraph.Embeddingstatement and proof · cited by 41
- RelEmbedding.extproof · cited by 11
- SimpleGraph.Embedding.compstatement · cited by 10
- SimpleGraph.Iso.toEmbeddingstatement · cited by 9
- SimpleGraph.Embedding.sumstatement and proof · cited by 5
- SimpleGraph.Iso.sumAssocstatement and proof · cited by 5
- SimpleGraph.Iso.sumAssoc_applyproof · cited by 3
- SimpleGraph.Embedding.sum_applyproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.