If $A\to B$ is such that $B$ is a free $A$-module, is it true that $Spec(B)\to Spec(A)$ is surjective? I suspect it is true that there is a projection $B\to A$ so that the composition $A\to B\to A$ is the identity map (of rings), but I'm not sure.
-
What is the ring structure on $B$? – Rene Schipperus Jul 07 '14 at 20:56
-
I allow B to be any ring that is free as an A-module. – LCL Jul 07 '14 at 22:17
-
Just a thought but the typical case of non surjective maps are closed imbeddings so is it possible for $B$ to be a quotient of $A$ ? If you add Notherian that will make it harder to find a counter example. – Rene Schipperus Jul 07 '14 at 22:44
-
1Well, ${ 0 }$ is free... – Zhen Lin Jul 08 '14 at 00:17
-
2Perhaps I should say where this comes from. I would like to show (as a step in the proof of Chevalley's Theorem given by Vakil) that, given $\pi:Spec(B)\to Spec(A)$, where $A$ is a Noetherian domain, $Spec(A)$ contains an open dense set contained in or disjoint from $im(\pi)$ [there is also a hypothesis that B is finite type over A]. By generic freeness, there exists $f\in A$ such that $B_{f}$ is a free module over $A_{f}$, and hence it is enough to show that $Spec(B_{f})\to Spec(A_{f})$ is surjective as long as $A_{f}$ is not zero. – LCL Jul 09 '14 at 14:01
-
@LCL I once had this exact same question, coming from the exact same place. Funny :) – Alex Youcis Jul 09 '14 at 23:08
-
@ReneSchipperus: The only quotient of $A$ that is a faithful (let alone free) $A$-module is $A$ itself – zcn Jul 11 '14 at 09:00
2 Answers
Yes, this is true, assuming that it's not free of rank $0$. Choose a point $y\in\text{Spec}(A)$. Then, the set-theoretic fiber over $y$ can be identified with the scheme theoretic fiber $(\text{Spec}(B))_y$, which fits into the following fibered diagram
$$\begin{matrix}(\text{Spec}(B))_y & \to & \text{Spec}(B)\\ \downarrow & & \downarrow\\ k(y) & \to & \text{Spec}(A)\end{matrix}$$
In particular, the fiber is just $\text{Spec}(B\otimes_A k(y))$. But, since $B$ is free as an $A$-module, then $B\otimes_A k(y)$ is just a free $k(y)$-space of dimension $\text{rank}_A(B)$. In particular, if $\text{rank}_B(A)>0$, then $\dim_{k(y))} B\otimes_A k(y)>0$, and so can't be the zero ring. In particular, the fiber $\text{Spec}(B\otimes_A k(y))$ is non-empty.
More generally, if $A\to B$ is flat, then $\text{Spec}(B)\to\text{Spec}(A)$ is surjective if and only if $A\to B$ is faithfully flat. Certainly if $B$ is a free $A$-module, then $A\to B$ is faithfully flat.
- 54,059
-
Thanks for the answer! I wonder, though, what Vakil actually had in mind here, given that fibre products come later in the text...in any case I think your proof can probably be translated into some language without the need for fibre products in general (in particular, if the scheme-theoretic fibre product is non-empty, the topological fibre is obviously non-empty). – LCL Jul 09 '14 at 23:31
Here's a proof that is possibly what Vakil had in mind, at the very least it only uses ideas already developed at this point in the notes.
Let us write $\varphi$ for the map from $A$ to $B$, and let $\mathfrak{p} \in \operatorname{Spec}(A)$. We show that $\mathfrak{p}$ is in the image of the map induced by $\varphi$ by showing that there is some prime in $B$ lying over $\mathfrak {p}$ (i.e. a prime $\mathfrak{q}$ with $\varphi^{-1}(\mathfrak{q}) = \mathfrak{p})$.
Observe that the primes $\mathfrak{q}$ of $B$ lying over $\mathfrak{p}$ with respect to $\varphi:A\rightarrow B$ correspond exactly to the primes lying over $0$ in $B/(\varphi(\mathfrak{p})B)$ with respect to $\overline{\varphi}:A/\mathfrak{p}\rightarrow B/(\varphi(\mathfrak{p})B)$. Thus, after noting noting that if $B$ is a free $A-$module, $B/(\varphi(\mathfrak{p})B)$ is a free $A/\mathfrak{p}-$module of the same rank, we may reduce to the case $\mathfrak{p} = 0$ and $A$ is an integral domain.
In this case, the primes in $B$ lying over $(0)$ correspond exactly to the primes of $B_{(0)}$, the localisation of $B$ by $A\setminus{0}$. But then if $B$ is a free $A-$module, $B_{(0)}$ is a free $A_{(0)}$ module of the same rank. In particular, it is non-zero, so contains some prime. Thus $B$ contains a prime lying over $(0)$ and we are done.
Remark: We could have equally well localised first and then taken the quotient*. However, after localising we don't then really need to take a quotient, since we're just looking for primes which contain $\varphi(\mathfrak{p})B$. We know one exists so long as $\varphi(\mathfrak{p})B \not= B$, but this cannot happen by Nakayama's lemma.** This is probably not any quicker, but we see that it actually proves that for any morphism of affine schemes $\pi:\operatorname{Spec}(B)\rightarrow\operatorname{Spec}(A)$ with $A$ a local ring, the unique closed point of $\operatorname{Spec}(A)$ is contained in the image of $\pi$, which seems like a handy fact to know.
*Localisation restricts to things that lie over primes contained in $\mathfrak{p}$ and quotienting restricts to things that lie over primes containing $\mathfrak{p}$, so doing both gives exactly the primes that lie over $\mathfrak{p}$.
**The version of Nakayama's lemma used here is that if $A$ is any ring, and $M$ an $A-$module, then for an ideal $I$ contained in every maximal ideal of $A$, $IM=M$ iff $M = 0$. This is a slightly stronger version than what Vakil proves in an earlier chapter, where he assumes $M$ is finitely generated.
- 13,034
- 1
- 39
- 77