Theorems · Theorem · linear algebra
Matrix.fromCols_mul_fromRows_eq_one_comm
∀ {R : Type u_1} {n : Type u_5} {n₁ : Type u_6} {n₂ : Type u_7} [inst : CommRing R] [inst_1 : Fintype n₁]
[inst_2 : Fintype n₂] [inst_3 : Fintype n] [inst_4 : DecidableEq n] [inst_5 : DecidableEq n₁]
[inst_6 : DecidableEq n₂] (e : n ≃ n₁ ⊕ n₂) (A₁ : Matrix n n₁ R) (A₂ : Matrix n n₂ R) (B₁ : Matrix n₁ n R)
(B₂ : Matrix n₂ n R), A₁.fromCols A₂ * B₁.fromRows B₂ = 1 ↔ B₁.fromRows B₂ * A₁.fromCols A₂ = 1Multiplication of a matrix by its inverse is commutative.
This is the column and row partitioned matrix form of Matrix.mul_eq_one_comm.
The condition e : n ≃ n₁ ⊕ n₂ states that fromCols A₁ A₂ and fromRows B₁ B₂ are "square".
- Defined in
- Mathlib.Data.Matrix.ColumnRowPartitioned
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 88 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
- Equivstatement and proof · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Matrix.fromRowsstatement · cited by 35
- Matrix.fromColsstatement · cited by 30
- Matrix.mul_eq_one_comm_of_equivproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.equiv_compl_fromCols_mul_fromRows_eq_one_commproof · cited by 0