Mathlib Map

Theorems · Theorem · ring theory

RingHomCompTriple.comp_apply

∀ {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₃} {σ₁₃ : R₁ →+* R₃} [RingHomCompTriple σ₁₂ σ₂₃ σ₁₃] {x : R₁}, σ₂₃ (σ₁₂ x) = σ₁₃ x
Defined in
Mathlib.Algebra.Ring.CompTypeclasses
Cited by
42 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext, Quot.sound
Assumes
SemiringSemiringSemiringRingHomCompTriple

Around this declaration

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

Cites6

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

Cited by42

Results whose statement or proof uses this declaration.