Theorems · Theorem · linear algebra
Matrix.vecMul_surjective_iff_exists_left_inverse
∀ {m : Type u} {n : Type u'} {R : Type u_2} [inst : Semiring R] [inst_1 : DecidableEq n] [inst_2 : Fintype m] [Finite n]
{A : Matrix m n R}, (Function.Surjective fun v => Matrix.vecMul v A) ↔ ∃ B, B * A = 1- Cited by
- 1 results in Mathlib
- Foundations
- Depth 79 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.
- DFunLike.coeproof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Finitestatement and proof · cited by 3,029
- Matrix.extproof · cited by 540
- Pi.singleproof · cited by 518
- Matrix.ofproof · cited by 336
- nonempty_fintypeproof · cited by 261
- Matrix.vecMulstatement and proof · cited by 148
- Matrix.vecMul_vecMulproof · cited by 12
- Matrix.vecMul_oneproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.vecMul_surjective_iff_isUnitproof · cited by 2