Theorems · Definition · linear algebra
Matrix.reindexAlgEquiv
{m : Type u_2} →
{n : Type u_3} →
(R : Type u_11) →
(A : Type u_12) →
[inst : CommSemiring R] →
[inst_1 : Fintype n] →
[inst_2 : Fintype m] →
[inst_3 : DecidableEq m] →
[inst_4 : DecidableEq n] →
[inst_5 : Semiring A] → [inst_6 : Algebra R A] → m ≃ n → Matrix m m A ≃ₐ[R] Matrix n n AFor square matrices with coefficients in an algebra over a commutative semiring, the natural
map that reindexes a matrix's rows and columns with equivalent types,
Matrix.reindex, is an equivalence of algebras.
- Defined in
- Mathlib.LinearAlgebra.Matrix.Reindex
- Cited by
- 19 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- 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
- RingEquivproof · cited by 1,147
- RingEquiv.toEquivproof · cited by 101
- Matrix.reindexRingEquivproof · cited by 7
Cited by20
Results whose statement or proof uses this declaration.
- Matrix.Pivot.reindex_exists_list_transvec_mul_mul_list_transvec_eq_diagonalstatement and proof · cited by 2
- Module.Basis.toMatrix_reindex'statement · cited by 1
- Matrix.det_reindexAlgEquivstatement · cited by 1
- IsBrauerEquivalent.transproof · cited by 1
- Matrix.Pivot.exists_list_transvec_mul_mul_list_transvec_eq_diagonalproof · cited by 1
- Matrix.Pivot.exists_list_transvec_mul_mul_list_transvec_eq_diagonal_auxproof · cited by 1
- Matrix.TransvectionStruct.toMatrix_reindexEquivstatement and proof · cited by 1
- Matrix.TransvectionStruct.toMatrix_reindexEquiv_prodstatement and proof · cited by 1
- Matrix.symm_reindexAlgEquivstatement · cited by 1
- Matrix.toEquiv_reindexAlgEquivstatement · cited by 0
- Matrix.toLinearEquiv_reindexAlgEquivstatement · cited by 0
- Matrix.toRingEquiv_reindexAlgEquivstatement · cited by 0