Linear Algebra - Proofs involving Inverses

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
4 replies · 8K views
descendency
Messages
39
Reaction score
0
Two fairly simple proof problems. . . why aren't they simpler? :(

Homework Statement


Let A be an nxn matrix...
If A is not invertible then there exists an nxn matrix B such that AB = 0, B != 0. (not equal to)


Homework Equations


None really.


The Attempt at a Solution


Obviously, when A is the zero matrix, AB = 0.

If we call A the coefficient matrix in the system of equations Ax = 0, then x = x1B1 + x2B2 + ... + xnBn, where B = [B1|B2|...|Bn].

I can't seem to explain why that works. Is it obvious enough just to say that or is there a step of explanation I have left out?

--------------------------------------------------------------------------------

Homework Statement


If A is an m x n matrix, B is an n x m matrix and n < m, then AB is not invertible.


Homework Equations





The Attempt at a Solution


Obviously, A and B are not square and are therefore not invertible. Does that fact really matter? The product of invertible matrices is invertible, but is the product of non invertible matrices also non invertible?
 
Physics news on Phys.org
Well, what i would say is that: We know that an invertible matrix is nonsingular,moreover, a matrix is invertible if and only if it is non-singular. So, since here A is supposed to be non-invertible, it means that A is singular. What this means is that: There exists some non-zero vector, call it b such that Ab=0.
Extrapolating from this, we can argue that, there will be some non-zero vectors, call them

[tex]\arrow B_1, B_2,...B_n[/tex] such that [tex]A*B_i=0[/tex], for all i=1,2,...n.

So, if we built our matrix [tex]B=[B_1,B_2,...,B_n][/tex]

We have actuall proven that AB=0. Where as we can clearly see B is not the zero matrix.
 
How can I guarrantee that B is not zero?
 
You know there is a vector Ab=0 with b not equal to zero, as sutupidmath said. You also seem to know the column space of a matrix represents it's range. So build a matrix whose column space is only multiples of b.
 
Thanks everyone. Think I have it now.