Theorems · Theorem · linear algebra
Matrix.det_conj_of_mul_eq_one
∀ {A : Type u_5} [inst : CommRing A] {m : Type u_6} {n : Type u_7} [inst_1 : Fintype m] [inst_2 : Fintype n]
[inst_3 : DecidableEq m] [inst_4 : DecidableEq n] {M : Matrix m n A} {M' : Matrix n m A} {N : Matrix n n A},
M * M' = 1 → M' * M = 1 → (M * N * M').det = N.detIf M' is a two-sided inverse for M (indexed differently), det (M * N * M') = det N.
See Matrix.det_conj and Matrix.det_conj' for the case when M' = M⁻¹ or vice versa.
- Defined in
- Mathlib.LinearAlgebra.Determinant
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 115 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Matrix.detstatement and proof · cited by 665
- Matrix.mul_assocproof · cited by 56
- Matrix.one_mulproof · cited by 30
- Matrix.det_comm'proof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- LinearMap.det_conjproof · cited by 5
- LinearMap.det_toMatrix_eq_det_toMatrixproof · cited by 2