Show that the set of points on a line is equinumerous

  • Context: Graduate 
  • Thread starter Thread starter gravenewworld
  • Start date Start date
  • Tags Tags
    Line Points Set
Click For Summary

Discussion Overview

The discussion centers on demonstrating that the set of points on a line is equinumerous with the set of points in three-dimensional space (R^3). Participants explore various mappings and functions that could establish this equivalence, delving into both theoretical and practical aspects of the problem.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant suggests that a bijective function or two total functions could demonstrate the equinumerosity between R and R^3.
  • Another participant proposes a mapping of points on a line to points in space using decimal expansions, illustrating how to represent points in R^3 through specific digit placements.
  • A different participant introduces the idea of forming ordered triplets from the digits of a real number, but expresses uncertainty about formal proof.
  • Concerns are raised about how to handle negative values in the mapping, with one participant suggesting that arbitrary choices could be made for coordinates.
  • One participant argues that since the cardinality of R^3 is greater than or equal to that of R, it suffices to show an injection from R^3 to R, challenging the feasibility of a continuous function for this purpose.
  • Another participant highlights a potential issue with the mapping of 0.999... and 1.000..., questioning whether the function remains one-to-one due to the equivalence of these values.
  • A later reply suggests that stipulating a choice of decimal expansion could resolve the issue of multiple representations for the same real number.
  • Further complications are raised regarding how to map specific points in R^3 when certain decimal expansions are chosen, leading to additional questions about the bijective function's validity.

Areas of Agreement / Disagreement

Participants express differing views on the feasibility of the proposed mappings and the implications of decimal representations. The discussion remains unresolved regarding the best approach to establish a bijective function between the sets.

Contextual Notes

Limitations include the dependence on the choice of decimal expansions and the unresolved nature of how to handle cases where multiple representations exist for the same real number.

gravenewworld
Messages
1,129
Reaction score
27
Show that the set of points on a line is equinumerous with the set of points in space.

If you consider R^3, then sum(x,y,z) for all ordered triples will get mapped to some real number. But what function can I make so that I can take all real numbers so that they will map to some ordered triple? All I need is 1 bijective function or two total functions ( 1 going from R^3-->R and 1 going from R--->R^3) to show that the two sets are equinumerous right?
 
Physics news on Phys.org
I don't know of any handy formula you can use, but how about just describing a mapping like this:

Points on a line between 0 and .999999... can be represented as: [itex]0.x_1x_2x_3x_4x_5x_6x_7x_8x_9...[/itex]

and map to points in space with coordinates (0,0,0) to (.999...,.999...,.999...): [itex](.x_1x_4x_7...,x_2x_5x_8...,x_3x_6x_9...)[/itex]

and similarly for points 1.000000... to 1.999999... and so on
 
I'm not sure of a formal proof, but I've seen an idea which says that given a real number x, form the ordered triplet (u,v,w) where u is made up of every 3rd digit of x starting with the first, v every 3rd starting with the second, and w the third.

For example, map 123456.789101112... -> (14.711..., 25.801..., 36.912...). This does seem to show that given any point p in R3 there is some number in R which maps to p.
 
Just had a thought... I'm not sure exactly how you'd go about getting negative values for two of the coordinates. If x<0 you could arbitrarily choose u,v or w to be negative, but the other two would always be positive. Of course, since {(u,v,w) : v,w>=0} will have the same cardinality as {(u,v,w)} = R3 then this may not be a problem.
 
Firstly since card(R^3)=>card(R), as one is a subset of the other, it suffices only to show that there is an injection from R^3 to R.

Your original idea will not work, indeed there can be no such nice function, since that would be contintuous, and for various reasons that isn't going to happen. You need to look at the ideas given above for sending representations of triples of real numbers to representations of real numbers.
 
Thanks for all the help. I understand it very clearly now. This math logic class is going to be good, Godel's proof here we come!
 
gnome said:
I don't know of any handy formula you can use, but how about just describing a mapping like this:

Points on a line between 0 and .999999... can be represented as: [itex]0.x_1x_2x_3x_4x_5x_6x_7x_8x_9...[/itex]

and map to points in space with coordinates (0,0,0) to (.999...,.999...,.999...): [itex](.x_1x_4x_7...,x_2x_5x_8...,x_3x_6x_9...)[/itex]

and similarly for points 1.000000... to 1.999999... and so on



Sorry to bring this up again, but this problem came up again in a different class and i was pointed out something I never thought of before. If we use this method then say for the real number 0.999999999999999...


would get mapped to (0.99999999..., 0.9999999999999999...)

However 0.9999... is actually equal to 1. But if we take 1.0000000 then that would get mapped to (1.00000000000, 0.000000000000) which is completely different than what one would get with 0.9999... even though .99999...=1.000000000 thus the function wouldn't be 1-1 right?

Is there a way around this problem?
 
Last edited:
Well, obviously, you're not going to evaluate the function at 0.9999... and at 1.000... you'll just pick one (yes, they represent the same number, but they are different decimal expansions). And that means you have to stipulate which decimal expansion will be chosen in the case where there are multiple possibilities (and by multiple possibilites, I mean 2, and this occurs if and only if the number has a terminating decimal expansion, and thus can also be expressed as a decimal with repeating 9's at the end).

By the way, the problem you mention wouldn't prevent it from being 1-1, it would prevent it from being a function altogether (since it would map 1 to (1,1,1) and (1,0,0)). Once you stipulate that you'll only use the terminating decimal expansion when given the choice (or the repeating 9 expansion, either one, it doesn't matter), it becomes a function, and obviously, a 1-1 function.
 
Last edited:
That simple enough, thanks AKG
 
  • #10
I just thought of another problem with this though. Say we stipulate that we will only use the decimal expansions such as .999999... instead of 1.000000... and 1.999... instead of 2 etc. so .99999... maps to (.999999..., .99999999)
What Real number ,however, maps to the point in the plane (1.0000000...,0.000000) then if I am trying to create a bijective function from the reals to the pts. in the Real plane?
 
  • #11
Why don'#t you stipluate othe restrictions about the representations of the coordinates of the plane
 
  • #12
gravenewworld, try:

0.909090909090909...
 
  • #13
duh, I'm such an idiot for not thinking of that. I have been pulling too many all nighters recently
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
881
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K