1

Prove that $[0,1] \approx [-\pi,e^2]$

(The notation $\approx$ is used to denote equinumerous)

I know to prove two closed intervals are equinumerous I need to show a bijective function that will map from one interval to the other but I cannot seem to find the correct mapping.

Cameron Buie
  • 102,994
ECollins
  • 676
  • 6
  • 19

1 Answers1

0

Hint: $[-\pi, e^2] \cong [0, e^2 + \pi]$

Edit: I don't understand why I received a downvote so here's the full solution: The linear function from $[0,1] \to [0, e^2 + \pi]$ is just multiplication by $e^2 + \pi$ and is clearly a bijection. We then compose this with the map which subtracts $\pi$. This composition is a composition of bijections and is therefore a bijection.

Yunus Syed
  • 1,737
  • 2
    I think your hint is to a more sophisticated/complex solution (which you only provided just now) than to the more straightforward "find a linear function". And that simpler solution was already hinted at. (Not my downvote). – Ethan Bolker Mar 30 '17 at 03:52