Math Is Fun Forum

  Discussion about math, puzzles, games and fun.   Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °

You are not logged in.

#1 2007-03-10 12:57:30

quackensack
Member
Registered: 2007-02-27
Posts: 47

Proof

hey i take linear algebra, and i have a quiz coming up on monday so i'm studying proofs.  i was wondering if someone could show me how to do the following:

suppose that A is an n by n matrix.  prove that the rank of A is n if and only if the equation AX=0 has just the trivial solution.

Offline

#2 2007-03-10 13:19:19

Tigeree
Member
Registered: 2005-11-19
Posts: 13,883

Re: Proof

i.......never learnt that hmm


People don't notice whether it's winter or summer when they're happy.
~ Anton Chekhov
Cheer up, emo kid.

Offline

#3 2007-03-10 13:23:37

Sekky
Member
Registered: 2007-01-12
Posts: 181

Re: Proof

http://en.wikipedia.org/wiki/Rank-nullity_theorem

That should help

Informally, if your kernel is zero (ie the morphism never fails injection), then the rank must be the length of the matrix, because all columns will be linearly independent and therefore the morphism will always be injective.

Offline

#4 2007-03-10 13:34:00

Tigeree
Member
Registered: 2005-11-19
Posts: 13,883

Re: Proof

hey wot happend to janefairfax' post hmm


People don't notice whether it's winter or summer when they're happy.
~ Anton Chekhov
Cheer up, emo kid.

Offline

#5 2007-03-10 14:07:35

JaneFairfax
Member
Registered: 2007-02-23
Posts: 6,868

Re: Proof

It was just a query about X; I deleted it as Sekky’s post appeared to have answered the question. cool

Offline

#6 2007-03-10 14:24:28

quackensack
Member
Registered: 2007-02-27
Posts: 47

Re: Proof

Thanks for all your input, guys!

I was wondering - is there a way to do it without using the nullity theorem?  I haven't about the concept of linear dependence in my class (as far as I know, that is). 

A friend told me that I can do this proof by putting a matrix A in row-reduced echelon form.  If doing this yields a matrix with at least one non-zero entry in each row, then the only solution to AX=0 is trivial.  This , in turn, is the definition of rank n if A is an n by n matrix.

I guess where I'm stuck is...how does one row-reduce the matrix A without knowing what it is?

Offline

#7 2007-03-10 14:50:32

Sekky
Member
Registered: 2007-01-12
Posts: 181

Re: Proof

quackensack wrote:

Thanks for all your input, guys!

I was wondering - is there a way to do it without using the nullity theorem?  I haven't about the concept of linear dependence in my class (as far as I know, that is). 

A friend told me that I can do this proof by putting a matrix A in row-reduced echelon form.  If doing this yields a matrix with at least one non-zero entry in each row, then the only solution to AX=0 is trivial.  This , in turn, is the definition of rank n if A is an n by n matrix.

I guess where I'm stuck is...how does one row-reduce the matrix A without knowing what it is?

It's the other way around, if you obtain a row of all zeros when it means one row was a linear combination of the other rows, hence not all rows are linearly independent. If this is true, then there will be infinitely many solutions to AX=0, because it will depend on less rows if you catch my drift. The number of rows of zeros is the kernel of the morphism, the number of non-zero rows is the rank.

Offline

#8 2007-03-10 15:31:18

quackensack
Member
Registered: 2007-02-27
Posts: 47

Re: Proof

I'm sorry - I'm a little stuck because I haven't learned about linear dependence, kernel, or morphism in my class.  Is it possible to show what you mean using a matrix?  If it isn't, that's okay.  I just think that it would be easier for me to understand it visually.

Offline

#9 2007-03-10 15:48:39

Ricky
Moderator
Registered: 2005-12-04
Posts: 3,791

Re: Proof

I haven't learned about linear dependence, kernel, or morphism

You sure about that?  I don't know how you can get to the rank of a matrix without doing the above.

Have you learned about linear transformations?


"In the real world, this would be a problem.  But in mathematics, we can just define a place where this problem doesn't exist.  So we'll go ahead and do that now..."

Offline

#10 2007-03-10 15:52:43

quackensack
Member
Registered: 2007-02-27
Posts: 47

Re: Proof

Can't one just say:

If AX=0 has the trivial solution, then A is row equivalent to the identity matrix:

(1 0 0)
(0 1 0)
(0 0 1)

The inverse of the identity matrix is itself.  And thus it is nonsingular.

Thus, A has rank n. 

Because the identity matrix is equal to A, then A has rank n.

Last edited by quackensack (2007-03-10 16:56:31)

Offline

#11 2007-03-11 00:43:33

Sekky
Member
Registered: 2007-01-12
Posts: 181

Re: Proof

quackensack wrote:

Can't one just say:

If AX=0 has the trivial solution, then A is row equivalent to the identity matrix:

(1 0 0)
(0 1 0)
(0 0 1)

The inverse of the identity matrix is itself.  And thus it is nonsingular.

Thus, A has rank n. 

Because the identity matrix is equal to A, then A has rank n.

Sure

btw, the solution (or degree of solution) to AX=0 is called the Kernel of the homomorphism.

Offline

#12 2007-03-11 02:14:10

quackensack
Member
Registered: 2007-02-27
Posts: 47

Re: Proof

i talked to my teacher this morning, and he said that the everything I wrote starting with "The inverse of the identity matrix is itself..." is correct.  but he also said that AX=0 always has the trivial solution, but A isn't necessarily row-equivalent to the identity matrix. 

i am confused...how do i prove that it is in this case? we haven't learned the invertible matrix theorem, so i'm not sure how else to prove it.

Offline

#13 2007-03-11 06:57:47

mathsyperson
Moderator
Registered: 2005-06-22
Posts: 4,900

Re: Proof

Using the fact that AX=0 has the trivial solution won't help you, as your teacher pointed out.
What you need to use is that it has just the trivial solution. That means that no other matrix X will fit the equation, and you should be able to use that to help you.

Also, keep in mind that it is an 'if and only if' proof, which means that you need to prove that if A has rank n then AX=0 has no non-trivial solutions, and that if AX=0 has no non-trivial solutions then A has rank n.


Why did the vector cross the road?
It wanted to be normal.

Offline

#14 2007-03-11 08:44:56

quackensack
Member
Registered: 2007-02-27
Posts: 47

Re: Proof

mathsyperson wrote:

Using the fact that AX=0 has the trivial solution won't help you, as your teacher pointed out.
What you need to use is that it has just the trivial solution. That means that no other matrix X will fit the equation, and you should be able to use that to help you.

Also, keep in mind that it is an 'if and only if' proof, which means that you need to prove that if A has rank n then AX=0 has no non-trivial solutions, and that if AX=0 has no non-trivial solutions then A has rank n.

Okay, but where I'm stuck is that I'm not sure how to prove that if A has rank n, then AX=0 has no non-trivial solutions.

Offline

#15 2007-03-12 07:23:15

lightning
Real Member
Registered: 2007-02-26
Posts: 2,060

Re: Proof

quackensack wrote:
mathsyperson wrote:

Using the fact that AX=0 has the trivial solution won't help you, as your teacher pointed out.
What you need to use is that it has just the trivial solution. That means that no other matrix X will fit the equation, and you should be able to use that to help you.

Also, keep in mind that it is an 'if and only if' proof, which means that you need to prove that if A has rank n then AX=0 has no non-trivial solutions, and that if AX=0 has no non-trivial solutions then A has rank n.

Okay, but where I'm stuck is that I'm not sure how to prove that if A has rank n, then AX=0 has no non-trivial solutions.

interesting.....any solutions?

Last edited by lightning (2007-03-12 07:23:39)


Zappzter - New IM app! Unsure of which room to join? "ZNU" is made to help new users. c:

Offline

#16 2007-03-12 18:21:54

George,Y
Member
Registered: 2006-03-12
Posts: 1,379

Re: Proof

rank of the Matrix=rank of the rows of the Matrix=rank of the columns of the Matrix.
This is a theorem, whose proof is rather complex.

Now Ax=0

Now you may understand once solution of x including  x_1 that x_1=0, the rank of the 3 columns of A will no longer be 3.


X'(y-Xβ)=0

Offline

#17 2007-03-12 22:08:35

krassi_holmz
Real Member
Registered: 2005-12-02
Posts: 1,905

Re: Proof

I haven't learned about linear dependence, kernel, or morphism

Better learn it first.
Linear dependency for vectors basically means, that every has a little "different dimension" form theothers.
Formally, a system {A,B,...,Z} is lineary independent only and only if the equation
aA+bB+cC+...+zZ=0 doesn't have solutions, different from {0,0,...,0} for real a,b,...,z.
For example, if two vectors A,B are collinear, then A=mB, m e R (=/= 0), so
1.A-m.B=0, 1,m =/=0 ==> A and B are dependant.


IPBLE:  Increasing Performance By Lowering Expectations.

Offline

Board footer

Powered by FluxBB