The temperature $T(x)$ at each point $x$ on the surface of Mars (a sphere) is a continuous function. Show that there is a point $x$ on the surface such that $T(x) = T(-x)$. Hint: Represent surface of Mars as $\{x \in \mathbb{R}^{3} : \|x\| = 1 \}$.
There is another post similar to this, but it only gives a hint and I didn't find the hint any more helpful. So here is my attempt:
Possible useful definition:
A path in $S \subset \mathbb{R}^{n}$ from $a$ to $b$, both points in $S$ is the image of a continuous function $\gamma$ from $[0,1]$ into $S$ such that $\gamma(0) = a$ and $\gamma(1) = b$.
Attempt:
let $f(x) = T(x) - T(-x)$.
What I envision myself wanting to do is using the existence of a path by somehow saying let $\gamma(0) = 0$ and $\gamma(1) = x$. My reasoning for this is that I somehow want to use the hint that $\|x\| = 1$. From here something should work out where $f(x) < 0$ and $f(x) > 0$ over some interval and apply IVT over this interval and I would get my equality.
Now trying to formalize this is where I am having trouble.....Is this the right idea?