Mathlib Map

Theorems · Theorem · ring theory

RingHomCompTriple.comp_eq

∀ {R₁ : Type u_1} {R₂ : Type u_2} {R₃ : Type u_3} {inst : Semiring R₁} {inst_1 : Semiring R₂} {inst_2 : Semiring R₃}
  {σ₁₂ : R₁ →+* R₂} {σ₂₃ : R₂ →+* R₃} {σ₁₃ : outParam (R₁ →+* R₃)} [self : RingHomCompTriple σ₁₂ σ₂₃ σ₁₃],
  σ₂₃.comp σ₁₂ = σ₁₃

The morphisms form a commutative triangle

Defined in
Mathlib.Algebra.Ring.CompTypeclasses
Cited by
38 results in Mathlib
Foundations
Depth 19 from the axioms · uses propext, Quot.sound
Assumes
RingHomCompTriple

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by38

Results whose statement or proof uses this declaration.