Subspace theorem problem (matrix)

Click For Summary

Homework Help Overview

The discussion revolves around applying the subspace theorem to a set defined by the equation S = {x ∈ ℝ : Ax = 0}, where A is a fixed matrix. Participants are exploring the properties of this set and whether it constitutes a subspace.

Discussion Character

  • Exploratory, Conceptual clarification, Assumption checking

Approaches and Questions Raised

  • Some participants attempt to verify the closure properties of the set S under addition and scalar multiplication, while others question the assumptions made about the vectors involved. There is discussion about the correct interpretation of the zero vector and the properties of matrix multiplication.

Discussion Status

Participants are actively engaging with the problem, raising questions about the definitions and properties involved. Some guidance has been offered regarding the need for clarity in demonstrating the closure properties, but no consensus has been reached on the correct approach.

Contextual Notes

There is some confusion regarding the notation used for the space in which the vectors reside, with references to ℝ and R3. Participants are also addressing the need to explicitly show the properties of vector addition and scalar multiplication in the context of the subspace theorem.

NewtonianAlch
Messages
453
Reaction score
0

Homework Statement


Suppose A is a fixed matrix in M. Apply the subspace theorem to show that

S = {x [itex]\in[/itex] ℝ : Ax = 0}

The Attempt at a Solution



Zero vector for x = <0,0,0>

A*<0,0,0> = 0

Therefore zero vector is in ℝ and S is non-empty.

Addition:

For u & v [itex]\in[/itex] S

u + v = 0 + 0 = 0

A*(u+v) = 0 => A(0) = 0

S is closed under addition

Multiplication:

λ [itex]\in[/itex] R

λ*A*u = λ*0 = 0

Therefore closed under multiplication and by subspace theorem, if a subspace of S.

Is this correct?
 
Physics news on Phys.org
NewtonianAlch said:

Homework Statement


Suppose A is a fixed matrix in M. Apply the subspace theorem to show that

S = {x [itex]\in[/itex] ℝ : Ax = 0}
I can't tell what space x is in. It just shows up as a box in my browser. Is it R3?

Also, what is it you're supposed to show. All you have above is a definition for S. Are you supposed to show that S is a subspace of R3 (or whatever the space is)?
NewtonianAlch said:

The Attempt at a Solution



Zero vector for x = <0,0,0>

A*<0,0,0> = 0

Therefore zero vector is in ℝ and S is non-empty.

Addition:

For u & v [itex]\in[/itex] S

u + v = 0 + 0 = 0
No, you're not given any information that allows you to conclude that u and v are zero vectors or that they add to 0.
NewtonianAlch said:
A*(u+v) = 0 => A(0) = 0
No, for the reason given above. You need to use the properties of matrix multiplication.
NewtonianAlch said:
S is closed under addition

Multiplication:

λ [itex]\in[/itex] R

λ*A*u = λ*0 = 0
No, because you can't say that u is necessarily equal to 0.
NewtonianAlch said:
Therefore closed under multiplication and by subspace theorem, if a subspace of S.

Is this correct?
 
I assume that instead of ℝ you mean Rn (Mark: it shows up in my browser as a blackboard [itex]\mathbb{R}[/itex]).

It looks almost correct to me, except for this line:
u + v = 0 + 0 = 0
You are taking u and v arbitrarily in S then they are not necessarily equal to zero. You may want to use the linearity of matrix multiplication here.

No, because you can't say that u is necessarily equal to 0.
Actually he used that Au = 0 there, so that is correct.
 
CompuChip said:
I assume that instead of ℝ you mean Rn (Mark: it shows up in my browser as a blackboard [itex]\mathbb{R}[/itex]).
The OP is using vectors in R3, though.
CompuChip said:
It looks almost correct to me, except for this line:
u + v = 0 + 0 = 0
You are taking u and v arbitrarily in S then they are not necessarily equal to zero. You may want to use the linearity of matrix multiplication here.


Actually he used that Au = 0 there, so that is correct.
Right. I mistakenly thought the OP replaced u with 0, but it was Au being replaced. I didn't catch that.
 
NewtonianAlch said:

Homework Statement


Suppose A is a fixed matrix in M. Apply the subspace theorem to show that

S = {x [itex]\in[/itex] ℝ : Ax = 0}
You mean "show that S is a subspace of"- I guess R3 although you said ℝ.


The Attempt at a Solution



Zero vector for x = <0,0,0>

A*<0,0,0> = 0

Therefore zero vector is in ℝ and S is non-empty.
Yes, that is correct.

Addition:

For u & v [itex]\in[/itex] S

u + v = 0 + 0 = 0
No. What you have written here is that u= v= 0 and that is not necessarily true.
However, what you may have meant to write may have been

A*(u+v) = 0 => A(0) = 0
Not quite. You need A(u+ v)= Au+ Av= 0+ 0= 0.

S is closed under addition

Multiplication:

λ [itex]\in[/itex] R

λ*A*u = λ*0 = 0
Again, not quite. You want [itex]A(\lambda u)= \lambda A(u)= \lambda(0)= 0[/itex]

Therefore closed under multiplication and by subspace theorem, if a subspace of S.

Is this correct?
 
That should have been an R^n yes! I mistakenly left that out, sorry about the confusion!
 
Thanks HallsofIvy, I guess I need to expand and be more explicit in each step of the way. I just assumed I didn't have to show that commutative, or was it associative law of multiplication. But I understand what you mean!
 
I'm not too sure what's wrong with the addition aspect.

Given that I want to essentially prove that the matrix A multiplied by an addition of vectors would equal zero A*(u + v) = 0

So would it suffice to say that the above statement is true, and u + v = 0 but that neither u or v has to equal 0?
 
But it isn't true that u+ v= 0. What is true is that Au= 0 and Av= 0. That's completely different.
 
  • #10
for emphasis, u in S does NOT mean u is 0. it just means that Au = 0.

of course, the 0-vector 0 is ONE of the vectors in S, but an arbitrary vector in S need not be the 0-vector (it's hard to say for sure without knowing more about the matrix (or linear map) A).

what you need to show, is that:

if u,v is in S, so Au = 0 and Av = 0,

then A(u+v) = 0.

next, you need to show that if c is in R, and u is in S, that cu is also in S

(which entails showing that A(cu) = 0).
 

Similar threads

Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
7K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
9
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K