Theorems · Theorem · linear algebra
Matrix.one_submatrix_mul
∀ {l : Type u_1} {m : Type u_2} {n : Type u_3} {o : Type u_4} {α : Type v} [inst : Fintype m] [Finite o]
[inst_2 : NonAssocSemiring α] [inst_3 : DecidableEq o] (e₁ : l → o) (e₂ : m ≃ o) (M : Matrix m n α),
Matrix.submatrix 1 e₁ ⇑e₂ * M = M.submatrix (⇑e₂.symm ∘ e₁) id- Defined in
- Mathlib.Data.Matrix.Mul
- Cited by
- 0 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.one_mulproof · cited by 30
- Equiv.symm_comp_selfproof · cited by 28
- Matrix.submatrix_submatrixproof · cited by 24
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.