Theorems · Theorem · order theory
OrderRingHom.comp_apply
∀ {α : Type u_2} {β : Type u_3} {γ : Type u_4} [inst : NonAssocSemiring α] [inst_1 : Preorder α]
[inst_2 : NonAssocSemiring β] [inst_3 : Preorder β] [inst_4 : NonAssocSemiring γ] [inst_5 : Preorder γ] (f : β →+*o γ)
(g : α →+*o β) (a : α), (f.comp g) a = f (g a)- Defined in
- Mathlib.Algebra.Order.Hom.Ring
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext, 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.
- DFunLike.coestatement · cited by 62,936
- Preorderstatement and proof · cited by 7,952
- NonAssocSemiringstatement and proof · cited by 805
- OrderRingHomstatement and proof · cited by 132
- OrderRingHom.compstatement · cited by 15
Cited by4
Results whose statement or proof uses this declaration.
- ArchimedeanClass.stdPart_eq_zeroproof · cited by 6
- ArchimedeanClass.stdPart_of_mk_nonnegproof · cited by 2
- ArchimedeanClass.ofArchimedean_stdPartproof · cited by 1
- OrderRingHom.cancel_leftproof · cited by 0