Theorems · Theorem · commutative algebra
PiTensorProduct.smul_tprod_mul_smul_tprod
∀ {ι : 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)]
[inst_3 : ∀ (i : ι), SMulCommClass R (A i) (A i)] [inst_4 : ∀ (i : ι), IsScalarTower R (A i) (A i)] (r s : R)
(x y : (i : ι) → A i),
r • (PiTensorProduct.tprod R) x * s • (PiTensorProduct.tprod R) y = (r * s) • (PiTensorProduct.tprod R) (x * y)- Defined in
- Mathlib.RingTheory.PiTensorProduct
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- CommSemiringstatement and proof · cited by 10,911
- IsScalarTowerstatement and proof · cited by 3,896
- mul_commproof · cited by 2,262
- SMulCommClassstatement and proof · cited by 1,927
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- map_smulproof · cited by 566
- MultilinearMapstatement · cited by 370
- SemigroupAction.mul_smulproof · cited by 291
- PiTensorProductstatement · cited by 181
- PiTensorProduct.tprodstatement and proof · cited by 117
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.