Theorems · Theorem · commutative algebra
inv_intCast_smul_comm
∀ {α : Type u_5} {E : Type u_6} (R : Type u_7) [inst : AddCommGroup E] [inst_1 : DivisionRing R] [inst_2 : Module R E]
[inst_3 : DistribSMul α E] (n : ℤ) (s : α) (x : E), (↑n)⁻¹ • s • x = s • (↑n)⁻¹ • xIf E is a vector space over a division ring R and has a monoid action by α, then that
action commutes by scalar multiplication of inverses of integers in R
- Defined in
- Mathlib.Algebra.Module.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 46 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- DivisionRingstatement and proof · cited by 1,062
- DistribSMulstatement and proof · cited by 117
- DistribSMul.toAddMonoidHomproof · cited by 20
- map_inv_intCast_smulproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.