Theorems · Theorem · linear algebra
LinearMap.det_toMatrix_eq_det_toMatrix
∀ {M : Type u_2} [inst : AddCommGroup M] {ι : Type u_4} [inst_1 : DecidableEq ι] [inst_2 : Fintype ι] {A : Type u_5}
[inst_3 : CommRing A] [inst_4 : Module A M] {κ : Type u_6} [inst_5 : Fintype κ] [inst_6 : DecidableEq κ]
(b : Module.Basis ι A M) (c : Module.Basis κ A M) (f : M →ₗ[A] M),
((LinearMap.toMatrix b b) f).det = ((LinearMap.toMatrix c c) f).detThe determinant of LinearMap.toMatrix does not depend on the choice of basis.
- Defined in
- Mathlib.LinearAlgebra.Determinant
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 116 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · 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
- LinearMapstatement and proof · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- LinearEquivstatement · cited by 3,317
- Module.Basisstatement and proof · cited by 1,477
- Matrix.detstatement and proof · cited by 665
- LinearMap.toMatrixstatement and proof · cited by 180
Cited by2
Results whose statement or proof uses this declaration.
- LinearMap.det_toMatrixproof · cited by 37
- LinearMap.detAux_def''proof · cited by 1