From f81be5dfb7720994f6deca3bc738c63f48f26309 Mon Sep 17 00:00:00 2001 From: Viktor Kleen Date: Tue, 3 Mar 2015 05:55:33 +0000 Subject: start writing on torsors --- lists/zz_all/004 | 1 + posts.sh | 32 ++++++++++++++++++++++++++++++++ posts/torsors.md | 28 ++++++++++++++++++++++++++++ 3 files changed, 61 insertions(+) create mode 120000 lists/zz_all/004 create mode 100755 posts.sh create mode 100644 posts/torsors.md diff --git a/lists/zz_all/004 b/lists/zz_all/004 new file mode 120000 index 0000000..69340df --- /dev/null +++ b/lists/zz_all/004 @@ -0,0 +1 @@ +../../posts/torsors.md \ No newline at end of file diff --git a/posts.sh b/posts.sh new file mode 100755 index 0000000..a259dd4 --- /dev/null +++ b/posts.sh @@ -0,0 +1,32 @@ +#!/usr/bin/env bash + +shopt -s extglob nullglob + + +new_post() { + filename="$1" + shift 1 + cat >posts/$filename <&2 '%s: %s\n' "${0##*/}" "$OPTLERR" + exit 1;; + esac +done diff --git a/posts/torsors.md b/posts/torsors.md new file mode 100644 index 0000000..22bf7af --- /dev/null +++ b/posts/torsors.md @@ -0,0 +1,28 @@ +% Torsors and Their Classification + +Let $\ca C$ be some Grothendieck topos, that is a category of sheaves on some +Grothendieck topology. This text will look at some properties of *torsors* in +$\ca C$ and how they might be classified using cohomology and homotopy +theory. For this we will first need to define group objects. Torsors will then +be associated to those. + + A *group object* in a category $\ca C$ is an object $G\in\ca C$ such that +the associated Yoneda functor $\hom(\_,G)\colon \op{\ca C}\to\Set$ actually +takes values in the category $\Grp$ of groups. + +A trivial kind of example would be just a group considered as an object in +$\Set$. A more involved example would be a *group scheme* $G$ over some base +$S$. Such a thing is essentially defined as a group object in the category +$\sch[S]$. If we have any subcanonical topology on $\sch[S]$, then $G$ defines a +sheaf on the associated site and we obtain in this way a group object in the +corresponding topos on $S$. + +Let's now assume we have a group object $G$ in a Grothendieck topos $\ca +C$. Then we can define torsors over $G$ as follows: + + A *trivial torsor* over $G$ is an object $X$ with a left $G$--action +which is isomorphic to $G$ itself with the action given by left +multiplication. A *torsor* over $G$ is an object $X\in\ca C$ with a left +$G$--action which is locally isomorphic to a trivial torsor; that is, there is +an epimorphism $U\to *$ such that $U\times X$ is a trivial torsor in $\ca C/U$ +over $U \times G$. -- cgit v1.2.3