The problem is very tricky and actually requires something topological. I will now sketch the argument. The idea is the following. Let $X= [0,1]$, we have a mapping $\Psi:X \mapsto \operatorname{MaxSpec} (X)$ given by sending a point $x \in X$ to the maximal ideal $\mathfrak{m}_x$ that is the kernel of the evaluation homomorphism at $x$. The evaluation homomorphism is surjective (why?) and since $\Bbb{R}$ is a field the kernel has to be a maximal ideal.
What your homework assignment is asking you to show:
The map $\Psi$ defined above is surjective.
Once you do this, you will have shown that every maximal ideal of $C[0,1]$ is equal to the kernel of some evaluation homomorphism (at some point $x$) which is (almost) enough to complete your problem. The following steps lead to proving that $\Psi$ is surjective :
Given a maximal ideal $\mathfrak{m}$, consider $V(\mathfrak{m}) = \{f \in C[0,1] : f(x) = 0 \hspace{2mm} \forall f\in \mathfrak{m}\}$. Show that if $V(\mathfrak{m})$ contains some point $x$ (i.e. is non-empty) then this is enough to show $\mathfrak{m} = \mathfrak{m}_x$.
If $V(\mathfrak{m}) = \emptyset$, then argue using compactness of $X$ that we can find a function $f \in \mathfrak{m}$ that does not vanish at any point $x \in X$. Why is this a contradiction?
However, you're not done yet! You've only shown that the kernel of your map $\phi$ is equal to the kernel of some evaluation homomorphism $\phi_x$. Why is $\phi = \phi_x$? To show that $\phi = \phi_x$ recall we can factor $\phi$ as $\pi \circ \overline{\phi}$ and $\phi_x$ as $\pi \circ \overline{\phi_x}$ where the bars indicate induced maps on the quotient. The $\pi$'s here are exactly the same because you know their kernels are equal! So to show $\phi = \phi_x$, it is enough to show that the induced map on the quotients (which is an automorphism of $\Bbb{R}$) is the same.
You now have to prove: Any ring automorphism $f$ of $\Bbb{R}$ is the identity map. Do this in the following steps.
Show that $f$ has to fix the rationals pointwise (easy).
Show that $f$ has to be order preserving, i.e. if $x <y $ then $f(x) < f(y)$. Since $f$ is a ring homomorphism, it is enough to show that if $x > 0$ then $f(x) > 0$.
Now show $f$ is the identity map! Hint: If $f(x)$ for some real number $x$ is not equal to $x$ (say it is less than), choose a rational number $q$ such that $f(x) < q < x$. Recall $f^{-1}$ fixes the rationals, so what contradiction comes now?
Conclude the result for your homework problem!
Well if $g \in ker(ev_x)$ then $g(x) = 0$. Why does that imply that $g \in ker(\phi)$ ? Knowing $\phi$ is a homomorphism only assures that the zero function is in the kernel; we don't know that anything else is in it, do we?
– user113857 Dec 06 '13 at 11:37If $g \in ker(\varphi)$ then $\varphi(g)$ equals zero. You're right that the fact that zero function is in $ker\varphi$ is immediately obvious, but not much else. I'm still working on the part after that, but g in $ker(ev_a)$ implies g has a zero on $[0,1]$ (or $\mathbb{R}$ - which is it?). I'm thinking we'll need to use maximal ideals in some way.
– Lost Dec 06 '13 at 11:44I think that what we need to do is to get a better intuitive understanding of what $ker(\varphi)$ is compared to $ker(ev_a)$.
– Lost Dec 06 '13 at 11:56As for your other comment, that's true. I wonder if that does give us what we need. However, what if the only element in $ker(\varphi)$ is the zero function? I'm not sure if maximal ideals include trivial ones.
– Lost Dec 06 '13 at 12:11