Theorems · Definition · combinatorics
SimpleGraph.Iso.sumAssoc
{U : Type u_1} →
{V : Type u_3} →
{W : Type u_5} → {G : SimpleGraph V} → {H : SimpleGraph W} → {I : SimpleGraph U} → G ⊕g H ⊕g I ≃g G ⊕g (H ⊕g I)The disjoint sum is associative up to isomorphism. Iso.sumAssoc as a graph isomorphism.
- Defined in
- Mathlib.Combinatorics.SimpleGraph.Sum
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 35 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Equivproof · cited by 8,337
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Isostatement · cited by 99
- SimpleGraph.sumstatement · cited by 46
- Equiv.sumAssocproof · cited by 17
Cited by5
Results whose statement or proof uses this declaration.
- SimpleGraph.Iso.sumAssoc_applystatement and proof · cited by 3
- SimpleGraph.Hom.sum_sum_comp_sumAssocstatement and proof · cited by 0
- SimpleGraph.Embedding.sum_sum_comp_sumAssocstatement and proof · cited by 0
- SimpleGraph.Iso.sumAssoc_comp_sumCongrstatement and proof · cited by 0
- SimpleGraph.Iso.sumAssoc_symm_applystatement and proof · cited by 0