Skip to content

Commit

Permalink
Fix direction arrows in artin
Browse files Browse the repository at this point in the history
  • Loading branch information
aisejohan committed Jun 9, 2020
1 parent 787ed78 commit cb9cf00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions artin.tex
Original file line number Diff line number Diff line change
Expand Up @@ -862,8 +862,8 @@ \section{Formal objects}
the diagram
$$
\xymatrix{
\xi_{n + 1} \ar[r]_{f_n} \ar[d]_{a_{n + 1}} & \xi_n \ar[d]^{a_n} \\
\eta_{n + 1} \ar[r]^{g_n} & \eta_n
\xi_n \ar[r]_{f_n} \ar[d]_{a_n} & \xi_{n + 1} \ar[d]^{a_{n + 1}} \\
\eta_n \ar[r]^{g_n} & \eta_{n + 1}
}
$$
is commutative. Applying the functor $p$ we obtain a compatible collection
Expand Down

0 comments on commit cb9cf00

Please sign in to comment.