Definitions/Def_AlgebraicGeometry_TwoAffineOpenCoverSectional.lean
Sectional two-chart covers, evaluation and boundary residues
Throughout, R is a commutative ring, X a scheme, \mathcal V a two-affine open cover of X — a pair of affine opens U_0,U_1 with affine intersection and U_0\sqcup U_1=\top — and c\colon X\to\operatorname{Spec}R a morphism; the associated two-chart Čech cover \mathcal V.\mathrm{cover}\,c has A_0=\Gamma(X,U_0), A_1=\Gamma(X,U_1), A_{01}=\Gamma(X,U_0\cap U_1), made into R-algebras through c and linked by the restriction maps.
IsSectional is a predicate on a family \sigma\colon\iota\to\mathrm{Hom}(\operatorname{Spec}R,X) indexed by an arbitrary type, recording four conditions: each \sigma_i followed by c is the identity of \operatorname{Spec}R, so \sigma_i is a section of c; the set-theoretic range of the underlying map of each \sigma_i lies in U_0; the complement of U_1, as a subset of X, is exactly the union of these ranges; and the ranges are pairwise disjoint. Nothing is asserted about the \sigma_i being immersions, nor about Laurent expansions existing along them.
sectionAlgHom attaches to a single section \sigma of c whose range lies in U_0 the evaluation map: the pullback \sigma^{*}\colon\Gamma(X,U_0)\to\Gamma(\operatorname{Spec}R,\top) composed with the canonical identification \Gamma(\operatorname{Spec}R,\top)\cong R, presented as a map of R-algebras A_0\to R; the R-algebra compatibility is where the hypothesis \sigma\circ (i.e. c\circ\sigma=\mathrm{id}) is used.
sectionResidue is notation: given a family \Lambda\colon\iota\to Laurent charts of \mathcal V.\mathrm{cover}\,c and an index i, it is the R-linear residue map \Omega_{A_{01}/R}\to R of \Lambda_i, namely \omega\mapsto the coefficient of t^{-1} in the Laurent series obtained from \omega through the derivation induced by the expansion homomorphism of \Lambda_i.
Relation to Mathlib
Mathlib has affine open covers of schemes but no notion of a two-chart cover, of a sectional family of boundary sections, or of Laurent charts; these are the project's own. The evaluation map is assembled from Mathlib's Scheme.Hom.appLE and Scheme.ΓSpecIso.
Where it is used
These notions set up the explicit two-chart Čech description of line bundles on a curve over a base R, with U_0 a chart containing the marked sections and U_1 its complementary chart, so that U_0\cap U_1 is U_0 with the boundary sections removed. Evaluation along a section and the residues of the associated Laurent charts are the ingredients of the resulting cohomology and duality computations.
References
- R. Hartshorne, Algebraic Geometry, Graduate Texts in Mathematics 52, Springer, 1977, Chapter III
- J.-P. Serre, Groupes algébriques et corps de classes, Hermann, 1959, Chapter II
References are suggested automatically and have not been individually verified.
English text generated automatically from the Lean source; the Lean statement is authoritative.
- 55 lines
- 7 declarations
- used in the statements of 12 theorems and imported by 13 proofs
- imports 2 definition modules
Source file: Definitions/Def_AlgebraicGeometry_TwoAffineOpenCoverSectional.lean
Imported by
- no other definition module
Declarations
- structure
AlgebraicGeometry.Scheme.TwoAffineOpenCover.IsSectional - field
AlgebraicGeometry.Scheme.TwoAffineOpenCover.IsSectional.comp_eq - field
AlgebraicGeometry.Scheme.TwoAffineOpenCover.IsSectional.range_subset - field
AlgebraicGeometry.Scheme.TwoAffineOpenCover.IsSectional.compl_eq_iUnion - field
AlgebraicGeometry.Scheme.TwoAffineOpenCover.IsSectional.pairwise_disjoint - def
AlgebraicGeometry.Scheme.TwoAffineOpenCover.sectionAlgHom - abbrev
AlgebraicGeometry.Scheme.TwoAffineOpenCover.sectionResidue
Source
import Mathlib import Definitions.Def_AlgebraicGeometry_TwoAffineOpenCover import Definitions.Def_AlgebraicGeometry_TwoChartCechLaurentChart set_option autoImplicit false noncomputable section universe u v namespace AlgebraicGeometry.Scheme.TwoAffineOpenCover open CategoryTheory CategoryTheory.Limits Opposite variable {R : Type u} [CommRing R] {X : Scheme.{u}} (𝒱 : X.TwoAffineOpenCover) (c : X ⟶ Spec (.of R)) structure IsSectional {ι : Type v} (σ : ι → (Spec (.of R) ⟶ X)) : Prop where comp_eq : ∀ i, σ i ≫ c = 𝟙 _ range_subset : ∀ i, Set.range (σ i).base ⊆ (𝒱.U0 : Set X) compl_eq_iUnion : (𝒱.U1 : Set X)ᶜ = ⋃ i, Set.range (σ i).base pairwise_disjoint : Pairwise fun i j => Disjoint (Set.range (σ i).base) (Set.range (σ j).base) variable {𝒱 c} def sectionAlgHom (σ : Spec (.of R) ⟶ X) (hσ : σ ≫ c = 𝟙 _) (hU : Set.range σ.base ⊆ (𝒱.U0 : Set X)) : (𝒱.cover c).A0 →ₐ[R] R := letI := algebraOfHom c 𝒱.U0 { (σ.appLE 𝒱.U0 ⊤ (fun x _ => hU ⟨x, rfl⟩) ≫ (Scheme.ΓSpecIso (.of R)).hom).hom with commutes' := fun r => by change ((Scheme.ΓSpecIso (.of R)).inv ≫ (c.appLE ⊤ 𝒱.U0 le_top ≫ σ.appLE 𝒱.U0 ⊤ _) ≫ (Scheme.ΓSpecIso (.of R)).hom).hom r = r rw [Scheme.Hom.appLE_comp_appLE] suffices key : ∀ (φ : Spec (.of R) ⟶ Spec (.of R)), φ = 𝟙 _ → ∀ (e : (⊤ : (Spec (.of R)).Opens) ≤ φ ⁻¹ᵁ ⊤), (Scheme.ΓSpecIso (.of R)).inv ≫ φ.appLE ⊤ ⊤ e ≫ (Scheme.ΓSpecIso (.of R)).hom = 𝟙 _ by rw [key _ hσ]; rfl rintro φ rfl e have hid : (𝟙 (Spec (.of R)) : Spec (.of R) ⟶ Spec (.of R)).appLE ⊤ ⊤ e = 𝟙 _ := by change (𝟙 (Spec (.of R)) : Spec (.of R) ⟶ Spec (.of R)).app ⊤ ≫ (Spec (.of R)).presheaf.map _ = _ rw [Scheme.Hom.id_app] erw [Category.id_comp] exact (congrArg (Spec (.of R)).presheaf.map (Subsingleton.elim _ _)).trans ((Spec (.of R)).presheaf.map_id _) rw [hid, Category.id_comp, Iso.inv_hom_id] } abbrev sectionResidue {ι : Type v} (Λ : ι → (𝒱.cover c).LaurentChart) (i : ι) : Ω[(𝒱.cover c).A01⁄R] →ₗ[R] R := (Λ i).residue end AlgebraicGeometry.Scheme.TwoAffineOpenCover end
Statements phrased using this module (12)
- Perfect integral Serre pairing along prescribed boundary sections
AlgebraicGeometry.SmoothProperCurve.FiniteMapData.exists_laurentChart_isCompletionAlong_hasParameter_serrePairingInt_bijective_of_isSectional292 below · depth 24 - Hecke adjunction for the integral Serre pairing, sectional charts
ModularCurve.serrePairingInt_deformationClass_heckeGen_eq_of_isCompletionAlong_of_res_eq_heckeDiffBar365 below · depth 24 - Base change of sectional covers and completing Laurent charts
AlgebraicGeometry.Scheme.TwoAffineOpenCover.exists_isSectional_pullback_and_isCompletionAlong_of_expand_map01_eq1 below · depth 25 - Laurent chart along a section with prescribed parameter t₀
AlgebraicGeometry.Scheme.TwoAffineOpenCover.exists_laurentChart_isCompletionAlong_expand_eq5 below · depth 25 - Integral Čech Serre pairing equals the function-field residue pairing
AlgebraicGeometry.Scheme.TwoAffineOpenCover.exists_serrePairingInt_eq_serrePairing_of_isCompletionAlong25 below · depth 25 - Conormal module of a section of a smooth relative curve is free of rank one
AlgebraicGeometry.Scheme.TwoAffineOpenCover.free_cotangent_sectionAlgHom0 below · depth 25 - Residues at boundary sections vanish on Čech coboundaries
AlgebraicGeometry.Scheme.TwoAffineOpenCover.residuesVanishOnCoboundaries_of_isSectional_of_isCompletionAlong_of_hasParameter102 below · depth 25 - Perfectness of the two-chart residue pairing on a smooth proper curve
AlgebraicGeometry.Scheme.TwoAffineOpenCover.serrePairingInt_bijective_and_flip_bijective_of_isSectional_of_isCompletionAlong_of_perfectField134 below · depth 25 - Residue sums vanish on Čech coboundaries over ℤ₍ₚ₎
AlgebraicGeometry.SmoothProperCurve.FiniteMapData.residuesVanishOnCoboundaries_of_isSectional_of_isCompletionAlong_of_hasParameter107 below · depth 25 - Places off the chart U₁ are the section points
AlgebraicCurve.exists_embedding_place_range_eq_compl_placesOf_of_isSectional7 below · depth 26 - Laurent chart from a power-series expansion along a section
AlgebraicGeometry.Scheme.TwoAffineOpenCover.exists_laurentChart_isCompletionAlong_of_powerSeries0 below · depth 26 - Laurent chart at a rational point extends to the function field
AlgebraicGeometry.Scheme.TwoAffineOpenCover.exists_ringHom_functionField_laurentSeries_of_isCompletionAlong0 below · depth 26