Theorems · Theorem · linear algebra
Matrix.detp_submatrix_equiv_equiv
∀ {n : Type u_1} {m : Type u_2} {R : Type u_3} [inst : Fintype m] [inst_1 : Fintype n] [inst_2 : DecidableEq m]
[inst_3 : DecidableEq n] [inst_4 : CommSemiring R] (s : ℤˣ) (A : Matrix n n R) (f g : m ≃ n),
Matrix.detp s (A.submatrix ⇑f ⇑g) = Matrix.detp (s * Equiv.Perm.sign (f.symm.trans g)) A- Cited by
- 3 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- 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
- Equiv.symmstatement and proof · cited by 3,681
- MonoidHomstatement · cited by 3,629
- Finset.univproof · cited by 3,473
- Unitsstatement and proof · cited by 2,804
- Equiv.Permstatement and proof · cited by 1,375
- Equiv.transstatement and proof · cited by 337
- Equiv.symm_apply_applyproof · cited by 320
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.Nonsingular.of_linearIndependent_colproof · cited by 3
- Matrix.IsDetpBalanced.submatrix_equivproof · cited by 1
- Matrix.detp_submatrix_equiv_selfproof · cited by 0