Mathlib Map

Theorems · Definition · ring theory

LinearMap.mulRight

(R : Type u_14) →
  {A : Type u_15} →
    [inst : Semiring R] →
      [inst_1 : NonUnitalNonAssocSemiring A] → [inst_2 : Module R A] → [IsScalarTower R A A] → A → A →ₗ[R] A

The multiplication on the right in an algebra is a linear map. Note that this only assumes IsScalarTower R A A, so that it also works for R := A. When A is unital and associative, this is the same as DistribSMul.toLinearMap R A (MulOpposite.op b).

Defined in
Mathlib.Algebra.Module.LinearMap.Defs
Cited by
24 results in Mathlib
Foundations
Depth 17 from the axioms · uses no axioms
Assumes
SemiringNonUnitalNonAssocSemiringModuleIsScalarTower

Around this declaration

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

Units.mulRightLinearEquiv · cited by 9Units.mulRightLinearEquivLinearMap.mulLeftRight · cited by 4LinearMap.mulLeftRightLinearMap.commute_mulLeft_right · cited by 3LinearMap.commute_mulLeft…LieAlgebra.ad_eq_lmul_left_sub_lmul_right · cited by 3LieAlgebra.ad_eq_lmul_lef…LinearMap.mulRight_apply · cited by 2LinearMap.mulRight_applyLinearMap.pow_mulRight · cited by 2LinearMap.pow_mulRightLieAlgebra.ad_nilpotent_of_nilpotent · cited by 2LieAlgebra.ad_nilpotent_o…LinearMap.mulRight_inj · cited by 1LinearMap.mulRight_injLinearMap.isNilpotent_mulRight_iff · cited by 1LinearMap.isNilpotent_mul…LinearMap.mulRight_zero_eq_zero · cited by 1LinearMap.mulRight_zero_e…LinearMap.intrinsicStar_mulLeft · cited by 1LinearMap.intrinsicStar_m…JacobsonNoether.exist_pow_eq_zero_of_le · cited by 1JacobsonNoether.exist_pow…LieAlgebra.ad_isSemisimple_of_isSemisimple · cited by 1LieAlgebra.ad_isSemisimpl…JacobsonNoether.exists_separable_and_not_isCentral · cited by 1JacobsonNoether.exists_se…LinearMap.mulRight.congr_simp · cited by 0mulRight.congr_simpModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idSemiring · cited by 13802SemiringLinearMap · cited by 10215LinearMapIsScalarTower · cited by 3896IsScalarTowerAddMonoidHom · cited by 3230AddMonoidHomNonUnitalNonAssocSemiring · cited by 1081NonUnitalNonAssocSemiringZeroHom.toFun · cited by 101ZeroHom.toFunAddMonoidHom.toZeroHom · cited by 61AddMonoidHom.toZeroHomAddMonoidHom.mulRight · cited by 20AddMonoidHom.mulRightLinearMap.mulRightCITED BYCITES

Cites10

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

Cited by27

Results whose statement or proof uses this declaration.