Points on a Plane: Representation with 1 or 2 Real Numbers?

  • Context: Graduate 
  • Thread starter Thread starter jeremy22511
  • Start date Start date
  • Tags Tags
    Plane Points
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 1K views
jeremy22511
Messages
29
Reaction score
0
If there is a bijection between R and R2, then why can't a point on a plane be represented by one real number instead of two?
 
on Phys.org
It can.
All those bijections are highly impractical for actual applications, using two values is much easier. If you are worried about memory: getting the same precision with a single number means you have to store (at least) twice the number of digits, so you don't gain anything.
 
jeremy22511 said:
If there is a bijection between R and R2, then why can't a point on a plane be represented by one real number instead of two?

The reason why we don't do this is because we often want that representation to satisfy some other properties. The bijections between ##\mathbb{R}## and ##\mathbb{R}^2## do not satisfy many other nice properties. Some properties that they can have are addition preserving, so it can be a group isomorphism. If you don't require injectivity, then it can be continuous. But that's basically where it ends. You can't make it be smooth, or linear. So this means that the bijections are not very geometrical and thus not very useful.