Theorems · Theorem · group theory
AddActionHom.comp_assoc
∀ {M : Type u_2} {N : Type u_3} {P : Type u_4} {φ : M → N} {ψ : N → P} {χ : M → P} {X : Type u_5} [inst : VAdd M X]
{Y : Type u_6} [inst_1 : VAdd N Y] {Z : Type u_7} [inst_2 : VAdd P Z] {Q : Type u_8} {T : Type u_9}
[inst_3 : VAdd Q T] {η : P → Q} {θ : M → Q} {ζ : N → Q} (h : Z →ₑ[η] T) (g : Y →ₑ[ψ] Z) (f : X →ₑ[φ] Y)
[inst_4 : CompTriple φ ψ χ] [inst_5 : CompTriple χ η θ] [inst_6 : CompTriple ψ η ζ] [inst_7 : CompTriple φ ζ θ],
h.comp (g.comp f) = (h.comp g).comp f- Defined in
- Mathlib.GroupTheory.GroupAction.Hom
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses 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.
- VAddstatement and proof · cited by 616
- AddActionHomstatement and proof · cited by 82
- CompTriplestatement and proof · cited by 11
- AddActionHom.compstatement · cited by 10
- AddActionHom.extproof · cited by 8
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.