Theorems · Theorem · linear algebra
Matrix.updateRow_ne
∀ {m : Type u_2} {n : Type u_3} {α : Type v} {M : Matrix m n α} {i : m} {b : n → α} [inst : DecidableEq m] {i' : m},
i' ≠ i → M.updateRow i b i' = M i'- Defined in
- Mathlib.LinearAlgebra.Matrix.RowCol
- Cited by
- 16 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses Quot.sound
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Matrixstatement and proof · cited by 4,303
- Function.update_of_neproof · cited by 198
- Matrix.updateRowstatement · cited by 63
Cited by16
Results whose statement or proof uses this declaration.
- Matrix.updateRow_applyproof · cited by 9
- Matrix.det_updateRow_add_smul_selfproof · cited by 4
- Matrix.updateRow_mulproof · cited by 2
- Matrix.submatrix_updateRow_succAboveproof · cited by 2
- Matrix.cramer_transpose_row_selfproof · cited by 2
- Matrix.mul_adjp_apply_neproof · cited by 2
- Polynomial.sylvesterDeriv_updateRowproof · cited by 1
- Polynomial.discr_of_degree_eq_twoproof · cited by 1
- Matrix.updateRow_eq_transvectionproof · cited by 1
- Matrix.det_eq_of_forall_row_eq_smul_add_const_auxproof · cited by 1
- Matrix.det_eq_of_forall_row_eq_smul_add_pred_auxproof · cited by 1
- Matrix.update_vecMulVecproof · cited by 1