Definitions/Def_AlgebraicGeometry_FppfAmitsurTrivial.lean
Amitsur triviality of an fppf abelian sheaf along Spec A → Spec ℤ
For an fppf sheaf F of abelian groups on the big fppf site of schemes (an object of Sheaf Scheme.fppfTopology AddCommGrpCat) and a commutative ring A, AlgebraicGeometry.Scheme.FppfAmitsurTrivial F A asserts the vanishing of the first cohomology of the one-step Amitsur (Čech) complex attached to the single ring map \mathbb Z \to A. The rings and face maps are those of the descent-coface package instantiated at \mathbb Z \to A: R_2 = A \otimes_{\mathbb Z} A and R_3 = A \otimes_{\mathbb Z} (A \otimes_{\mathbb Z} A), with i_1, i_2 \colon A \to R_2 given by a \mapsto a \otimes 1 and a \mapsto 1 \otimes a, and c_{12}, c_{23}, c_{13} \colon R_2 \to R_3 given on generators by x \otimes y \mapsto x \otimes (y \otimes 1), x \otimes y \mapsto 1 \otimes (x \otimes y) and x \otimes y \mapsto x \otimes (1 \otimes y). Applying \mathrm{Spec} and passing to the opposite category turns each of these into a restriction map on sections of the presheaf underlying F. The predicate then says: for every section c of F over \mathrm{Spec}(A \otimes_{\mathbb Z} A) satisfying the additively written cocycle identity
c_{12}^{*}c + c_{23}^{*}c = c_{13}^{*}c
in F(\mathrm{Spec}\,R_3), there is a section b of F over \mathrm{Spec}\,A with c = i_1^{*}b - i_2^{*}b; that is, every 1-cocycle is a coboundary, with this sign convention. No flatness, finite presentation or faithfulness hypothesis on \mathbb Z \to A is imposed in the definition: the predicate is stated for an arbitrary commutative ring A, and is a condition on the chosen presentation \mathbb Z \to A rather than on a covering family of \mathrm{Spec}\,\mathbb Z. The sheaf F enters only through its underlying presheaf of abelian groups evaluated on affine schemes.
Relation to Mathlib
Mathlib supplies the big fppf topology on schemes, sheaves of abelian groups on it, and the tensor-product inclusions used to build the cofaces; the Amitsur-triviality predicate itself is the project's own.
Where it is used
The predicate packages the hypothesis used in the passage from Čech triviality along faithfully flat finitely presented covers to the splitting of extensions of fppf abelian sheaves, and is the form in which the coefficient computations for \mathbb G_m and for the constant sheaf \mathbb Z/p over \mathrm{Spec}\,\mathbb Z are recorded; these feed the flat-cohomology vanishing statements used in the Galois-cohomological part of the argument.
References
- B. Mazur, Modular curves and the Eisenstein ideal, Publications Mathématiques de l'IHÉS 47 (1977), 33–186
- J. S. Milne, Étale Cohomology, Princeton Mathematical Series 33, Princeton University Press, 1980
- M. Artin, Grothendieck Topologies, Harvard University, 1962
References are suggested automatically and have not been individually verified.
English text generated automatically from the Lean source; the Lean statement is authoritative.
- 18 lines
- 1 declarations
- used in the statements of 3 theorems and imported by 5 proofs
- imports 1 definition modules
Source file: Definitions/Def_AlgebraicGeometry_FppfAmitsurTrivial.lean
Imports
Imported by
- no other definition module
Declarations
Source
import Definitions.Def_Algebra_DescentCofaces set_option autoImplicit false namespace AlgebraicGeometry.Scheme open CategoryTheory Opposite Algebra.DescentCofaces def FppfAmitsurTrivial (F : Sheaf Scheme.fppfTopology.{0} AddCommGrpCat.{1}) (A : Type) [CommRing A] : Prop := ∀ c : ToType (F.obj.obj (op (Spec (R₂ ℤ A)))), F.obj.map (Spec.map (c₁₂ ℤ A)).op c + F.obj.map (Spec.map (c₂₃ ℤ A)).op c = F.obj.map (Spec.map (c₁₃ ℤ A)).op c → ∃ b : ToType (F.obj.obj (op (Spec (CommRingCat.of A)))), c = F.obj.map (Spec.map (i₁ ℤ A)).op b - F.obj.map (Spec.map (i₂ ℤ A)).op b end AlgebraicGeometry.Scheme
Statements phrased using this module (3)
- Amitsur 1-cocycles with values in underlineℤ/p over ℤ
AlgebraicGeometry.Scheme.fppfAmitsurTrivial_constantZModSheaf10 below · depth 14 - Splitting of fppf extensions of underlineℤ with Amitsur-trivial kernel
AlgebraicGeometry.exists_section_of_fppfAmitsurTrivial5 below · depth 14 - Amitsur triviality of G_m over ℤ
AlgebraicGeometry.Scheme.fppfAmitsurTrivial_gmAbelianSheafLifted3 below · depth 16