Simple Proofs for Matrix Algebra Properties: A Beginner's Guide

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
leehufford
Messages
97
Reaction score
1
Hello,

So I am struggling with a couple very simple proofs of properties of matrix algebra. This is the first time I have ever had real proofs in math (Linear algebra). For the first one, I have it from our text but need a little help, and I am completely lost on the second one.

1) Prove that for matrices A and B that

A + B = B + A

We must show that the entries are identical for each. Therefore

(A+B)ij = (B+A)ij

= Aij + Bij (Definition of addition??)
= Bij + Aij (Commutativity of real numbers)
= (B+A)ij (Definition of addition??)

So I totally get step 2. We're proving the commutativity of matrices, so we are allowed to use the commutativity of real numbers. But when the book says "definition of addition" it seems like they mean to say "distributivity"... so this is throwing me off.

Proof number 2 is:

Prove that (c+d)A = cA + dA where c,d are scalars and A is a matrix.

The only thing I can think to do is assume that their entries are equal, like in the first one, but then I am not sure where to go from there. So in summary,

1) Why does the book say "definition of addition" when it does and,
2) What is the first/second step for proof #2?

The book really doesn't provide any strategies for proofs, it seems like every proof is different at this point. I'm just not "seeing" it yet. Thanks so much in advance,

-Lee
 
Physics news on Phys.org
mathman said:
Definition of addition: think of 1+2 = (1+2) = 3. It seems hard to explain further.

I was having a hard time with the equivalence of (A+B)ij = Aij + Bij.

While previewing my post I think I got it. Because addition of matrices is defined component wise the statement is true. Its the component wise definition of matrix addition here. Its a little more than (1 + 2) = 3 right? Did I explain it further?

Any advice for proof #2?

Thanks for the reply.

Lee
 
I think it would have been better if the book said "definition of matrix addition", not just "definition of addition".

You have the right idea for #2. It can take a bit of practice to "see" how to write out this type of proof formally, though.

Remember A is a matrix, but Aij is just a number. You know how to do arithmetic with numbers. You are trying to prove things about doing arithmetic with matrices. So you need to break the matrix operation down into numbers, do the arithmetic, and then convert the result back into a matrices.

I would start with
[ (c+d)A ]ij
= (c+d)Aij (definition of scalar multiplication)
etc