Theorems · Theorem · linear algebra
Matrix.submatrix_id_mul_left
∀ {l : Type u_1} {m : Type u_2} {n : Type u_3} {o : Type u_4} {α : Type v} [inst : Fintype n] [inst_1 : Fintype o]
[inst_2 : Mul α] [inst_3 : AddCommMonoid α] {p : Type u_10} (M : Matrix m n α) (N : Matrix o p α) (e₁ : l → m)
(e₂ : n ≃ o), M.submatrix e₁ id * N.submatrix (⇑e₂) id = M.submatrix e₁ ⇑e₂.symm * N- Defined in
- Mathlib.Data.Matrix.Mul
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 60 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.coestatement and proof · cited by 62,936
- AddCommMonoidstatement and proof · cited by 12,281
- Equivstatement and proof · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Finset.sumproof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- Equiv.symmstatement and proof · cited by 3,681
- Finset.univproof · cited by 3,473
- Finset.sum_congrproof · cited by 2,323
- Matrix.extproof · cited by 540
- Equiv.symm_apply_applyproof · cited by 320
- Matrix.submatrixstatement · cited by 183
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.mem_subfield_of_mul_eq_one_of_mem_subfield_rightproof · cited by 1