Theorems · Theorem · ring theory
AlgHom.pi_comp
∀ {ι : Type u_1} {R : Type u_2} {A : ι → Type u_3} [inst : CommSemiring R] [inst_1 : (i : ι) → Semiring (A i)]
[inst_2 : (i : ι) → Algebra R (A i)] {B : Type u_4} {C : Type u_5} [inst_3 : Semiring B] [inst_4 : Algebra R B]
[inst_5 : Semiring C] [inst_6 : Algebra R C] (g : (i : ι) → C →ₐ[R] A i) (h : B →ₐ[R] C),
(AlgHom.pi g).comp h = AlgHom.pi fun i => (g i).comp hAlgHom.pi commutes with composition.
- Defined in
- Mathlib.Algebra.Algebra.Pi
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Quot.sound
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.
- Semiringstatement and proof · cited by 13,802
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- AlgHomstatement and proof · cited by 3,236
- AlgHom.compstatement · cited by 501
- AlgHom.pistatement · cited by 9
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.aeval_piproof · cited by 1