Theorems · Theorem · linear algebra
LinearPMap.smul_graph
∀ {R : Type u_1} [inst : Ring R] {E : Type u_4} [inst_1 : AddCommGroup E] [inst_2 : Module R E] {F : Type u_5}
[inst_3 : AddCommGroup F] {M : Type u_7} [inst_4 : Monoid M] [inst_5 : DistribMulAction M F] [inst_6 : Module R F]
[inst_7 : SMulCommClass R M F] (f : E →ₗ.[R] F) (z : M),
(z • f).graph = Submodule.map (LinearMap.id.prodMap (z • LinearMap.id)) f.graphThe graph of z • f as a pushforward.
- Defined in
- Mathlib.LinearAlgebra.LinearPMap
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 31 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement · cited by 10,215
- Ringstatement and proof · cited by 7,463
- Submodulestatement · cited by 7,192
- Monoidstatement and proof · cited by 3,887
- SMulCommClassstatement and proof · cited by 1,927
- LinearMap.idstatement and proof · cited by 625
- Submodule.mapstatement and proof · cited by 614
- DistribMulActionstatement and proof · cited by 584
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.