So it's pretty well known that the area of a sphere is $4 \pi r ^2$..
I was trying to derive this using a projection from the surface of the great circle to the surface of the sphere and I end up getting $2 \pi r ^2$ which is of course wrong.
Here's the logic:
For each point $x, y$ on the surface of the great circle, map it to the point in 3D space that's the distance $r$ from the center of the sphere. Assuming the 3rd coordinate being $z$, There are two such points, one in each hemisphere: $(x, y, z)$ and $(x, y, -z)$.
Similarly, take any point $(x, y, z)$ on the surface of the sphere and map it to the point $(x, y, 0)$ on the surface of the sphere. This mapping is 1-1 for points on each hemisphere. Proof by contradiction: If you could map two points $(x, y, z_1)$ and $(x, y, z_2)$ from a single hemisphere (hence both $z_1 > 0$ and $z_2 > 0$ or the other way around), to $(x, y, 0)$ then by definition $z_1 = z_2$ otherwise these two points can't be the same distance $r$ from the center of the sphere.
So we've shown that the mapping is 1-1 in both directions, e.g. you can uniquely map each point on the surface of each hemisphere to one point on the surface of the great circle and similarly you can uniquely map each point on the surface of great circle to one point on the surface of each hemisphere.
With this established, the next part is clumsily something like below:
Given that the area of the great circle is $\pi r ^2$ and each point on it can be uniquely mapped to two points on the surface of the sphere, then it has to be that the area of the sphere is $2 \pi r ^2$.
Why is this logic wrong?