Theorems · Definition · linear algebra
PiToModule.fromMatrix
{ι : Type u_1} →
[Fintype ι] →
{M : Type u_2} →
[inst : AddCommGroup M] →
(R : Type u_3) →
[inst_1 : CommRing R] → [inst_2 : Module R M] → (ι → M) → [DecidableEq ι] → Matrix ι ι R →ₗ[R] (ι → R) →ₗ[R] MThe composition of a matrix (as an endomorphism of ι → R) with the projection
(ι → R) →ₗ[R] M.
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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 · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- Matrixstatement · cited by 4,303
- LinearMap.compproof · cited by 1,642
- AlgEquiv.symmproof · cited by 615
- AlgEquiv.toLinearMapproof · cited by 34
- Fintype.linearCombinationproof · cited by 26
Cited by7
Results whose statement or proof uses this declaration.
- Matrix.Representsproof · cited by 14
- Matrix.represents_iff'proof · cited by 1
- PiToModule.fromMatrix_applystatement · cited by 1
- PiToModule.fromMatrix_apply_single_onestatement · cited by 1
- Matrix.Represents.smulproof · cited by 1
- Matrix.Represents.addproof · cited by 0
- Matrix.Represents.zeroproof · cited by 0