Proving matrix relationships means using the algebraic rules of matrix multiplication, identity matrices, and inverses to transform an equation into an equivalent one. The key challenge is that matrix multiplication is generally not commutative, so the side on which you multiply matters and the order of factors must be preserved. A strong proof combines valid algebraic steps, dimension awareness, and explicit use of identities such as , , and .
Core technique: To solve , use to get , and use to get .
Key formula: , because the factor nearest to must cancel first when multiplying back to form .
| Situation | Valid move | Why it works | Invalid instinct |
|---|---|---|---|
| , solve for | Pre-multiply by | Post-multiply by | |
| , solve for | Post-multiply by | Pre-multiply by | |
| Remove factors one at a time | Associativity preserves order | Cancel middle factor directly |
| Expression | Correct rule | Main idea |
|---|---|---|
| Undo , then undo | ||
| vs | Usually not equal | Matrix multiplication is not commutative |
| vs | Always equal when defined | Matrix multiplication is associative |
Exam habit: After each line, ask "Did I only regroup, or did I accidentally reorder?" Regrouping is often allowed; reordering usually is not.