Theorems · Theorem · ring theory
NonUnitalRingHom.comp_apply
∀ {α : Type u_2} {β : Type u_3} {γ : Type u_4} [inst : NonUnitalNonAssocSemiring α]
[inst_1 : NonUnitalNonAssocSemiring β] [inst_2 : NonUnitalNonAssocSemiring γ] (g : β →ₙ+* γ) (f : α →ₙ+* β) (x : α),
(g.comp f) x = g (f x)- Defined in
- Mathlib.Algebra.Ring.Hom.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Quot.sound
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.
- DFunLike.coestatement · cited by 62,936
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- NonUnitalRingHomstatement and proof · cited by 157
- NonUnitalRingHom.compstatement · cited by 38
Cited by1
Results whose statement or proof uses this declaration.
- NonUnitalRingHom.cancel_leftproof · cited by 0