forked from stacks/stacks-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspaces-limits.tex
4597 lines (4125 loc) · 176 KB
/
spaces-limits.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
\input{preamble}
% OK, start here.
%
\begin{document}
\title{Limits of Algebraic Spaces}
\maketitle
\phantomsection
\label{section-phantom}
\tableofcontents
\section{Introduction}
\label{section-introduction}
\noindent
In this chapter we put material related to limits of algebraic spaces.
A first topic is the characterization of algebraic spaces $F$ locally
of finite presentation over the base $S$ as limit preserving functors.
We continue with a study of limits of inverse systems over
directed sets (Categories, Definition \ref{categories-definition-directed-set})
with affine transition maps. We discuss absolute
Noetherian approximation for quasi-compact and quasi-separated algebraic
spaces following \cite{CLO}. Another approach is due to David Rydh (see
\cite{rydh_approx}) whose results also cover absolute Noetherian
approximation for certain algebraic stacks.
\section{Conventions}
\label{section-conventions}
\noindent
The standing assumption is that all schemes are contained in
a big fppf site $\Sch_{fppf}$. And all rings $A$ considered
have the property that $\Spec(A)$ is (isomorphic) to an
object of this big site.
\medskip\noindent
Let $S$ be a scheme and let $X$ be an algebraic space over $S$.
In this chapter and the following we will write $X \times_S X$
for the product of $X$ with itself (in the category of algebraic
spaces over $S$), instead of $X \times X$.
\section{Morphisms of finite presentation}
\label{section-finite-presentation}
\noindent
In this section we generalize
Limits, Proposition
\ref{limits-proposition-characterize-locally-finite-presentation}
to morphisms of algebraic spaces.
The motivation for the following definition comes from
the proposition just cited.
\begin{definition}
\label{definition-locally-finite-presentation}
Let $S$ be a scheme.
\begin{enumerate}
\item A functor $F : (\Sch/S)_{fppf}^{opp} \to \textit{Sets}$
is said to be {\it limit preserving} or {\it locally of finite presentation} if
for every affine scheme $T$ over $S$ which is a limit $T = \lim T_i$
of a directed inverse system of affine schemes $T_i$ over $S$, we have
$$
F(T) = \colim F(T_i).
$$
We sometimes say that $F$ is {\it locally of finite presentation over $S$}.
\item Let $F, G : (\Sch/S)_{fppf}^{opp} \to \textit{Sets}$.
A transformation of functors $a : F \to G$
is {\it limit preserving} or {\it locally of finite presentation}
if for every scheme $T$ over $S$ and every $y \in G(T)$ the functor
$$
F_y : (\Sch/T)_{fppf}^{opp} \longrightarrow \textit{Sets}, \quad
T'/T \longmapsto \{x \in F(T') \mid a(x) = y|_{T'}\}
$$
is locally of finite presentation over $T$\footnote{The characterization (2) in
Lemma \ref{lemma-characterize-relative-limit-preserving}
may be easier to parse.}. We sometimes say that
$F$ is {\it relatively limit preserving} over $G$.
\end{enumerate}
\end{definition}
\noindent
The functor $F_y$ is in some sense the fiber of
$a : F \to G$ over $y$, except that it is a presheaf on the big fppf
site of $T$. A formula for this functor is:
\begin{equation}
\label{equation-fibre-map-functors}
F_y =
F|_{(\Sch/T)_{fppf}}
{\times}_{G|_{(\Sch/T)_{fppf}}}
*
\end{equation}
Here $*$ is the final object in the category of (pre)sheaves
on $(\Sch/T)_{fppf}$ (see
Sites, Example \ref{sites-example-singleton-sheaf})
and the map $* \to G|_{(\Sch/T)_{fppf}}$ is given by $y$.
Note that if $j : (\Sch/T)_{fppf} \to (\Sch/S)_{fppf}$
is the localization functor, then the formula above becomes
$F_y = j^{-1}F \times_{j^{-1}G} *$ and $j_!F_y$ is just the fiber product
$F \times_{G, y} T$. (See
Sites, Section \ref{sites-section-localize},
for information on localization, and especially
Sites, Remark \ref{sites-remark-localize-presheaves}
for information on $j_!$ for presheaves.)
\medskip\noindent
At this point we temporarily have two definitions of what it means
for a morphism $X \to Y$ of algebraic spaces over $S$ to be locally of finite
presentation. Namely, one by
Morphisms of Spaces,
Definition \ref{spaces-morphisms-definition-locally-finite-presentation}
and one using that $X \to Y$ is a transformation of functors so that
Definition \ref{definition-locally-finite-presentation}
applies (we will use the terminology ``limit preserving''
for this notion as much as possible). We will show in
Proposition \ref{proposition-characterize-locally-finite-presentation}
that these two definitions agree.
\begin{lemma}
\label{lemma-characterize-relative-limit-preserving}
Let $S$ be a scheme. Let $a : F \to G$ be a transformation of functors
$(\Sch/S)_{fppf}^{opp} \to \textit{Sets}$.
The following are equivalent
\begin{enumerate}
\item $a : F \to G$ is limit preserving, and
\item for every every affine scheme $T$ over $S$ which is a
limit $T = \lim T_i$ of a directed inverse system of affine
schemes $T_i$ over $S$ the diagram of sets
$$
\xymatrix{
\colim_i F(T_i) \ar[r] \ar[d]_a & F(T) \ar[d]^a \\
\colim_i G(T_i) \ar[r] & G(T)
}
$$
is a fibre product diagram.
\end{enumerate}
\end{lemma}
\begin{proof}
Assume (1). Consider $T = \lim_{i \in I} T_i$ as in (2). Let
$(y, x_T)$ be an element of the fibre product
$\colim_i G(T_i) \times_{G(T)} F(T)$.
Then $y$ comes from $y_i \in G(T_i)$ for some $i$.
Consider the functor $F_{y_i}$ on $(\Sch/T_i)_{fppf}$ as in
Definition \ref{definition-locally-finite-presentation}.
We see that $x_T \in F_{y_i}(T)$. Moreover $T = \lim_{i' \geq i} T_{i'}$
is a directed system of affine schemes over $T_i$. Hence (1) implies
that $x_T$ the image of a unique element $x$ of
$\colim_{i' \geq i} F_{y_i}(T_{i'})$. Thus $x$ is the unique
element of $\colim F(T_i)$ which maps to the pair $(y, x_T)$.
This proves that (2) holds.
\medskip\noindent
Assume (2). Let $T$ be a scheme and $y_T \in G(T)$. We have to show that
$F_{y_T}$ is limit preserving. Let $T' = \lim_{i \in I} T'_i$ be an
affine scheme over $T$ which is the directed limit of affine scheme $T'_i$
over $T$. Let $x_{T'} \in F_{y_T}$. Pick $i \in I$ which is possible as
$I$ is a directed set. Denote $y_i \in F(T'_i)$ the
image of $y_{T'}$. Then we see that $(y_i, x_{T'})$ is an
element of the fibre product
$\colim_i G(T'_i) \times_{G(T')} F(T')$.
Hence by (2) we get a unique element $x$ of $\colim_i F(T'_i)$
mapping to $(y_i, x_{T'})$. It is clear that $x$ defines an element
of $\colim_i F_y(T'_i)$ mapping to $x_{T'}$ and we win.
\end{proof}
\begin{lemma}
\label{lemma-composition-locally-finite-presentation}
Let $S$ be a scheme contained in $\Sch_{fppf}$.
Let $F, G, H : (\Sch/S)_{fppf}^{opp} \to \textit{Sets}$.
Let $a : F \to G$, $b : G \to H$ be transformations of functors.
If $a$ and $b$ are limit preserving, then
$$
b \circ a : F \longrightarrow H
$$
is limit preserving.
\end{lemma}
\begin{proof}
Let $T = \lim_{i \in I} T_i$ as in characterization (2) of
Lemma \ref{lemma-characterize-relative-limit-preserving}.
Consider the diagram
$$
\xymatrix{
\colim_i F(T_i) \ar[r] \ar[d]_a & F(T) \ar[d]^a \\
\colim_i G(T_i) \ar[r] \ar[d]_b & G(T) \ar[d]^b \\
\colim_i H(T_i) \ar[r] & H(T)
}
$$
By assumption the two squares are fibre product squares. Hence the
outer rectangle is a fibre product diagram too which proves the lemma.
\end{proof}
\begin{lemma}
\label{lemma-base-change-locally-finite-presentation}
Let $S$ be a scheme contained in $\Sch_{fppf}$.
Let $F, G, H : (\Sch/S)_{fppf}^{opp} \to \textit{Sets}$.
Let $a : F \to G$, $b : H \to G$ be transformations of functors.
Consider the fibre product diagram
$$
\xymatrix{
H \times_{b, G, a} F \ar[r]_-{b'} \ar[d]_{a'} & F \ar[d]^a \\
H \ar[r]^b & G
}
$$
If $a$ is limit preserving, then the base change $a'$ is limit preserving.
\end{lemma}
\begin{proof}
Omitted. Hint: This is formal.
\end{proof}
\begin{lemma}
\label{lemma-limit-fppf-topology}
Let $T$ be an affine scheme which is written as a limit
$T = \lim_{i \in I} T_i$ of a directed inverse system of affine schemes.
\begin{enumerate}
\item Let $\mathcal{V} = \{V_j \to T\}_{j = 1, \ldots, m}$ be a standard fppf
covering of $T$, see
Topologies, Definition \ref{topologies-definition-standard-fppf}.
Then there exists an index $i$ and a standard fppf covering
$\mathcal{V}_i = \{V_{i, j} \to T_i\}_{j = 1, \ldots, m}$
whose base change $T \times_{T_i} \mathcal{V}_i$ to $T$
is isomorphic to $\mathcal{V}$.
\item Let $\mathcal{V}_i$, $\mathcal{V}'_i$ be a pair of standard
fppf coverings of $T_i$. If
$f : T \times_{T_i} \mathcal{V} \to T \times_{T_i} \mathcal{V}'_i$ is
a morphism of coverings of $T$, then there exists an index
$i' \geq i$ and a morphism
$f_{i'} : T_{i'} \times_{T_i} \mathcal{V} \to
T_{i'} \times_{T_i} \mathcal{V}'_i$
whose base change to $T$ is $f$.
\item If
$f, g : \mathcal{V} \to \mathcal{V}'_i$
are morphisms of standard fppf coverings of $T_i$ whose
base changes $f_T, g_T$ to $T$ are equal then there exists an
index $i' \geq i$ such that $f_{T_{i'}} = g_{T_{i'}}$.
\end{enumerate}
In other words, the category of standard fppf coverings of $T$ is
the colimit over $I$ of the categories of standard fppf coverings of $T_i$
\end{lemma}
\begin{proof}
By
Limits, Lemma \ref{limits-lemma-descend-finite-presentation}
the category of schemes of finite presentation over $T$ is the
colimit over $I$ of the categories of finite presentation over $T_i$. By
Limits, Lemmas \ref{limits-lemma-descend-affine-finite-presentation}
and \ref{limits-lemma-descend-flat-finite-presentation}
the same is true for category of schemes which are affine, flat and
of finite presentation over $T$.
To finish the proof of the lemma it suffices to show that if
$\{V_{j, i} \to T_i\}_{j = 1, \ldots, m}$ is a finite family of
flat finitely presented morphisms with $V_{j, i}$ affine, and the
base change $\coprod_j T \times_{T_i} V_{j, i} \to T$ is surjective,
then for some $i' \geq i$ the morphism
$\coprod T_{i'} \times_{T_i} V_{j, i} \to T_{i'}$ is surjective.
Denote $W_{i'} \subset T_{i'}$, resp.\ $W \subset T$ the image.
Of course $W = T$ by assumption.
Since the morphisms are flat and of finite presentation we see that
$W_i$ is a quasi-compact open of $T_i$, see
Morphisms, Lemma \ref{morphisms-lemma-fppf-open}.
Moreover, $W = T \times_{T_i} W_i$ (formation of image commutes
with base change). Hence by
Limits, Lemma \ref{limits-lemma-descend-opens}
we conclude that $W_{i'} = T_{i'}$ for some large enough $i'$
and we win.
\end{proof}
\begin{lemma}
\label{lemma-sheafify-finite-presentation}
Let $S$ be a scheme contained in $\Sch_{fppf}$.
Let $F : (\Sch/S)_{fppf}^{opp} \to \textit{Sets}$ be a functor.
If $F$ is limit preserving then its sheafification $F^\#$ is limit preserving.
\end{lemma}
\begin{proof}
Assume $F$ is limit preserving.
It suffices to show that $F^+$ is limit preserving, since
$F^\# = (F^+)^+$, see
Sites, Theorem \ref{sites-theorem-plus}.
Let $T$ be an affine scheme over $S$, and let $T = \lim T_i$ be written
as the directed limit of an inverse system of affine $S$ schemes.
Recall that $F^+(T)$ is the colimit of $\check H^0(\mathcal{V}, F)$
where the limit is over all coverings of $T$ in $(\Sch/S)_{fppf}$.
Any fppf covering of an affine scheme can be refined by a standard
fppf covering, see
Topologies, Lemma \ref{topologies-lemma-fppf-affine}.
Hence we can write
$$
F^+(T)
=
\colim_{\mathcal{V}\text{ standard covering }T}
\check H^0(\mathcal{V}, F).
$$
By
Lemma \ref{lemma-limit-fppf-topology}
we may rewrite this as
$$
\colim_{i \in I}
\colim_{\mathcal{V}_i\text{ standard covering }T_i}
\check H^0(T \times_{T_i}\mathcal{V}_i, F).
$$
(The order of the colimits is irrelevant by
Categories, Lemma \ref{categories-lemma-colimits-commute}.)
Given a standard fppf covering
$\mathcal{V}_i = \{V_j \to T_i\}_{j = 1, \ldots, m}$ of $T_i$ we see that
$$
T \times_{T_i} V_j = \lim_{i' \geq i} T_{i'} \times_T V_j
$$
by
Limits, Lemma \ref{limits-lemma-scheme-over-limit}, and similarly
$$
T \times_{T_i} (V_j \times_{T_i} V_{j'}) =
\lim_{i' \geq i} T_{i'} \times_T (V_j \times_{T_i} V_{j'}).
$$
As the presheaf $F$ is limit preserving this means that
$$
\check H^0(T \times_{T_i}\mathcal{V}_i, F)
=
\colim_{i' \geq i}
\check H^0(T_{i'} \times_{T_i}\mathcal{V}_i, F).
$$
Hence the colimit expression for $F^+(T)$ above collapses to
$$
\colim_{i \in I} \colim_{\mathcal{V}\text{ standard covering }T_i}
\check H^0(\mathcal{V}, F).
=
\colim_{i \in I} F^+(T_i).
$$
In other words $F^+(T) = \colim_i F^+(T_i)$ and hence
the lemma holds.
\end{proof}
\begin{lemma}
\label{lemma-sheaf-finite-presentation}
Let $S$ be a scheme.
Let $F : (\Sch/S)_{fppf}^{opp} \to \textit{Sets}$ be a functor.
Assume that
\begin{enumerate}
\item $F$ is a sheaf, and
\item there exists an fppf covering $\{U_j \to S\}_{j \in J}$ such that
$F|_{(\Sch/U_j)_{fppf}}$ is limit preserving.
\end{enumerate}
Then $F$ is limit preserving.
\end{lemma}
\begin{proof}
Let $T$ be an affine scheme over $S$.
Let $I$ be a directed set, and let
$T_i$ be an inverse system of affine schemes over $S$ such that
$T = \lim T_i$. We have to show that the canonical
map $\colim F(T_i) \to F(T)$ is bijective.
\medskip\noindent
Choose some $0 \in I$ and choose a standard fppf covering
$\{V_{0, k} \to T_{0}\}_{k = 1, \ldots, m}$ which refines
the pullback $\{U_j \times_S T_0 \to T_0\}$ of the given fppf covering of $S$.
For each $i \geq 0$ we set $V_{i, k} = T_i \times_{T_0} V_{0, k}$, and
we set $V_k = T \times_{T_0} V_{0, k}$. Note that
$V_k = \lim_{i \geq 0} V_{i, k}$, see
Limits, Lemma \ref{limits-lemma-scheme-over-limit}.
\medskip\noindent
Suppose that $x, x' \in \colim F(T_i)$ map to the same
element of $F(T)$. Say $x, x'$ are given by elements $x_i, x'_i \in F(T_i)$
for some $i \in I$ (we may choose the same $i$ for both as $I$ is directed).
By assumption (2) and the fact that $x_i, x'_i$ map to the same element
of $F(T)$ this implies that
$$
x_i|_{V_{i', k}} = x'_i|_{V_{i', k}}
$$
for some suitably large $i' \in I$. We can choose the same $i'$ for each
$k$ as $k \in \{1, \ldots, m\}$ ranges over a finite set.
Since $\{V_{i', k} \to T_{i'}\}$
is an fppf covering and $F$ is a sheaf this implies that
$x_i|_{T_{i'}} = x'_i|_{T_{i'}}$ as desired. This proves that the map
$\colim F(T_i) \to F(T)$ is injective.
\medskip\noindent
To show surjectivity we argue in a similar fashion.
Let $x \in F(T)$. By assumption (2) for each $k$ we
can choose a $i$ such that $x|_{V_k}$ comes from an
element $x_{i, k} \in F(V_{i, k})$. As before we may choose a
single $i$ which works for all $k$. By the injectivity
proved above we see that
$$
x_{i, k}|_{V_{i', k} \times_{T_{i'}} V_{i', l}}
=
x_{i, l}|_{V_{i', k} \times_{T_{i'}} V_{i', l}}
$$
for some large enough $i'$. Hence by the sheaf condition of $F$
the elements $x_{i, k}|_{V_{i', k}}$ glue to an element $x_{i'} \in F(T_{i'})$
as desired.
\end{proof}
\begin{lemma}
\label{lemma-sheafify-finite-presentation-map}
Let $S$ be a scheme contained in $\Sch_{fppf}$.
Let $F, G : (\Sch/S)_{fppf}^{opp} \to \textit{Sets}$ be functors.
If $a : F \to G$ is a transformation which is limit preserving,
then the induced transformation of sheaves
$F^\# \to G^\#$ is limit preserving.
\end{lemma}
\begin{proof}
Suppose that $T$ is a scheme and $y \in G^\#(T)$.
We have to show the functor
$F^\#_y : (\Sch/T)_{fppf}^{opp} \to \textit{Sets}$
constructed from $F^\# \to G^\#$ and $y$ as in
Definition \ref{definition-locally-finite-presentation}
is limit preserving.
By Equation (\ref{equation-fibre-map-functors})
we see that $F^\#_y$ is a sheaf. Choose an fppf covering
$\{V_j \to T\}_{j \in J}$ such that $y|_{V_j}$ comes from
an element $y_j \in F(V_j)$.
Note that the restriction of $F^\#$ to $(\Sch/V_j)_{fppf}$
is just $F^\#_{y_j}$. If we can show that $F^\#_{y_j}$ is
limit preserving then
Lemma \ref{lemma-sheaf-finite-presentation}
guarantees that $F^\#_y$ is limit preserving and
we win. This reduces us to the case $y \in G(T)$.
\medskip\noindent
Let $y \in G(T)$. In this case we claim that $F^\#_y = (F_y)^\#$.
This follows from
Equation (\ref{equation-fibre-map-functors}).
Thus this case follows from
Lemma \ref{lemma-sheafify-finite-presentation}.
\end{proof}
\begin{proposition}
\label{proposition-characterize-locally-finite-presentation}
Let $S$ be a scheme. Let $f : X \to Y$ be a morphism of algebraic
spaces over $S$. The following are equivalent:
\begin{enumerate}
\item The morphism $f$ is a morphism of algebraic spaces which is
locally of finite presentation, see
Morphisms of Spaces,
Definition \ref{spaces-morphisms-definition-locally-finite-presentation}.
\item The morphism $f : X \to Y$ is limit preserving as
a transformation of functors, see
Definition \ref{definition-locally-finite-presentation}.
\end{enumerate}
\end{proposition}
\begin{proof}
Assume (1). Let $T$ be a scheme and let $y \in Y(T)$. We have to show that
$T \times_Y X$ is limit preserving over $T$ in the sense of
Definition \ref{definition-locally-finite-presentation}.
Hence we are reduced to proving that if $X$ is an algebraic space which
is locally of finite presentation over $S$ as an algebraic space, then it
is limit preserving as a functor
$X : (\Sch/S)_{fppf}^{opp} \to \textit{Sets}$.
To see this choose a presentation $X = U/R$, see
Spaces, Definition \ref{spaces-definition-presentation}.
It follows from
Morphisms of Spaces,
Definition \ref{spaces-morphisms-definition-locally-finite-presentation}
that both $U$ and $R$ are schemes which are locally of finite presentation
over $S$. Hence by
Limits, Proposition
\ref{limits-proposition-characterize-locally-finite-presentation}
we have
$$
U(T) = \colim U(T_i), \quad
R(T) = \colim R(T_i)
$$
whenever $T = \lim_i T_i$ in $(\Sch/S)_{fppf}$. It follows
that the presheaf
$$
(\Sch/S)_{fppf}^{opp} \longrightarrow \textit{Sets}, \quad
W \longmapsto U(W)/R(W)
$$
is limit preserving. Hence by
Lemma \ref{lemma-sheafify-finite-presentation}
its sheafification $X = U/R$ is limit preserving too.
\medskip\noindent
Assume (2). Choose a scheme $V$ and a surjective \'etale morphism
$V \to Y$. Next, choose a scheme $U$ and a surjective \'etale morphism
$U \to V \times_Y X$. By
Lemma \ref{lemma-base-change-locally-finite-presentation}
the transformation of functors $V \times_Y X \to V$ is limit preserving. By
Morphisms of Spaces,
Lemma \ref{spaces-morphisms-lemma-etale-locally-finite-presentation}
the morphism of algebraic spaces $U \to V \times_Y X$ is locally
of finite presentation, hence limit preserving as
a transformation of functors by the first part of the proof. By
Lemma \ref{lemma-composition-locally-finite-presentation}
the composition $U \to V \times_Y X \to V$ is limit preserving
as a transformation of functors. Hence
the morphism of schemes $U \to V$ is locally of finite presentation by
Limits, Proposition
\ref{limits-proposition-characterize-locally-finite-presentation}
(modulo a set theoretic remark, see last paragraph of the proof).
This means, by definition, that (1) holds.
\medskip\noindent
Set theoretic remark. Let $U \to V$ be a morphism of
$(\Sch/S)_{fppf}$. In the statement of
Limits, Proposition
\ref{limits-proposition-characterize-locally-finite-presentation}
we characterize $U \to V$ as being locally of finite presentation
if for {\it all} directed inverse systems $(T_i, f_{ii'})$ of affine schemes
over $V$ we have $U(T) = \colim V(T_i)$, but in the current setting
we may only consider affine schemes $T_i$ over $V$ which are (isomorphic to)
an object of $(\Sch/S)_{fppf}$. So we have to make sure that there
are enough affines in $(\Sch/S)_{fppf}$ to make the proof work.
Inspecting the proof of (2) $\Rightarrow$ (1) of
Limits, Proposition
\ref{limits-proposition-characterize-locally-finite-presentation}
we see that the question reduces to the case that $U$ and $V$ are affine.
Say $U = \Spec(A)$ and $V = \Spec(B)$. By construction
of $(\Sch/S)_{fppf}$ the spectrum of any ring of cardinality
$\leq |B|$ is isomorphic to an object of $(\Sch/S)_{fppf}$.
Hence it suffices to observe that in the "only if" part of the proof of
Algebra, Lemma \ref{algebra-lemma-characterize-finite-presentation}
only $A$-algebras of cardinality $\leq |B|$ are used.
\end{proof}
\begin{remark}
\label{remark-limit-preserving}
Here is an important special case of
Proposition \ref{proposition-characterize-locally-finite-presentation}.
Let $S$ be a scheme. Let $X$ be an algebraic space over $S$.
Then $X$ is locally of finite presentation over $S$ if and only
if $X$, as a functor $(\Sch/S)^{opp} \to \textit{Sets}$,
is limit preserving. Compare with
Limits, Remark \ref{limits-remark-limit-preserving}.
In fact, we will see in Lemma \ref{lemma-surjection-is-enough}
below that it suffices if the map
$$
\colim X(T_i) \longrightarrow X(T)
$$
is surjective whenever $T = \lim T_i$ is a directed limit of
affine schemes over $S$.
\end{remark}
\begin{lemma}
\label{lemma-surjection-is-enough}
Let $S$ be a scheme.
Let $f : X \to Y$ be a morphism of algebraic spaces over $S$.
If for every directed limit $T = \lim_{i \in I} T_i$
of affine schemes over $S$ the map
$$
\colim X(T_i) \longrightarrow X(T) \times_{Y(T)} \colim Y(T_i)
$$
is surjective, then $f$ is locally of finite presentation.
In other words, in
Proposition \ref{proposition-characterize-locally-finite-presentation}
part (2) it suffices to check surjectivity in the criterion of
Lemma \ref{lemma-characterize-relative-limit-preserving}.
\end{lemma}
\begin{proof}
Choose a scheme $V$ and a surjective \'etale morphism $g : V \to Y$.
Next, choose a scheme $U$ and a surjective \'etale morphism
$h : U \to V \times_Y X$. It suffices to show for $T = \lim T_i$
as in the lemma that the map
$$
\colim U(T_i) \longrightarrow U(T) \times_{V(T)} \colim V(T_i)
$$
is surjective, because then $U \to V$ will be locally of finite
presentation by Limits, Lemma \ref{limits-lemma-surjection-is-enough}
(modulo a set theoretic remark exactly as in the proof of
Proposition \ref{proposition-characterize-locally-finite-presentation}).
Thus we take $a : T \to U$ and $b_i : T_i \to V$ which determine
the same morphism $T \to V$. Picture
$$
\xymatrix{
T \ar[d]_a \ar[rr]_{p_i} & & T_i \ar[d]^{b_i} \ar@{..>}[ld] \\
U \ar[r]^-h & X \times_Y V \ar[d] \ar[r] & V \ar[d]^g \\
& X \ar[r]^f & Y
}
$$
By the assumption of the lemma after increasing $i$
we can find a morphism $c_i : T_i \to X$ such that
$h \circ a = (b_i, c_i) \circ p_i : T_i \to V \times_Y X$
and such that $f \circ c_i = g \circ b_i$.
Since $h$ is an \'etale morphism of algebraic spaces
(and hence locally of finite presentation), we have the surjectivity of
$$
\colim U(T_i) \longrightarrow U(T) \times_{(X \times_Y V)(T)}
\colim (X \times_Y V)(T_i)
$$
by Proposition \ref{proposition-characterize-locally-finite-presentation}.
Hence after increasing $i$ again we can find the desired
morphism $a_i : T_i \to U$ with $a = a_i \circ p_i$ and
$b_i = (U \to V) \circ a_i$.
\end{proof}
\section{Limits of algebraic spaces}
\label{section-limits}
\noindent
The following lemma explains how we think of limits of algebraic
spaces in this chapter. We will use (without further mention) that the
base change of an affine morphism of algebraic spaces is affine (see
Morphisms of Spaces, Lemma \ref{spaces-morphisms-lemma-base-change-affine}).
\begin{lemma}
\label{lemma-directed-inverse-system-has-limit}
Let $S$ be a scheme. Let $I$ be a directed set.
Let $(X_i, f_{ii'})$ be an inverse system over $I$
in the category of algebraic spaces over $S$.
If the morphisms $f_{ii'} : X_i \to X_{i'}$ are affine, then the
limit $X = \lim_i X_i$ (as an fppf sheaf) is an algebraic space.
Moreover,
\begin{enumerate}
\item each of the morphisms $f_i : X \to X_i$ is affine,
\item for any $i \in I$ and any morphism of algebraic spaces
$T \to X_i$ we have
$$
X \times_{X_i} T = \lim_{i' \geq i} X_{i'} \times_{X_i} T.
$$
as algebraic spaces over $S$.
\end{enumerate}
\end{lemma}
\begin{proof}
Part (2) is a formal consequence of the existence of the
limit $X = \lim X_i$ as an algebraic space over $S$.
Choose an element $0 \in I$ (this is possible as a directed set is nonempty).
Choose a scheme $U_0$ and a surjective
\'etale morphism $U_0 \to X_0$. Set $R_0 = U_0 \times_{X_0} U_0$
so that $X_0 = U_0/R_0$. For $i \geq 0$ set
$U_i = X_i \times_{X_0} U_0$ and
$R_i = X_i \times_{X_0} R_0 = U_i \times_{X_i} U_i$.
By Limits, Lemma \ref{limits-lemma-directed-inverse-system-has-limit}
we see that $U = \lim_{i \geq 0} U_i$ and $R = \lim_{i \geq 0} R_i$
are schemes. Moreover, the two morphisms $s, t : R \to U$ are the base
change of the two projections $R_0 \to U_0$ by the morphism
$U \to U_0$, in particular \'etale. The morphism $R \to U \times_S U$
defines an equivalence relation as directed a limit of equivalence relations
is an equivalence relation. Hence the morphism
$R \to U \times_S U$ is an \'etale equivalence relation. We claim that
the natural map
\begin{equation}
\label{equation-isomorphism-sheaves}
U/R \longrightarrow \lim X_i
\end{equation}
is an isomorphism of fppf sheaves on the category of schemes over $S$.
The claim implies $X = \lim X_i$ is an algebraic
space by Spaces, Theorem \ref{spaces-theorem-presentation}.
\medskip\noindent
Let $Z$ be a scheme and let $a : Z \to \lim X_i$ be a morphism.
Then $a = (a_i)$ where $a_i : Z \to X_i$. Set $W_0 = Z \times_{a_0, X_0} U_0$.
Note that $W_0 = Z \times_{a_i, X_i} U_i$ for all $i \geq 0$ by our
choice of $U_i \to X_i$ above. Hence we obtain a morphism
$W_0 \to \lim_{i \geq 0} U_i = U$. Since $W_0 \to Z$ is surjective
and \'etale, we conclude that (\ref{equation-isomorphism-sheaves})
is a surjective map of sheaves. Finally, suppose that
$Z$ is a scheme and that $a, b : Z \to U/R$ are two morphisms
which are equalized by (\ref{equation-isomorphism-sheaves}).
We have to show that $a = b$.
After replacing $Z$ by the members of an fppf covering
we may assume there exist morphisms $a', b' : Z \to U$ which
give rise to $a$ and $b$. The condition that $a, b$ are
equalized by (\ref{equation-isomorphism-sheaves}) means that
for each $i \geq 0$ the compositions $a_i', b_i' : Z \to U \to U_i$
are equal as morphisms into $U_i/R_i = X_i$. Hence
$(a_i', b_i') : Z \to U_i \times_S U_i$ factors through
$R_i$, say by some morphism $c_i : Z \to R_i$. Since
$R = \lim_{i \geq 0} R_i$ we see that $c = \lim c_i : Z \to R$
is a morphism which shows that $a, b$ are equal as morphisms
of $Z$ into $U/R$.
\medskip\noindent
Part (1) follows as we have seen above that
$U_i \times_{X_i} X = U$ and $U \to U_i$ is affine by
construction.
\end{proof}
\begin{lemma}
\label{lemma-space-over-limit}
Let $S$ be a scheme. Let $I$ be a directed set.
Let $(X_i, f_{ii'})$ be an inverse system over $I$ of algebraic spaces
over $S$ with affine transition maps.
Let $X = \lim_i X_i$. Let $0 \in I$. Suppose that $T \to X_0$ is a
morphism of algebraic spaces. Then
$$
T \times_{X_0} X = \lim_{i \geq 0} T \times_{X_0} X_i
$$
as algebraic spaces over $S$.
\end{lemma}
\begin{proof}
The limit $X$ is an algebraic space by
Lemma \ref{lemma-directed-inverse-system-has-limit}.
The equality is formal, see
Categories, Lemma \ref{categories-lemma-colimits-commute}.
\end{proof}
\begin{lemma}
\label{lemma-directed-inverse-system-closed-immersions}
Let $S$ be a scheme. Let $I$ be a directed set.
Let $(X_i, f_{i'i}) \to (Y_i, g_{i'i})$ be a morphism
of inverse systems over $I$ of algebraic spaces over $S$.
Assume
\begin{enumerate}
\item the morphisms $f_{i'i} : X_{i'} \to X_i$ are affine,
\item the morphisms $g_{i'i} : Y_{i'} \to Y_i$ are affine,
\item the morphisms $X_i \to Y_i$ are closed immersions.
\end{enumerate}
Then $\lim X_i \to \lim Y_i$ is a closed immersion.
\end{lemma}
\begin{proof}
Observe that $\lim X_i$ and $\lim Y_i$ exist by
Lemma \ref{lemma-directed-inverse-system-has-limit}.
Pick $0 \in I$ and choose an affine scheme $V_0$ and an \'etale morphism
$V_0 \to Y_0$. Then the morphisms
$V_i = Y_i \times_{Y_0} V_0 \to U_i = X_i \times_{Y_0} V_0$
are closed immersions of affine schemes.
Hence the morphism $V = Y \times_{Y_0} V_0 \to U = X \times_{Y_0} V_0$
is a closed immersion because $V = \lim V_i$, $U = \lim U_i$
and because a limit of closed immersions of affine schemes is a
closed immersion: a filtered colimit of surjective ring maps
is surjective. Since the \'etale morphisms $V \to Y$ form an
\'etale covering of $Y$ as we vary our choice of $V_0 \to Y_0$
we see that the lemma is true.
\end{proof}
\begin{lemma}
\label{lemma-directed-inverse-system-reduced}
Let $S$ be a scheme. Let $I$ be a directed set.
Let $(X_i, f_{i'i})$ be an inverse systems over $I$
of algebraic spaces over $S$. If $X_i$ is reduced
for all $i$, then $X$ is reduced.
\end{lemma}
\begin{proof}
Observe that $\lim X_i$ exists by
Lemma \ref{lemma-directed-inverse-system-has-limit}.
Pick $0 \in I$ and choose an affine scheme $V_0$ and an \'etale morphism
$U_0 \to X_0$. Then the affine schemes
$U_i = X_i \times_{X_0} U_0$ are reduced.
Hence $U = X \times_{X_0} U_0$
is a reduced affine scheme as a limit of reduced affine schemes:
a filtered colimit of reduced rings is reduced.
Since the \'etale morphisms $U \to X$ form an
\'etale covering of $X$ as we vary our choice of $U_0 \to X_0$
we see that the lemma is true.
\end{proof}
\begin{lemma}
\label{lemma-better-characterize-relative-limit-preserving}
Let $S$ be a scheme. Let $X \to Y$ be a morphism of algebraic spaces
over $S$. The equivalent conditions (1) and (2) of
Proposition \ref{proposition-characterize-locally-finite-presentation}
are also equivalent to
\begin{enumerate}
\item[(3)] for every directed limit $T = \lim T_i$ of quasi-compact
and quasi-separated algebraic spaces $T_i$ over $S$ with affine
transition morphisms the diagram of sets
$$
\xymatrix{
\colim_i \Mor(T_i, X) \ar[r] \ar[d] & \Mor(T, X) \ar[d] \\
\colim_i \Mor(T_i, Y) \ar[r] & \Mor(T, Y)
}
$$
is a fibre product diagram.
\end{enumerate}
\end{lemma}
\begin{proof}
It is clear that (3) implies (2). We will assume (2) and prove (3).
The proof is rather formal and we encourage the reader to find their
own proof.
\medskip\noindent
Let us first prove that (3) holds
when $T_i$ is in addition assumed separated for all $i$.
Choose $i \in I$ and choose a surjective \'etale morphism $U_i \to T_i$
where $U_i$ is affine. Using Lemma \ref{lemma-space-over-limit}
we see that with $U = U_i \times_{T_i} T$ and
$U_{i'} = U_i \times_{T_i} T_{i'}$ we have $U = \lim_{i' \geq i} U_{i'}$.
Of course $U$ and $U_{i'}$ are affine (see
Lemma \ref{lemma-directed-inverse-system-has-limit}).
Since $T_i$ is separated, the fibre product $V_i = U_i \times_{T_i} U_i$
is an affine scheme as well and we obtain affine schemes
$V = V_i \times_{T_i} T$ and
$V_{i'} = V_i \times_{T_i} T_{i'}$ with $V = \lim_{i' \geq i} V_{i'}$.
Observe that $U \to T$ and $U_i \to T_i$ are surjective \'etale and
that $V = U \times_T U$ and $V_{i'} = U_{i'} \times_{T_{i'}} U_{i'}$.
Note that $\Mor(T, X)$ is the equalizer of the two maps
$\Mor(U, X) \to \Mor(V, X)$; this is true for example because
$X$ as a sheaf on $(\Sch/S)_{fppf}$ is the coequalizer
of the two maps $h_V \to h_u$. Similarly
$\Mor(T_{i'}, X)$ is the equalizer of the
two maps $\Mor(U_{i'}, X) \to \Mor(V_{i'}, X)$.
And of course the same thing is true with $X$ replaced with $Y$.
Condition (2) says that the diagrams of in (3) are fibre products
in the case of $U = \lim U_i$ and $V = \lim V_i$.
It follows formally that the same thing is true for $T = \lim T_i$.
\medskip\noindent
In the general case, choose an affine scheme $U$, an $i \in I$,
and a surjective \'etale morphism $U \to T_i$. Repeating the
argument of the previous paragraph we still achieve the proof:
the schemes $V_{i'}$, $V$ are no longer affine, but they are
still quasi-compact and
separated and the result of the preceding paragraph applies.
\end{proof}
\section{Descending properties}
\label{section-descent}
\noindent
This section is the analogue of Limits, Section \ref{limits-section-descent}.
\begin{lemma}
\label{lemma-inverse-limit-sets}
Let $S$ be a scheme. Let $X = \lim_{i \in I} X_i$ be the limit of a directed
inverse system of algebraic spaces over $S$ with affine transition morphisms
(Lemma \ref{lemma-directed-inverse-system-has-limit}). If each $X_i$
is decent (for example quasi-separated or locally separated)
then $|X| = \lim_i |X_i|$ as sets.
\end{lemma}
\begin{proof}
There is a canonical map $|X| \to \lim |X_i|$. Choose $0 \in I$.
If $W_0 \subset X_0$ is an open subspace, then we have
$f_0^{-1}W_0 = \lim_{i \geq 0} f_{i0}^{-1}W_0$, see
Lemma \ref{lemma-directed-inverse-system-has-limit}.
Hence, if we can prove the lemma for inverse systems where $X_0$
is quasi-compact, then the lemma follows in general. Thus we may and do
assume $X_0$ is quasi-compact.
\medskip\noindent
Choose an affine scheme $U_0$ and a surjective \'etale morphism $U_0 \to X_0$.
Set $U_i = X_i \times_{X_0} U_0$ and $U = X \times_{X_0} U_0$.
Set $R_i = U_i \times_{X_i} U_i$ and $R = U \times_X U$.
Recall that $U = \lim U_i$ and $R = \lim R_i$, see proof of
Lemma \ref{lemma-directed-inverse-system-has-limit}.
Recall that $|X| = |U|/|R|$ and $|X_i| = |U_i|/|R_i|$. By
Limits, Lemma \ref{limits-lemma-topology-limit} we have
$|U| = \lim |U_i|$ and $|R| = \lim |R_i|$.
\medskip\noindent
Surjectivity of $|X| \to \lim |X_i|$. Let $(x_i) \in \lim |X_i|$. Denote
$S_i \subset |U_i|$ the inverse image of $x_i$. This is a finite nonempty
set by the definition of decent spaces
(Decent Spaces, Definition \ref{decent-spaces-definition-very-reasonable}).
Hence $\lim S_i$ is nonempty, see
Categories, Lemma \ref{categories-lemma-nonempty-limit}.
Let $(u_i) \in \lim S_i \subset \lim |U_i|$. By the above this determines
a point $u \in |U|$ which maps to an $x \in |X|$ mapping to the given
element $(x_i)$ of $\lim |X_i|$.
\medskip\noindent
Injectivity of $|X| \to \lim |X_i|$. Suppose that $x, x' \in |X|$
map to the same point of $\lim |X_i|$. Choose lifts $u, u' \in |U|$
and denote $u_i, u'_i \in |U_i|$ the images.
For each $i$ let $T_i \subset |R_i|$ be the set of points mapping
to $(u_i, u'_i) \in |U_i| \times |U_i|$. This is a finite
set by the definition of decent spaces
(Decent Spaces, Definition \ref{decent-spaces-definition-very-reasonable}).
Moreover $T_i$ is nonempty as we've assumed that $x$ and $x'$ map to the
same point of $X_i$. Hence $\lim T_i$ is nonempty, see
Categories, Lemma \ref{categories-lemma-nonempty-limit}.
As before let $r \in |R| = \lim |R_i|$ be a point corresponding to an
element of $\lim T_i$. Then $r$ maps to $(u, u')$ in $|U| \times |U|$
by construction and we see that $x = x'$ in $|X|$ as desired.
\medskip\noindent
Parenthetical statement: A quasi-separated algebraic space is decent, see
Decent Spaces, Section \ref{decent-spaces-section-reasonable-decent}
(the key observation to this is Properties of Spaces, Lemma
\ref{spaces-properties-lemma-finite-fibres-presentation}).
A locally separated algebraic space is decent by
Decent Spaces, Lemma \ref{decent-spaces-lemma-locally-separated-decent}.
\end{proof}
\begin{lemma}
\label{lemma-topology-limit}
With same notation and assumptions as in Lemma \ref{lemma-inverse-limit-sets}
we have $|X| = \lim_i |X_i|$ as topological spaces.
\end{lemma}
\begin{proof}
We will use the criterion of
Topology, Lemma \ref{topology-lemma-characterize-limit}.
We have seen that $|X| = \lim_i |X_i|$ as sets in
Lemma \ref{lemma-inverse-limit-sets}.
The maps $f_i : X \to X_i$ are morphisms of algebraic spaces
hence determine continuous maps $|X| \to |X_i|$.
Thus $f_i^{-1}(U_i)$ is open for each
open $U_i \subset |X_i|$. Finally,
let $x \in |X|$ and let $x \in V \subset |X|$ be an open
neighbourhood. We have to find an $i$ and an open neighbourhood
$W_i \subset |X_i|$ of the image $x$
with $f_i^{-1}(W_i) \subset V$.
Choose $0 \in I$. Choose a scheme $U_0$ and a surjective
\'etale morphism $U_0 \to X_0$. Set $U = X \times_{X_0} U_0$
and $U_i = X_i \times_{X_0} U_0$ for $i \geq 0$.
Then $U = \lim_{i \geq 0} U_i$ in the category of schemes by
Lemma \ref{lemma-directed-inverse-system-has-limit}.
Choose $u \in U$ mapping to $x$. By the result for schemes
(Limits, Lemma \ref{limits-lemma-inverse-limit-top})
we can find an $i \geq 0$ and an open neighbourhood
$E_i \subset U_i$ of the image of $u$
whose inverse image in $U$ is contained in the
inverse image of $V$ in $U$. Then we can set $W_i \subset |X_i|$
equal to the image of $E_i$. This works because $|U_i| \to |X_i|$ is open.
\end{proof}
\begin{lemma}
\label{lemma-limit-nonempty}
Let $S$ be a scheme. Let $X = \lim_{i \in I} X_i$ be the limit of a directed
inverse system of algebraic spaces over $S$ with affine transition morphisms
(Lemma \ref{lemma-directed-inverse-system-has-limit}). If each $X_i$
is quasi-compact and nonempty, then $|X|$ is nonempty.
\end{lemma}
\begin{proof}
Choose $0 \in I$.
Choose an affine scheme $U_0$ and a surjective \'etale morphism $U_0 \to X_0$.
Set $U_i = X_i \times_{X_0} U_0$ and $U = X \times_{X_0} U_0$.
Then each $U_i$ is a nonempty affine scheme. Hence $U = \lim U_i$
is nonempty (Limits, Lemma \ref{limits-lemma-limit-nonempty}) and thus
$X$ is nonempty.
\end{proof}
\begin{lemma}
\label{lemma-inverse-limit-irreducibles}
Let $S$ be a scheme. Let $X = \lim_{i \in I} X_i$ be the limit of a directed
inverse system of algebraic spaces over $S$ with affine transition morphisms
(Lemma \ref{lemma-directed-inverse-system-has-limit}).
Let $x \in |X|$ with images $x_i \in |X_i|$. If each $X_i$ is decent,
then $\overline{\{x\}} = \lim_i \overline{\{x_i\}}$ as sets
and as algebraic spaces if endowed with reduced induced scheme structure.
\end{lemma}
\begin{proof}
Set $Z = \overline{\{x\}} \subset |X|$ and
$Z_i = \overline{\{x_i\}} \subset |X_i|$.
Since $|X| \to |X_i|$ is continuous we see that $Z$ maps into $Z_i$
for each $i$. Hence we obtain an injective map $Z \to \lim Z_i$
because $|X| = \lim |X_i|$ as sets (Lemma \ref{lemma-inverse-limit-sets}).
Suppose that $x' \in |X|$ is not in $Z$.
Then there is an open subset $U \subset |X|$ with $x' \in U$
and $x \not \in U$. Since
$|X| = \lim |X_i|$ as topological spaces (Lemma \ref{lemma-topology-limit})
we can write $U = \bigcup_{j \in J} f_j^{-1}(U_j)$
for some subset $J \subset I$ and opens $U_j \subset |X_j|$, see
Topology, Lemma \ref{topology-lemma-describe-limits}.
Then we see that for some $j \in J$ we have $f_j(x') \in U_j$
and $f_j(x) \not \in U_j$. In other words, we see that $f_j(x') \not \in Z_j$.
Thus $Z = \lim Z_i$ as sets.
\medskip\noindent
Next, endow $Z$ and $Z_i$ with their reduced induced scheme structures, see
Properties of Spaces, Definition
\ref{spaces-properties-definition-reduced-induced-space}.
The transition morphisms $X_{i'} \to X_i$ induce affine
morphisms $Z_{i'} \to Z_i$ and the projections $X \to X_i$
induce compatible morphisms $Z \to Z_i$.
Hence we obtain morphisms $Z \to \lim Z_i \to X$ of algebraic spaces.
By Lemma \ref{lemma-directed-inverse-system-closed-immersions}
we see that $\lim Z_i \to X$ is a
closed immersion. By Lemma \ref{lemma-directed-inverse-system-reduced}
the algebraic space $\lim Z_i$ is reduced.
By the above $Z \to \lim Z_i$ is bijective on points.
By uniqueness of the reduced induced closed subscheme structure
we find that this morphism is an isomorphism of algebraic spaces.
\end{proof}