Theorems · Theorem
Matrix.cons_mul
∀ {α : Type u} {m : ℕ} {n' : Type uₙ} {o' : Type uₒ} [inst : NonUnitalNonAssocSemiring α] [inst_1 : Fintype n']
(v : n' → α) (A : Fin m → n' → α) (B : Matrix n' o' α),
Matrix.of (Matrix.vecCons v A) * B = Matrix.of (Matrix.vecCons (Matrix.vecMul v B) (Matrix.of.symm (Matrix.of A * B)))- Defined in
- Mathlib.LinearAlgebra.Matrix.Notation
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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 · 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
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- Matrix.vecConsstatement and proof · cited by 852
- Matrix.extproof · cited by 540
- Matrix.ofstatement and proof · cited by 336
- Equiv.symm_apply_applyproof · cited by 320
- Matrix.vecMulstatement and proof · cited by 148
- Matrix.cons_val'proof · cited by 88
Cited by8
Results whose statement or proof uses this declaration.
- ModularGroup.S_mul_S_eqproof · cited by 2
- ModularGroup.T_pow_mul_apply_oneproof · cited by 2
- UpperHalfPlane.J_sqproof · cited by 1
- FixedDetMatrices.reduce_mem_repsproof · cited by 1
- UpperHalfPlane.denom_J_mulproof · cited by 1
- Matrix.of_mem_specialOrthogonalGroup_fin_two_iffproof · cited by 1
- ModularGroup.T_inv_mul_apply_oneproof · cited by 1
- ModularGroup.T_mul_apply_oneproof · cited by 1