0

The question is how to construct a bijection between [2, 4] and (0, 1), but is there a general formula to do so?

Kat W.
  • 15

1 Answers1

4

I recommend first solving these two simpler problems:

  1. Find a bijection between $[0,1]$ and $(0,1]$.
  2. Find a bijection between $[0,1]$ and $(0,1)$.

Problem (1) already contains the essential new difficulty of this set of problems. Problem (2) is a chance to double-down on the new idea from the solution to problem (1), and should lead pretty nicely to a solution to your original problem.

One way to go from problem (2) to your exact problem is to find a bijection between $[2,4]$ and $[0,1]$ (which should be easy, with a continuous function) and then compose the two bijections together.

Greg Martin
  • 78,820
  • In (2), do you mean $(0,1]$ and $(0,1)$? – Robert Israel May 14 '20 at 17:21
  • Yeah I understand the solution for both [0, 1] to (0, 1] and from [0, 1] to (0, 1) but somehow I don't seem to find that minor adaptation that's needed here. Thanks for your answer. – Kat W. May 14 '20 at 18:17
  • I added another sentence to address this. By the way, the remarks in your comment are really great things to include in the question statement to begin with; providing that context is important for people's feedback to be aimed at the part of the problem that you actually want help with. – Greg Martin May 14 '20 at 20:00