10

In topological spaces if $U \subseteq V \subseteq X$ with $U$ open in $V$ and $V$ open in $X$ then $U$ open in $X$. My question is, is this true if we are instead talking about open subfunctors?

Recall that in the functorial approach to algebraic geometry we look at functors from the category of commutative rings to the category of sets. If $A$ is a ring and $\mathfrak a \leq A$ an ideal then we define $$\mathrm{Spec} \ A = \hom(A, -)$$ $$D(\mathfrak a) = \{f \in \hom(A, -) \ | \ f(\mathfrak a) \ \text{generates the unit ideal}\}$$ and then a subfunctor $U \subseteq X$ is open if for all maps of the form $\phi\colon\mathrm{Spec} \ A \to X$ we have $\phi^{-1}(U) = D(\mathfrak a)$ for some ideal $\mathfrak a$.

One can easily prove that the open subfunctors of $\mathrm{Spec} \ A$ are exactly the subfunctors of the form $D(\mathfrak a)$ for some ideal $\mathfrak a$. I think the above statement is equivalent to the statement that the open subfunctors of $D(\mathfrak a)$ are all of the form $D(\mathfrak b)$ as well so it suffices to just prove the affine case, but even there I'm not sure how to proceed.

A lot of what I've read about the functorial approach seems to take this fact for granted, by taking an affine open cover $\{V_i\}$ of a scheme $X$ and then working with open subsets $U \subseteq V_i$ as if they are open in $X$. So it seems like this really should be true, cause I doubt all the literature in the field is broken, and I figured the proof should be easy but I'm stuck...

Guest
  • 1,052
  • 7
  • 15

3 Answers3

2

I think it should work as follows. One of the key ideas is that it necessarily involves carefully considering the geometry of affine schemes.

If $V \to U \to X$ are open subfunctors, then take a map $h_A \to X$ for some ring $A$. The pullback $U_A = h_A \times_X U \to h_A$ can be assumed to be the map $h_{A,I} \to h_A$ for an ideal $I$ in $A$, where $$h_{A,I}(R) = \{\phi: A \to R : \phi(I)R = R\}.$$ We have a commutative diagram $$ \require{AMScd}\begin{CD} h_{A,I} @>>> U \\ @VVV @VVV \\ h_A @>>> X \end{CD}$$

Now, motivated by the fact that $D(I)$ is covered by the collection $\{D(f)\}_{f \in I}$, we will consider the affine schemes $h_{A,(f)} \cong h_{A_f}$ (localization at the element $f \in I$).

There is a natural inclusion $h_{A_f} \to h_{A,I}$ for all $f \in I$, given by the fact that if $\phi(f)R = R$, then $\phi(I)R = R$. So we can consider the diagram

$$ \require{AMScd}\begin{CD} h_{A,J_f} @>>> h_{A,I} \times_U V @>>> V \\ @VVV @VVV @VVV \\ h_{A_f} @>>> h_{A,I} @>>> U \\ @. @VVV @VVV \\ @. h_A @>>> X \end{CD}$$

where the $J_f$ come from the fact that $V \to U$ is an open subfunctor using the map $h_{A_f} \to h_{A,I} \to U$, then pulling back the resulting ideal in $A_f$ to $A$. This tells us that for any morphism $\phi: A \to R$, we have $$\phi(J_f)R = R \Longleftrightarrow \phi(f)R = R, X(\phi)(u) \in V(R)$$ where $u$ is the universal element in $X(A)$ for the morphism $h_A \to X$.

Now note that $$(h_{A,I} \times_U V)(R) = \{\phi: A \to R : \phi(I)R = R, X(\phi)(u) \in V(R)\}.$$ Note further that $$h_{A,J_i}(R) = \{\phi: A \to R : \phi(f)R = R, X(\phi)(u) \in V(R)\}.$$

Define $J = \bigcup J_i$ (sum of ideals). Then I think you want to show that $h_{A,I} \times_U V \cong h_{A,J}$, which will finish the proof. This is the same as showing that $$\phi(J)R = R \Longleftrightarrow \phi(I)R = R, X(\phi)(u) \in V(R).$$ To do this, you first show that it's true when $R=K$ is a field: this is essentially because $\phi(I)K = K$ is the same as $\phi(I) \neq 0$, and the fact that $h_{A,I} \times_U V$ is covered by the $h_{A,J_f}$, which follows from the fact that $\{h_{A_f}\}$ covers $h_{A,I}$ (in the sense of Demazure and Gabriel, which can be verified directly) Check this.

So $(h_{A,I} \times_U V)|_{Fields} \cong h_{A,J}|_{Fields}$. Demazure and Gabriel prove in Prop. 4.12 in their first section of the first chapter that open subfunctors of a functor $F$ are in bijection with open subsets of $|F|$. Since the underlying set of the geometric realization only depends on the restriction of $F$ to fields, and since $h_{A,J} \to h_A$ is an open subfunctor, we see that the underlying set of $|h_{A,I} \times_U V|$ is open in $|h_A| (=Spec(A))$ (in fact it's $D(J)$). But then, you can use Prop 4.12 in I,i in Demazure and Gabriel's book (English version), which shows that there's a bijection between the open subfunctors of a functor $F$ and the open subsets of $|F|$, which forces the isomorphism.

You can check that the proof of this proposition doesn't assume the result you want to show.

  • 1
    I can see two issues that look like serious mistakes, though maybe I just don't understand and you can explain them to me: 1) If $h_A \to X$ is not injective then the natural map $U_A \to U$ need not be injective, it seems like you want to consider the $V_{B_i}$ as a subscheme of $U$ but I don't think it needs to be. 2) If your last sentence how are you defining $\bigcup_iS_i$? Is it the functor $A \mapsto \bigcup_iS_i(A)$? Because in that case the union of a cover need not equal the space being covered, so I don't see how this gets you to the conclusion that $V$ is open in $X$. – Guest Jan 01 '18 at 14:12
  • I'm taking "open subfunctor" to mean that the map $U_A \to h_A$ that you get from the fiber product with an affine corresponds to injection of an open subscheme into $Spec(A)$. Think of the pullback roughly as "intersection with an affine open $Spec(A)$ \in $X$, although strictly speaking it's not. See this question for more info: https://math.stackexchange.com/questions/436222/trying-to-understand-open-closed-subfunctors.
  • – Ashwin Iyengar Jan 01 '18 at 17:51
  • I've edited my answer to make things a bit more clear: hope it helps. – Ashwin Iyengar Jan 01 '18 at 19:03
  • I think the geometric realization theorem is fairly high powered. I'm following Demazure and Gabriel and that theorem comes well after several uses of the fact I'm asking for a proof of, so I'm a little worried about circularity here. – Guest Jan 01 '18 at 23:25
  • My functors aren't scheme functors, they're covariant functors from commutative rings to sets. A contravariant scheme functor gives you a functor of my type by composing with the $\mathrm{Spec}$ functor but to go the other direction and get a scheme functor from a functor of my kind take the geometric realization theorem. And in addition to the fact that the proof of that theorem probably relies on the fact we're discussing, it also relies on being overly careful with your set theoretic foundations. – Guest Jan 01 '18 at 23:30
  • Ok I edited it to now be a proof that doesn't use the comparison theorem, but is the same in essence. Note that scheme-functors ARE in fact covariant: they're contravariant when you consider them to be presheaves on the opposite category of "models" (rings), but covariant as functors from rings (models) to sets. – Ashwin Iyengar Jan 02 '18 at 22:53
  • I don't think you can conclude the openness of a functor by looking at its set of points (i.e. their set). The proof of 4.12 claims that open subfunctors are determined by their set of points. (Actually I haven't been able to check the last assertion, which is supposed to be easily shown.) EDIT: The text assumes that one starts with an open functor throughout. – soomakan. Apr 17 '23 at 15:06