5

Let $K$ be a compact topological space, and denote by $R$ the ring of continuous functions $K \to \mathbb{R}$, with addition and multiplication defined pointwise. We prove that there is a bijection between $K$ and the "maximal spectrum" of $R$ as follows:

  1. For $p \in K$, let $M_p = \{f \in R | f(p) = 0\}$. Prove that $M_p$ is a maximal ideal in $R$.
  2. Prove that if $f_1, \dots, f_r \in R$ have no common zeros, then the ideal generated by $f_1, \dots, f_r$ (let's call it $(f_1, \dots, f_r)$) is equal to $R$. (Hint: Consider $f_1^2 + \cdots + f_r^2$)
  3. Prove that ever maximal ideal $M$ in $R$ is of the form $M_p$ for some $p \in K$. (Hint: you will use compactness of $K$ and part 2)

(This is problem III.4.17 in Paolo Aluffi's Algebra Chapter 0) Part 1 is not difficult, but for part 2 I thought I had a proof, that I now realize is horribly faulty, and didn't use the hint. Am I missing something fairly obvious? Thanks for the help.

  • @Ravi we suppose $M \not\subseteq M_p$ for any $p \in K$. In this case, for every $p$ there is an $f_p \in R$ such that $f_p(p) \neq 0$. By continuity of $f_p$, there is then some open neighborhood of $p$ (let us call it $N_p$) such that $f_p(q) \neq 0$ for any $q \in N_p$. The set of all $N_p$ forms an open cover of $K$, so by compactness, there is a finite subset ${N_{p_1}, \dots, N_{p_n}}$ that covers $K$. The corresponding $f_{p_i}$ share no common zeros, for if they did, the $N_{p_i}$ would not cover $K$. So by 2, the ideal generated by the $f_{p_i} = R$. The rest follows simply. – Reuben Stern Jun 12 '16 at 13:19
  • 1
    Good work, Reuben. – Arkady Jun 12 '16 at 20:03
  • Thank you so much for the assistance – Reuben Stern Jun 12 '16 at 20:11