Linear algebra: Prove or disprove

Baron

Junior Member
Joined
Oct 3, 2010
Messages
73
Prove or disprove: N(AT) = N(UT ) where U is the row reduced echelon form of matrix A

I think its true. Here's my proof

Proof:

A = LU where L is an invertible matrix as the series of row operations to row reduce A can be written as an invertible matrix

If y ϵ N(AT) then AT y = 0

A = LU --> AT y = UT LT y = 0

as L is invertible the range of LT y is everything including y

so UT y = 0 and y ϵ N(UT). Hence N(AT) is a subset of N(UT)

I know I have to prove the other direction but is this okay so far? I'm a bit unsure about the "L is invertible, range is everything part"
 
Last edited:
Yes, that is correct- although "everything" is a bit vague! It might be better to say that "the range of L is then entire space". Also it would have helped if you had stated at the beginning that "N(A)" was the nullity of A.
 
Top