Theorems · Definition · ring theory
AlgHom.comp
{R : Type u} →
{A : Type v} →
{B : Type w} →
{C : Type u₁} →
[inst : CommSemiring R] →
[inst_1 : Semiring A] →
[inst_2 : Semiring B] →
[inst_3 : Semiring C] →
[inst_4 : Algebra R A] →
[inst_5 : Algebra R B] → [inst_6 : Algebra R C] → (B →ₐ[R] C) → (A →ₐ[R] B) → A →ₐ[R] CIf φ₁ and φ₂ are R-algebra homomorphisms with the
domain of φ₁ equal to the codomain of φ₂, then
φ₁.comp φ₂ is the algebra homomorphism x ↦ φ₁ (φ₂ x).
- Defined in
- Mathlib.Algebra.Algebra.Hom
- Cited by
- 501 results in Mathlib
- Foundations
- Depth 23 from the axioms, rests on 179 definitions · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- RingHomproof · cited by 10,189
- AlgHomstatement and proof · cited by 3,236
- RingHom.compproof · cited by 899
- RingHomClass.toRingHomproof · cited by 746
- AlgHom.toRingHomproof · cited by 490
Cited by592
Results whose statement or proof uses this declaration.
- MvPolynomial.algHom_extproof · cited by 55
- StarAlgHom.compproof · cited by 30
- BialgHom.compproof · cited by 26
- Algebra.TensorProduct.extstatement and proof · cited by 26
- AlgHom.comp_applystatement · cited by 20
- Polynomial.algHom_extproof · cited by 19
- AdicCompletion.evalₐproof · cited by 15
- Polynomial.aeval_algHomstatement · cited by 14
- AlgEquiv.ofAlgHomstatement and proof · cited by 13
- AlgEquiv.ofAlgHom_applystatement and proof · cited by 13
- Algebra.FormallyUnramified.compproof · cited by 12
- AlgEquiv.ofAlgHom_symm_applystatement and proof · cited by 12
Showing the 200 most cited of 592.