Theorems · Definition · linear algebra
Matrix.toLinearEquiv
{n : Type u_1} →
[inst : Fintype n] →
{R : Type u_2} →
{M : Type u_3} →
[inst_1 : CommRing R] →
[inst_2 : AddCommGroup M] →
[inst_3 : Module R M] →
Module.Basis n R M → [inst_4 : DecidableEq n] → (A : Matrix n n R) → IsUnit A.det → M ≃ₗ[R] MGiven hA : IsUnit A.det and b : Basis R b, A.toLinearEquiv b hA is
the LinearEquiv arising from toLin b b A.
See Matrix.toLinearEquiv' for this result on n → R.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapproof · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- LinearEquivstatement · cited by 3,317
- IsUnitstatement and proof · cited by 1,602
- Module.Basisstatement and proof · cited by 1,477
- Matrix.detstatement and proof · cited by 665
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.range_toLin_eq_topproof · cited by 0
- Matrix.toLinearEquiv_applystatement and proof · cited by 0
- Matrix.ker_toLin_eq_botproof · cited by 0