Theorems · Theorem · linear algebra
Matrix.adjp_none_some
∀ {n : Type u_1} {R : Type u_3} [inst : Fintype n] [inst_1 : DecidableEq n] [inst_2 : CommSemiring R] (s : ℤˣ) (i : n)
(A : Matrix (Option n) (Option n) R),
Matrix.adjp s A none (some i) = Matrix.detp (-s) (A.submatrix (Function.update some i none) some)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommSemiringstatement and proof · cited by 10,911
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Unitsstatement and proof · cited by 2,804
- Function.updatestatement and proof · cited by 502
- Matrix.transposeproof · cited by 389
- Matrix.submatrixstatement and proof · cited by 183
- Matrix.detpstatement · cited by 37
- Matrix.adjpstatement and proof · cited by 16
- Matrix.transpose_submatrixproof · cited by 12
- Matrix.detp_transposeproof · cited by 5
- Matrix.detp.congr_simpproof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.