Theorems · Definition · commutative algebra
PiTensorProduct.mul
{ι : Type u_1} →
{R : Type u_3} →
{A : ι → Type u_4} →
[inst : CommSemiring R] →
[inst_1 : (i : ι) → NonUnitalNonAssocSemiring (A i)] →
[inst_2 : (i : ι) → Module R (A i)] →
[∀ (i : ι), SMulCommClass R (A i) (A i)] →
[∀ (i : ι), IsScalarTower R (A i) (A i)] →
(PiTensorProduct R fun i => A i) →ₗ[R]
(PiTensorProduct R fun i => A i) →ₗ[R] PiTensorProduct R fun i => A iThe multiplication in tensor product of rings is induced by (xᵢ) * (yᵢ) = (xᵢ * yᵢ)
- Defined in
- Mathlib.RingTheory.PiTensorProduct
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement · cited by 10,215
- IsScalarTowerstatement and proof · cited by 3,896
- SMulCommClassstatement and proof · cited by 1,927
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- PiTensorProductstatement · cited by 181
- PiTensorProduct.tprodproof · cited by 117
- LinearMap.mulproof · cited by 61
- PiTensorProduct.piTensorHomMap₂proof · cited by 1
Cited by8
Results whose statement or proof uses this declaration.
- PiTensorProduct.mul_tprod_tprodstatement · cited by 5
- PiTensorProduct.smul_tprod_mul_smul_tprodproof · cited by 0
- PiTensorProduct.mul_assocstatement and proof · cited by 0
- PiTensorProduct.mul_commstatement and proof · cited by 0
- PiTensorProduct.mul_defstatement · cited by 0
- PiTensorProduct.mul_onestatement and proof · cited by 0
- PiTensorProduct.mul.congr_simpstatement and proof · cited by 0
- PiTensorProduct.one_mulstatement and proof · cited by 0