Theorems · Theorem · commutative algebra
TensorProduct.CompatibleSMul.smul_tmul
∀ {R : Type u_1} {R' : Type u_4} {inst : CommSemiring R} {inst_1 : Monoid R'} {M : Type u_7} {N : Type u_8}
{inst_2 : AddCommMonoid M} {inst_3 : AddCommMonoid N} {inst_4 : DistribMulAction R' M} {inst_5 : Module R M}
{inst_6 : Module R N} {inst_7 : DistribMulAction R' N} [self : TensorProduct.CompatibleSMul R R' M N] (r : R') (m : M)
(n : N), (r • m) ⊗ₜ[R] n = m ⊗ₜ[R] (r • n)- Defined in
- Mathlib.LinearAlgebra.TensorProduct.Defs
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 41 from the axioms · uses propext, Quot.sound
- Assumes
- TensorProduct.CompatibleSMul
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.
- Modulestatement and proof · cited by 20,661
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Monoidstatement and proof · cited by 3,887
- TensorProductstatement · cited by 2,545
- TensorProduct.tmulstatement · cited by 1,182
- DistribMulActionstatement and proof · cited by 584
- TensorProduct.CompatibleSMulstatement and proof · cited by 17
Cited by2
Results whose statement or proof uses this declaration.
- TensorProduct.smul_tmulproof · cited by 33
- TensorProduct.CompatibleSMul.of_algebraMap_surjectiveproof · cited by 1