Mathlib Map

Theorems · Theorem · ring theory

star_rat_smul

∀ {R : Type u_1} [inst : AddCommGroup R] [inst_1 : StarAddMonoid R] [inst_2 : Module ℚ R] (q : ℚ) (x : R),
  star (q • x) = q • star x

Note that this lemma holds for an arbitrary -action, rather than merely one coming from a DivisionRing. We keep both the qsmul and rat_smul naming conventions for discoverability. See star_qsmul.

Defined in
Mathlib.Algebra.Star.Module
Cited by
2 results in Mathlib
Foundations
Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommGroupStarAddMonoidModule

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.