Theorems · Theorem · combinatorics
SimpleGraph.induceHom_comp
∀ {V : Type u_1} {W : Type u_2} {X : Type u_3} {G : SimpleGraph V} {G' : SimpleGraph W} {G'' : SimpleGraph X}
{s : Set V} {t : Set W} {r : Set X} (φ : G →g G') (φst : Set.MapsTo (⇑φ) s t) (ψ : G' →g G'')
(ψtr : Set.MapsTo (⇑ψ) t r),
(SimpleGraph.induceHom ψ ψtr).comp (SimpleGraph.induceHom φ φst) = SimpleGraph.induceHom (ψ.comp φ) ⋯- Defined in
- Mathlib.Combinatorics.SimpleGraph.Maps
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Set.Elemstatement and proof · cited by 7,166
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjstatement · cited by 1,346
- Set.MapsTostatement and proof · cited by 732
- SimpleGraph.Homstatement and proof · cited by 139
- SimpleGraph.inducestatement · cited by 80
- RelHomstatement · cited by 49
- SimpleGraph.Hom.compstatement and proof · cited by 20
- Set.MapsTo.compstatement · cited by 15
- RelHom.extproof · cited by 9
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.ComponentCompl.hom_transproof · cited by 0