Theorems · Theorem · commutative algebra
PiTensorProduct.algHom_ext
∀ {ι : Type u_1} {R : Type u_3} {A : ι → Type u_4} [inst : CommSemiring R] [inst_1 : (i : ι) → Semiring (A i)]
[inst_2 : (i : ι) → Algebra R (A i)] {S : Type u_5} [Finite ι] [inst_4 : DecidableEq ι] [inst_5 : Semiring S]
[inst_6 : Algebra R S] ⦃f g : (PiTensorProduct R fun i => A i) →ₐ[R] S⦄,
(∀ (i : ι), f.comp (PiTensorProduct.singleAlgHom i) = g.comp (PiTensorProduct.singleAlgHom i)) → f = gTo show two algebra morphisms from finite tensor products are equal, it suffices to show that they agree on elements of the form $1 ⊗ ⋯ ⊗ a ⊗ 1 ⊗ ⋯$.
- Defined in
- Mathlib.RingTheory.PiTensorProduct
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- Finitestatement and proof · cited by 3,029
- AlgHom.compstatement and proof · cited by 501
- AlgHom.toRingHomproof · cited by 490
- MonoidHom.compproof · cited by 469
- DFunLike.congr_funproof · cited by 288
- PiTensorProductstatement and proof · cited by 181
- RingHom.toMonoidHomproof · cited by 132
- MultilinearMap.extproof · cited by 60
Cited by1
Results whose statement or proof uses this declaration.
- PiTensorProduct.algHom_ext_iffproof · cited by 0