Theorems · Theorem · linear algebra
Matrix.mul_submatrix_one
∀ {l : Type u_1} {m : Type u_2} {n : Type u_3} {o : Type u_4} {α : Type v} [inst : Fintype n] [Finite o]
[inst_2 : NonAssocSemiring α] [inst_3 : DecidableEq o] (e₁ : n ≃ o) (e₂ : l → o) (M : Matrix m n α),
M * Matrix.submatrix 1 (⇑e₁) e₂ = M.submatrix id (⇑e₁.symm ∘ e₂)- Defined in
- Mathlib.Data.Matrix.Mul
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 73 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
- 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
- Finitestatement and proof · cited by 3,029
- NonAssocSemiringstatement and proof · cited by 805
- nonempty_fintypeproof · cited by 261
- Matrix.submatrixstatement and proof · cited by 183
- Matrix.mul_oneproof · cited by 45
- Equiv.symm_comp_selfproof · cited by 28
- Matrix.submatrix_submatrixproof · cited by 24
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.mul_reindexLinearEquiv_oneproof · cited by 0