Theorems · Theorem · linear algebra
Matrix.adjugate_submatrix_equiv_self
∀ {m : Type u} {n : Type v} {α : Type w} [inst : DecidableEq n] [inst_1 : Fintype n] [inst_2 : DecidableEq m]
[inst_3 : Fintype m] [inst_4 : CommRing α] (e : n ≃ m) (A : Matrix m m α),
(A.submatrix ⇑e ⇑e).adjugate = A.adjugate.submatrix ⇑e ⇑e- Defined in
- Mathlib.LinearAlgebra.Matrix.Adjugate
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 97 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- CommRingstatement and proof · cited by 17,173
- Equivstatement and proof · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Equiv.symmproof · cited by 3,681
- Matrix.detproof · cited by 665
- Matrix.extproof · cited by 540
- Pi.singleproof · cited by 518
- Matrix.submatrixstatement and proof · cited by 183
- Matrix.adjugatestatement and proof · cited by 64
- Matrix.updateRowproof · cited by 63
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.adjugate_reindexproof · cited by 1