Mathlib Map

Theorems · Theorem · commutative algebra

TensorProduct.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] [TensorProduct.CompatibleSMul R R' M N] (r : R') (m : M)
  (n : N), (r • m) ⊗ₜ[R] n = m ⊗ₜ[R] (r • n)

smul can be moved from one side of the product to the other .

Defined in
Mathlib.LinearAlgebra.TensorProduct.Defs
Cited by
33 results in Mathlib
Foundations
Depth 42 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringMonoidAddCommMonoidAddCommMonoidDistribMulActionModuleModuleDistribMulActionTensorProduct.CompatibleSMul

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

TensorProduct.tmul_smul · cited by 33TensorProduct.tmul_smulAlgebra.TensorProduct.tmul_one_eq_one_tmul · cited by 5TensorProduct.tmul_one_eq…TensorProduct.mk_surjective · cited by 4TensorProduct.mk_surjecti…RingHom.SurjectiveOnStalks.exists_mul_eq_tmul · cited by 4SurjectiveOnStalks.exists…TensorProduct.quotTensorEquivQuotSMul_mk_tmul · cited by 3TensorProduct.quotTensorE…linearIndepOn_isGroupLikeElem · cited by 3linearIndepOn_isGroupLike…CommRingCat.epi_iff_epi · cited by 2CommRingCat.epi_iff_epiTensorProduct.smul_tmul_smul · cited by 1TensorProduct.smul_tmul_s…TensorProduct.flip_mk_surjective · cited by 1TensorProduct.flip_mk_sur…Algebra.IsEffective.of_section · cited by 1IsEffective.of_sectionAlgebra.isEpi_of_surjective_algebraMap · cited by 1Algebra.isEpi_of_surjecti…MvPolynomial.aeval_one_tmul · cited by 1MvPolynomial.aeval_one_tm…TensorProduct.map_smul_left · cited by 1TensorProduct.map_smul_le…Algebra.TensorProduct.algebraMap_apply' · cited by 1TensorProduct.algebraMap_…Ideal.ResidueField.exists_smul_eq_tmul_one · cited by 1ResidueField.exists_smul_…Module · cited by 20661ModuleAddCommMonoid · cited by 12281AddCommMonoidCommSemiring · cited by 10911CommSemiringMonoid · cited by 3887MonoidTensorProduct · cited by 2545TensorProductTensorProduct.tmul · cited by 1182TensorProduct.tmulDistribMulAction · cited by 584DistribMulActionTensorProduct.CompatibleSMul · cited by 17TensorProduct.CompatibleS…TensorProduct.CompatibleSMul.smul_tmul · cited by 2CompatibleSMul.smul_tmulTensorProduct.smul_tmulCITED BYCITES

Cites9

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by33

Results whose statement or proof uses this declaration.