Mathlib Map

Theorems · Theorem · ring theory

Algebra.mul_smul_comm

∀ {R : Type u} {A : Type w} [inst : CommSemiring R] [inst_1 : Semiring A] [inst_2 : Algebra R A] (s : R) (x y : A),
  x * s • y = s • (x * y)

This is just a special case of the global mul_smul_comm lemma that requires less typeclass search (and was here first).

Defined in
Mathlib.Algebra.Algebra.Defs
Cited by
24 results in Mathlib
Foundations
Depth 19 from the axioms · uses no axioms
Assumes
CommSemiringSemiringAlgebra

Around this declaration

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

AddMonoidAlgebra.scalarTensorEquiv_tmul · cited by 8AddMonoidAlgebra.scalarTe…PowerSeries.IsWeierstrassFactorizationAt.smul · cited by 2IsWeierstrassFactorizatio…Algebra.traceMatrix_of_matrix_vecMul · cited by 2Algebra.traceMatrix_of_ma…IsStrictlyPositive.smul · cited by 1IsStrictlyPositive.smulHahnSeries.SummableFamily.hsum_powerSeriesFamily_mul · cited by 1SummableFamily.hsum_power…HahnSeries.SummableFamily.support_powerSeriesFamily_subset · cited by 1SummableFamily.support_po…PowerBasis.repr_mul_isIntegral · cited by 1PowerBasis.repr_mul_isInt…Matrix.PosDef.smul · cited by 1PosDef.smulPowerSeries.binomialSeries_add · cited by 1PowerSeries.binomialSerie…Ideal.FG.of_FG_map_of_faithfullyFlat · cited by 1FG.of_FG_map_of_faithfull…FractionalIdeal.mem_singleton_mul · cited by 1FractionalIdeal.mem_singl…CStarAlgebra.star_left_conjugate_le_norm_smul · cited by 1CStarAlgebra.star_left_co…isStarProjection_iff_mem_extremePoints_setOfPred_nonneg_inter_unitClosedBall · cited by 1isStarProjection_iff_mem_…GroupAlgebra.mul_average_left · cited by 1GroupAlgebra.mul_average_…RCLike.wInner_const_right · cited by 0RCLike.wInner_const_rightDFunLike.coe · cited by 62936DFunLike.coeSemiring · cited by 13802SemiringAlgebra · cited by 11388AlgebraCommSemiring · cited by 10911CommSemiringAlgebra.algebraMap · cited by 4706Algebra.algebraMapAlgebra.smul_def · cited by 287Algebra.smul_defAlgebra.left_comm · cited by 2Algebra.left_commAlgebra.mul_smul_commCITED BYCITES

Cites7

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

Cited by24

Results whose statement or proof uses this declaration.