Theorems · Definition · linear algebra
Matrix.Represents
{ι : 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 → Module.End R M → PropWe say that a matrix represents an endomorphism of M if the matrix acting on ι → R is
equal to f via the projection (ι → R) →ₗ[R] M given by a fixed (spanning) set.
- Cited by
- 14 results in Mathlib
- Foundations
- Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Module.Endstatement and proof · cited by 774
- PiToModule.fromEndproof · cited by 9
- PiToModule.fromMatrixproof · cited by 6
Cited by15
Results whose statement or proof uses this declaration.
- Matrix.isRepresentationproof · cited by 5
- Matrix.Represents.congr_funstatement and proof · cited by 2
- Matrix.isRepresentation.toEnd_exists_mem_idealproof · cited by 2
- Matrix.Represents.congr_simpstatement and proof · cited by 1
- Matrix.Represents.eqstatement and proof · cited by 1
- Matrix.Represents.onestatement · cited by 1
- Matrix.Represents.smulstatement and proof · cited by 1
- Matrix.represents_iff'statement and proof · cited by 1
- Matrix.isRepresentation.eq_toEnd_of_representsstatement and proof · cited by 1
- Matrix.Represents.addstatement and proof · cited by 0
- Matrix.Represents.algebraMapstatement · cited by 0
- Matrix.Represents.mulstatement and proof · cited by 0