14

Can someone give a hint or a solution for showing that a scheme has Krull dimension $d$ if and only if there is an affine open cover of the scheme such that the Krull dimension of each affine scheme is at most $d$, with equality for at least one affine scheme in the cover?

vadim123
  • 81,238
  • 9
  • 112
  • 215
only
  • 2,586
  • 16
  • 26

3 Answers3

19

If $X$ is a topological space and $X=\bigcup_{i\in I}U_i$ is an open cover, then the Krull dimension of $X$ is equal to the supremum of the Krull dimensions of the $U_i$. Call the latter number (which might be $\infty$) $s$. Since $\dim(U_i)\leq\dim(X)$ for all $i$, $s\leq\dim(X)$. For the reverse, let $Z_0\subsetneq Z_1\subsetneq\cdots\subsetneq Z_n$ be a chain of irreducible closed subsets of $X$. Then $Z_0$ must meet some $U_{i_0}$ (because an irreducible space is non-empty), and intersecting with that $U_{i_0}$ gives a chain $Z_0\cap U_{i_0}\subsetneq Z_1\cap U_{i_0}\subsetneq\cdots\subsetneq Z_n\cap U_{i_0}$ of irreducible closed subsets of $U_{i_0}$. The reason the inclusions remain strict is because $Z_j\cap U_{i_0}$ is dense in $Z_j$, so if $Z_j\cap U_{i_0}=Z_{j+1}\cap U_{i_0}$, then taking closures in $X$ gives $Z_j=Z_{j+1}$, which is not the case. Thus $s\geq\dim(U_{i_0})\geq n$, so $s\geq\dim(X)$.

Keenan Kidwell
  • 24,652
  • 2
  • 56
  • 97
  • Very clear proof, Keenan: +1 – Georges Elencwajg May 02 '12 at 21:47
  • Why $Z_j\cap U_{i_0}$ is dense in $Z_j$? – user42912 Oct 28 '13 at 20:59
  • Dear @user42912, $Z_j\cap U_{i_0}$ is dense in $Z_j$ because it is a non-empty open subset of the irreducible space $Z_j$. – Keenan Kidwell Oct 28 '13 at 21:03
  • of course, this is an exercise of Hartshorne's book, thank you. If I'm not asking too much, could give some details why $cl(Z_j\cap U_{i_0})=cl(Z_{j+1}\cap U_{i_0})$ implies $Z_j=Z_{j+1}$? – user42912 Oct 28 '13 at 22:22
  • The closure of $Z_j\cap U_{i_0}$ in $X$ coincides with its closure in $Z_j$, which is $Z_j$ itself. (If $X$ is a topological space, $F\subseteq X$ closed, and $A\subseteq F$, then the closure of $A$ in $X$ coincides with its closure in $F$.) – Keenan Kidwell Oct 28 '13 at 22:25
10

Actually the situation is better than that: for any covering of the scheme $X$ by affine open schemes $X_i$ we have $dim(X)= sup_i (dim(X_i))$ .
Wait, it is even better : actually this has nothing to do with schemes!
Given a topological space $T$ and any open covering $(T_i)_{i\in I}$ of $T$ we have for the Krull dimensions $$dim(T)= sup_{i\in I} (dim(T_i))$$

Georges Elencwajg
  • 141,326
  • 10
  • 263
  • 437
2

This basically follows from the fact that dimension is a "local property"; have a look at Lemma 10.2 of this Chapter of the Stacks Project.

M Turgeon
  • 9,776
  • 3
  • 39
  • 79