2

I am working on Ex.1.25 of Atiyah's "Commutative Algebra", which asks to deduce Stone's Theorem: every Boolean lattice is isomorphic to the lattice of open-and-closed subsets of some compact Hausdorff topological space.

By the previous exercises, I can prove that any Boolean lattice is isomorphic to the lattice associated with a Boolean ring, and it suffices to prove that for a Boolean ring $A$, its associated Boolean lattice, $L$, is isomorphic to the lattice of clopen subsets of $\mathrm{Spec}(A)$, since $\mathrm{Spec}(A)$ is compact Hausdorff. Then I considered a map sending $a\in L$ to $X_{a}$, where $X_a := \mathrm{Spec}(A)-V(a)=V(1-a)$. But I cannot prove this map is injective. Any idea is welcome!

Yuheng Shi
  • 103
  • 7

1 Answers1

1

If you know that two ideals define the same variety iff their radicals are equal, then you can prove injectivity as follows. Suppose $X_a=X_b$. Then the ideals generated by $a$ and by $b$ have the same radical.

In particular, some power of $a$ is divisible by $b$. But in a Boolean ring, every element satisfies $a^2=a$, so the only power of $a$ is $a$ itself. Thus, $a$ is divisible by $b$. That means $a\leq b$ in the Boolean lattice you started with.

Now repeat the last paragraph with the roles of $a$ and $b$ interchanged, to get $b\leq a$. So we have both $a\leq b$ and $b\leq a$, and therefore $a=b$.

Andreas Blass
  • 71,833