I am trying to solve the following problem in Allen Hatcher's Algebraic Topology book :
- Let $A_1, A_2, A_3$ be compact sets in $\mathbb R^3$. Use the Borsuk-Ulam theorem to show that there is one plane $P \subset \mathbb R^3$ that simultaneously divides each $A_i$ into two pieces of equal measure.
I managed to find the good idea, but I am stuck with this detail that I cannot find a way to explain. At some point in my proof, I am given a continuous function $f : S^2 \times [a,b] \to [0,1]$ such that for every $v \in S^2$, there exists $t \in [a,b]$ with $f(v,t) = 1/2$. Furthermore, I know that the map $f(v,-) : [a,b] \to [0,1]$ is decreasing and surjective (maybe this is not necessary, but it is how I have shown that $t$ with $f(v,t) = 1/2$ existed...).
I want to show the existence of a continuous map $\varphi : S^2 \to S^2 \times [a,b]$ such that $f \circ \varphi$ is the constant map at $1/2$ (I expect $\varphi(v) = (v,t(v))$ for some function $t : S^2 \to [a,b]$). If I can do this then my proof is complete and using Borsuk-Ulam's theorem I have proved the statement.
I must add that I expected $t(v)$ to be as follows : if $f(v,-)$ is such that $f(v,-)^{-1}(\{1/2\}) = [t_{min}(v),t_{max}(v)]$, I thought $$ t(v) = \frac{t_{min}(v) + t_{max}(v)}2. $$ This choice of $t(v)$ has the more elegant property that $f(-v,t(-v)) = f(v,-t(v))$ because of the way $f$ is defined, but I don't know how to show it will be continuous, even though I expect it to be.
Any ideas?
Continuity of $g$ should be a consequence of the fact that $f(v, -)$ is decreasing. I'll let you figure it out!
– Bruno Joyal Sep 24 '13 at 16:59