4

Let $f : Z \rightarrow X$ be a morphism of schemes. I want to get a unique closed subsheme $Y$ of $X$ with the following propertie : the morphism $f$ factor through $Y$ and if $Y'$ is any other closed subscheme of $X$ through which $f$ factors, then $Y \rightarrow X$ factor through $Y'$ also.

I approached in the following manner. Let $\mathfrak{I}$ be the kernel of the morphism of scheme $O_X \rightarrow f_*O_Z$. I want to claim that $Y = O_X/ \mathfrak{I}$. To show that $Y$ is a scheme I need to show that $\mathfrak{I}$ is quasicoherent ideal. For this I may assume $X$ is affine as it is a local property. Is my claim correct? If not what is the example where $\mathfrak{I}$ fails to be quasi coherent? how to prove the statement?

A.G
  • 1,790
  • I think your claim and approach is correct, since it matches the description of the scheme-theoretic image given in Eisenbud and Harris's book, p. 211. – Andrew Aug 03 '13 at 18:22

2 Answers2

8

In complete generality the ideal $\mathcal I$ won't be quasi-coherent. If $f$ is quasi-compact and quasi-separated, then $f_*$ of any quasi-coherent sheaf is quasi-coherent (a simple general fact), and so $\mathcal I$, being the kernel of the morphism $\mathcal O_X \to f_*\mathcal O_Z$, is quasi-coherent.

Actually, if $f$ is quasi-compact, this already suffices to show that $\mathcal I$ is quasi-coherent. To see this, we can work locally on the target, as you note, and hence assume that $X$ is affine. Then by the definition of $f$ being quasi-compact, we may cover $Z$ by finitely many open affines $U_i$. Let $Z'$ denote the disjoint union of the $U_i$; then $Z'$ is affine, and we have a composite map $f':Z' \to Z \to X$. It is easy to check that the kernel $\mathcal I$ for $f$ and the kernel $\mathcal I'$ for $f'$ coincide, so we reduce to checking quasi-coherence for the map $f'$, which is both quasi-compact and quasi-coherent (indeed, it is just a map of affine schemes, and we are in the context of Darius Math's answer).


Also:

If $Z$ is reduced, then we can see that $\mathcal I$ is just the ideal sheaf of the closure of the image of $f$, given its induced reduced structure.

So to get a counterexample to quasi-coherence, we need to consider a non-quasi-compact $f$ with non-reduced source.

Here is one:

$Z =$ disjoint union over $n \geq 1$ of Spec $k[t]/(t^n)$, $X = \mathbb A^1$ Spec $k[t]$, and $Z \to X$ given by the obvious closed immersions on each connected component of $Z$.

The sheaf $\mathcal I$ coincides with the structure sheaf on the complement of the origin in $\mathbb A^1$, but has vanishing stalk at the origin.


If you want a written account of all this, one place is Ravi Vakil's book.

Matt E
  • 123,735
  • I read up on Ravi's section because I am interested in the question too. So I assume that to solve the exercise, it suffices to see the correspondence between closed subschemes $Y \to X$ and quasi-coherent sheaves of ideals on $X$, leading us to the fact that the closed subscheme we are looking for is the one corresponding to the largest quasi-coherent sheaf of ideals contained in the kernel of $\mathcal O_X \to f_* \mathcal O_Z$? (In the nice cases, this will just be the kernel itself.) – Patrick Da Silva Apr 09 '15 at 17:47
  • 1
    Is there a way to do this without using this correspondence, since the exercise in Hartshorne comes before quasi-coherence? – Patrick Da Silva Apr 09 '15 at 17:51
1

Your answer is correct. Just think of a morphism of affine schemes. if $f:SpecA\rightarrow SpecB$ is such a morphism then it induces $f^{*}:B\rightarrow A$ and this morphism completely determines $f$. Now the image of $f$ can be thought of as $Spec\frac{B}{I}$, where $I=Kerf^{*}$. This is exactly what you wrote in the above.

  • Why is the ideal $\mathfrak{I}$ quasi coherent? – A.G Aug 04 '13 at 02:59
  • @A.G: Dear A.G and Darius, It isn't in general (but it is under mild assumptions). See my answer. Regards, – Matt E Aug 04 '13 at 03:38
  • In general $\mathcal{J}$ is of course not quasi-coherent unless you make some assumptions either on $f$ or on $Z$ as Matt exaplained. In fact if you imply that $f$ is quasi-compact and seperated or $Z$ is noetherian then $f_{*}$ of any quasi-coherent sheaf is again quasi-coherent. See Hartoshrone , Chapter II, Porposition 5.8. I forgot to say this, as working too much with projective geometry, I assumed it from the beginning :) – Darius Math Aug 04 '13 at 05:52