Mathlib Map

Theorems · Theorem · ring theory

LinearMap.pow_mulRight

∀ (R : Type u_1) (A : Type u_2) [inst : Semiring R] [inst_1 : Semiring A] [inst_2 : Module R A]
  [inst_3 : IsScalarTower R A A] (a : A) (n : ℕ), LinearMap.mulRight R a ^ n = LinearMap.mulRight R (a ^ n)
Defined in
Mathlib.Algebra.Algebra.Bilinear
Cited by
2 results in Mathlib
Foundations
Depth 28 from the axioms · uses propext, Quot.sound
Assumes
SemiringSemiringModuleIsScalarTower

Around this declaration

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

Cites6

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

Cited by2

Results whose statement or proof uses this declaration.