Understanding Subset Requirements in R2 and R3

  • Thread starter Thread starter elisemc
  • Start date Start date
elisemc
Messages
1
Reaction score
0
Why is R2 not a subset of R3? And then, what are the requirements for something to be a subset? I vaguely understanding that it has to be "contained in"

Would the space (x,y,0) be a subset of R3?
 
Physics news on Phys.org
elisemc said:
Why is R2 not a subset of R3? And then, what are the requirements for something to be a subset? I vaguely understanding that it has to be "contained in"

Would the space (x,y,0) be a subset of R3?

R2 not a subset of R3 - could you be precise?

A particular plane (x,y,0) for all x and y, is a subset.
 
Set A is a subset of set B if and only if every member of A is a member of B.
R2 consists of all ordered pairs of numbers, (x, y). R3 consists of all ordered triples of numbers, (x, y, z). A pair is not a triple so no member of R2 is in R3.

(We can associate the pair (x, y) with the triple (x, y, 0), for example so that R2 is isomorphic to a subset of R3.)
 
ℝ² is neither a subspace or subset of ℝ³ because any two-component vector from ℝ² cannot come from a set of three-component vectors, in particular ℝ³. In other words, the vector (a,b) is not the same as the vector (a,b,0).
 

Similar threads

Replies
2
Views
3K
Replies
16
Views
2K
Replies
14
Views
2K
Replies
6
Views
2K
Replies
2
Views
2K
Back
Top