Theorems · Theorem · linear algebra
Matrix.det_reindexAlgEquiv
∀ {m : Type u_2} {n : Type u_3} (R : Type u_11) (B : Type u_13) [inst : CommSemiring R] [inst_1 : CommRing B]
[inst_2 : Algebra R B] [inst_3 : Fintype m] [inst_4 : DecidableEq m] [inst_5 : Fintype n] [inst_6 : DecidableEq n]
(e : m ≃ n) (A : Matrix m m B), ((Matrix.reindexAlgEquiv R B e) A).det = A.detReindexing both indices along the same equivalence preserves the determinant.
For the simp version of this lemma, see det_submatrix_equiv_self.
- Defined in
- Mathlib.LinearAlgebra.Matrix.Reindex
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- Equivstatement and proof · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- AlgEquivstatement · cited by 1,681
- Matrix.detstatement · cited by 665
- Matrix.det_reindex_selfproof · cited by 22
- Matrix.reindexAlgEquivstatement · cited by 19
Cited by1
Results whose statement or proof uses this declaration.
- Module.Basis.det_reindexproof · cited by 2