Theorems · Theorem · number theory
QuadraticMap.toFun_smul
∀ {R : Type u} {M : Type v} {N : Type w} [inst : CommSemiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M]
[inst_3 : AddCommMonoid N] [inst_4 : Module R N] (self : QuadraticMap R M N) (a : R) (x : M),
self.toFun (a • x) = (a * a) • self.toFun x- Cited by
- 1 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- QuadraticMapstatement and proof · cited by 262
- QuadraticMap.toFunstatement · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- QuadraticMap.map_smulproof · cited by 11