1

So I am trying to get a better understanding of real projective spaces $\mathbb{R}P^n$. I'm starting off by looking at $\mathbb{R}P^1$ and trying to construct it from first principles and showing that it is equivalent to the circle $S^1$. By "equivalent", we mean that there exists a homeomorphism $f:S^1\to\mathbb{R}P^1$, a.k.a a bicontinuous bijection, between the spaces.

Starting off with the actual construction of $\mathbb{R}P^1$, I know it is the quotient space $S^1/\sim$ where for $x,y\in S^1$, $x\sim y$ if and only if $x=\lambda y$ where $\lambda\in\{-1,1\}$. In other words, $x$ and $y$ are similar if they are antipodal to each other. Then $\mathbb{R}P^1=\{[x]:x,-x\in [x]\;\forall\;x\in S^1\}$, i.e. the set of equivalence classes of antipodal points on the circle.

So far so good.

The trouble comes for me in showing that this is homeomorphic to the circle. Taking the canonical projection map from $S^1$ to $\mathbb{R}P^1$ defined by $x\mapsto [x]$. To show this is a homeomorphism: Surjectivity is obvious, as is bicontinuity from the definition of quotient spaces. However, suppose $[x],[y]\in\mathbb{R}P^1$ and $[x]=[y]$. Then $x\in [y]$ and $y\in [x]$. This implies that either $x=y$, in which case huzzah, or $x=-y$, in which case we have a problem with injectivity. Am I missing something here? Is there some basic logic I'm not applying? Or do I need to try a different function as a homeomorphism? Any help would be much appreciated!

  • Here is a similar question with an answer I think that might help you https://math.stackexchange.com/questions/311196/homeomorphism-between-the-real-projective-line-and-a-circle please ask if there is something not clear from that answer! – René Bruin Aug 06 '22 at 15:23
  • Intuitively, I had thought about it like this. Take any element of $RP^1$ i.e. a line through origin in a 2-dimensional plane say $XY$ plane and the line be $X$ axis. Rotate the line in any direction, say anti-clockwise. When you complete the rotation by $180°$ you have arrived at the same line i.e. the same element of $RP^1$ so it's like a circle. But when you complete one $360°$ rotation in $XY$ plane you have completed 2 loops in $RP^1$ which is why the quotient map is a double cover as the answer says. – Rishi Aug 06 '22 at 17:00
  • There's a potentially-helpful diagram here. (Re: the injectivity confusion, the quotient map is not a homeomorphism, but a two-to-one covering.) – Andrew D. Hwang Aug 06 '22 at 19:17
  • "as is bicontinuity". No, this is only true if you know that your map is a bijection. – Paul Frost Aug 06 '22 at 23:33
  • Read https://math.stackexchange.com/help/someone-answers. – Kritiker der Elche Aug 08 '22 at 22:41

2 Answers2

1

You are correct that the quotient map $S^1\to\mathbb{R}P^1$ is not a homeomorphism because it fails to be injective. In fact it is a double cover. What you need to do is find a different map from $S^1$ to $\mathbb{R}P^1$ which witnesses the fact that they are homeomorphic.

Identify $S^1$ with the unit circle in $\mathbb{C}$ and parameterise the points by $e^{i\theta}$ for $\theta\in[0,2\pi)$. Now $\mathbb{R}P^1=\{[e^{i\theta}]\mid\theta\in[0,2\pi)\}$, where $[e^{i\theta}]=\{e^{i\theta},e^{i(\theta+\pi)}\}$. Define the map $$S^1\to\mathbb{R}P^1\colon e^{i\theta}\mapsto[e^{i\theta/2}].$$

You should be able to check this is a homeomorphism. In particular note that $$\lim_{\theta\to 2\pi^-}[e^{i\theta/2}]=[e^{i\pi}]=[e^{i2\pi}]=[e^{i0}],$$ which ensures that the map is continuous and surjective.

David Sheard
  • 2,362
1

It is easier to construct a homeomorphism $h : \mathbb RP^1 \to S^1$. Define $$\phi : S^1 \to S^1, \phi(z) = z^2 .$$ This is a continuous map. Since each complex number $w$ has a square root (with absolute value $\sqrt{\lvert w \rvert}$), $\phi$ is surjective. Moreover we have $$\phi(z) = \phi(z') \iff z^2 = (z')^2 \iff z = \pm z' . \tag{1}$$

By $(1)$ $\phi$ induces a unique continuous $h : \mathbb RP^1 \to S^1$ such that $h \circ \pi = \phi$, where $\pi : S^1 \to \mathbb RP^1$ is the quotient map. Since $\phi$ is surjective, also $h$ is surjective. Again by $(1)$ $h$ is injective.

Thus $h$ is a continuous bijection. Since $ \mathbb RP^1$ is compact and $S^1$ is Hausdorff, $h$ is a homeomorphism.

Paul Frost
  • 76,394
  • 12
  • 43
  • 125