Basis, what it really means for R

  • Thread starter Thread starter flyingpig
  • Start date Start date
  • Tags Tags
    Basis Means
Click For Summary

Homework Help Overview

The discussion revolves around the concept of basis in linear algebra, specifically regarding the relationship between vectors in different dimensional spaces, such as ℝ2 and ℝ3. Participants explore whether certain vectors can be considered a basis for ℝ2 when they exist in ℝ3.

Discussion Character

  • Conceptual clarification, Assumption checking, Mixed

Approaches and Questions Raised

  • Participants discuss the definition of a basis and the implications of dimensionality, questioning whether vectors in ℝ3 can span ℝ2. Some express confusion about the distinction between isomorphic spaces and actual subsets.

Discussion Status

The conversation is ongoing, with various interpretations being explored. Some participants have offered clarifications regarding the definitions and properties of vector spaces, while others are still grappling with the concepts of isomorphism and dimensionality.

Contextual Notes

There is a noted lack of consensus on the definitions and implications of dimensionality, particularly regarding the relationship between ℝ2 and ℝ3. Some participants mention that they have not yet encountered certain terminology, such as "isomorphic," which may affect their understanding.

flyingpig
Messages
2,574
Reaction score
1

Homework Statement



Whenever LA talks about ℝn, do they mean just the n?

Ex. Let's say I have two vectors

\begin{bmatrix}1\\ 0\\ 0\end{bmatrix}\begin{bmatrix}0\\ 1\\ 0\end{bmatrix}

Now it is tempting to say that the two vector is a basis for ℝ2.

Now my professor tells me that it isn't a basis for ℝ2 because the vectors are in ℝ3. But I don't understand why. Sure they are in ℝ3, but the two vectors span ℝ2.

Also, just to take another step further, let's say I have two vectors with three entries and I am telling you that they are linearly independent. My question is, is it a basis for ℝ2? Whenever we talk about ℝ2, do we only mean the xy-plane and not some other plane that exist in ℝn for n>2?
 
Physics news on Phys.org
Any two linearly independent vectors span a 2-D subspace. As your prof said, the two vectors do not span R^2 because they are members of R^3. As you correctly pointed out, it is tempting to say that the two vectors span R^2. After all, the space spanned by them looks an awful lot like R^2. The subspace spanned by these two vectors isn't R^2, but it is isomorphic to R^2. That is, there is a 1-1, onto function from R^2 to the space spanned by your two vectors.
 
flyingpig said:

Homework Statement



Whenever LA talks about ℝn, do they mean just the n?

Ex. Let's say I have two vectors

\begin{bmatrix}1\\ 0\\ 0\end{bmatrix}\begin{bmatrix}0\\ 1\\ 0\end{bmatrix}

Now it is tempting to say that the two vector is a basis for ℝ2.

Now my professor tells me that it isn't a basis for ℝ2 because the vectors are in ℝ3. But I don't understand why. Sure they are in ℝ3, but the two vectors span ℝ2.

Also, just to take another step further, let's say I have two vectors with three entries and I am telling you that they are linearly independent. My question is, is it a basis for ℝ2? Whenever we talk about ℝ2, do we only mean the xy-plane and not some other plane that exist in ℝn for n>2?

Two independent vectors certainly span a 2 dimensional plane which is isomorphic to R^2. But R^2 is a special 2 dimensional plane that is defined as all pairs of real numbers.
 
"Now my professor tells me that it isn't a basis for ℝ2 because the vectors are in ℝ3. But I don't understand why. Sure they are in ℝ3, but the two vectors span ℝ2."

Bluntly put, these vectors are not in \mathbb{R}^2, and they don't span \mathbb{R}^2, because they are 3-dimensional vectors, not 2-dimensional vectors.
 
In particular, R^2 is NOT a subspace of R^3 and you seem to think it is. Yes, the set {(x, y, 0)} is a subspace of R^3 which is isomorphic to R^2 (like any two dimensional subspace) but it is NOT the same as R^2- (x, y) is NOT (x, y, 0).
 
Last edited by a moderator:
I haven't learned the word "isomorphic". I think I can sort of understand a little about being members of ℝ3, but aren't they still on the xy plane? That shouldn't stop it from spanning the entire xy plane right?
 
But wait, you are now asking a different question. The two vectors most certainly span the xy-plane. However, the xy-plane in R^2 is not the xy-plane in R^3. When two sets are isomorphic, we mean that they are "essentially" the same, or that the structure is the same, or something similar (of course there is an actual definition, but this is just the intuition.) Thus, the xy-plane (indeed, every plane) in R^3 is essentially the same as the entire R^2 space. However, it is not the same because, if for no other reason, the vectors in R^3 are linear combinations of three basis vectors whereas those in R^2 are linear combinations of 2 basis vectors. Yes, one of the vectors happens to be the zero vector, but we still write the column vector with three entries.
 
Robert1986 said:
But wait, you are now asking a different question. The two vectors most certainly span the xy-plane. However, the xy-plane in R^2 is not the xy-plane in R^3.

What do you mean they aren't the same. It's the same plane just drawn differently.

When two sets are isomorphic, we mean that they are "essentially" the same, or that the structure is the same, or something similar (of course there is an actual definition, but this is just the intuition.) Thus, the xy-plane (indeed, every plane) in R^3 is essentially the same as the entire R^2 space. However, it is not the same because, if for no other reason, the vectors in R^3 are linear combinations of three basis vectors whereas those in R^2 are linear combinations of 2 basis vectors. Yes, one of the vectors happens to be the zero vector, but we still write the column vector with three entries.

How does that justify it from being different though? It's same the plane!
 
I don't like myself saying this, but you're thinking much to intuitive. Normally that's a good thing, but now it prevents you to understand something.

\mathbb{R}^2 is defined as

\mathbb{R}^2=\{(x,y)~\vert~x,y\in\mathbb{R}\}

Intuitively, this is just a plane, but rigourously it is nothing more then a set of couples of reals.

On the other hand

\mathbb{R}^3=\{(x,y,z)~\vert~x,y,z\in \mathbb{R}\}

Intuitively again, this is a space. So you could argue that \mathbb{R}^2 is a plane contained in this space. But rigourously, this does not hold, since a vector (x,y) has two coordinates and thus cannot be in \mathbb{R}^3, which are vectors with 3 coordinates.

So, rigourously, \mathbb{R}^2 is not a subset of \mathbb{R}^3. However, intuitively, you would want it to be a subset. This is exactly why mathematicians have invented the word isomorphism. With that concept you can say that the two are related...
 
  • #10
micromass said:
I don't like myself saying this, but you're thinking much to intuitive. Normally that's a good thing, but now it prevents you to understand something.

\mathbb{R}^2 is defined as

\mathbb{R}^2=\{(x,y)~\vert~x,y\in\mathbb{R}\}

Intuitively, this is just a plane, but rigourously it is nothing more then a set of couples of reals.

The xy-plane

On the other hand

\mathbb{R}^3=\{(x,y,z)~\vert~x,y,z\in \mathbb{R}\}

Intuitively again, this is a space.


The xyz-space

So you could argue that \mathbb{R}^2 is a plane contained in this space.

But it is! I can even draw it out for you! Here

http://img859.imageshack.us/i/10537124.png/

Uploaded with ImageShack.us

But rigourously, this does not hold, since a vector (x,y) has two coordinates and thus cannot be in \mathbb{R}^3, which are vectors with 3 coordinates.

Can't we just imagine or even know that the number 0 is in the last entry? I feel like this has more to deal with the concept of 0

So, rigourously, \mathbb{R}^2 is not a subset of \mathbb{R}^3. However, intuitively, you would want it to be a subset. This is exactly why mathematicians have invented the word isomorphism. With that concept you can say that the two are related...

I am trying to pronounce that word...iso-morpha-sem
 
Last edited by a moderator:
  • #11
flyingpig said:
Can't we just imagine or even know that the number 0 is in the last entry? I feel like this has more to deal with the concept of 0

No, this has nothing to do with the concept of 0! A number with two coordinates cannot be written as a number with three coordinates! A number (x,y) is not the same as (x,y,0). It's just an inconvenience of notation, but it's something we need to deal with...

If you want to see \mathbb{R}^2 as a subset of \mathbb{R}^3, then you'll have to use isomorphisms, there's no way around that!
 
  • #12
I googled it and that word and the math that came with it was impossible for me...

When do I learn that word?
 
  • #13
Probably right after you learn about linear functions. I don't know how long it will take your class to get there, but you will learn that word eventually :-p
 
  • #14
Still within Linear Algebra right?
 
  • #15
Yes, linear functions between vector spaces is what linear algebra is all about! I have no doubt that you will learn about this in your linear algebra class!
 

Similar threads

  • · Replies 21 ·
Replies
21
Views
9K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
15
Views
2K