Abstract input data for Proposition 40: an abelian category CohSheaf of "coherent
sheaves" on a smooth complete curve, a predicate selecting locally free objects, a
degree function degree : CohSheaf → ℤ, an axiom that every short exact sequence has
the same degree defect as one between locally free objects, and additivity of the
degree on locally free short exact sequences.
- CohSheaf : Type u
The ambient category of coherent sheaves.
- catInst : CategoryTheory.Category.{v, u} self.CohSheaf
- abelInst : CategoryTheory.Abelian self.CohSheaf
The predicate selecting locally free coherent sheaves.
The degree function on coherent sheaves.
- reduce_to_locally_free (S : CategoryTheory.ShortComplex self.CohSheaf) [CategoryTheory.Mono S.f] [CategoryTheory.Epi S.g] : S.Exact → ∃ (S' : CategoryTheory.ShortComplex self.CohSheaf), CategoryTheory.Mono S'.f ∧ CategoryTheory.Epi S'.g ∧ S'.Exact ∧ self.IsLocallyFree S'.X₁ ∧ self.IsLocallyFree S'.X₂ ∧ self.IsLocallyFree S'.X₃ ∧ self.degree S.X₂ - self.degree S.X₁ - self.degree S.X₃ = self.degree S'.X₂ - self.degree S'.X₁ - self.degree S'.X₃
Every short exact sequence admits a "locally free replacement" with the same degree defect
deg(X₂) − deg(X₁) − deg(X₃). - locally_free_additive (S : CategoryTheory.ShortComplex self.CohSheaf) [CategoryTheory.Mono S.f] [CategoryTheory.Epi S.g] : S.Exact → self.IsLocallyFree S.X₁ → self.IsLocallyFree S.X₂ → self.IsLocallyFree S.X₃ → self.degree S.X₂ = self.degree S.X₁ + self.degree S.X₃
Degree is additive on short exact sequences whose terms are all locally free.
Instances For
Combining the two axioms in SmoothCompleteCurveCohData, the degree is additive on
every short exact sequence, not just locally free ones.
The set of "short exact sequence relations" inside the free abelian group on
coherent sheaves: for every short exact sequence 0 → X₁ → X₂ → X₃ → 0 we get an
element [X₂] − [X₁] − [X₃].
Instances For
The subgroup of the free abelian group on coherent sheaves generated by the short exact sequence relations.
Instances For
The Grothendieck group K⁰(Coh(X)) of coherent sheaves: the free abelian group on
coherent sheaves modulo the short exact sequence relations.
Instances For
The class [ℱ] ∈ K⁰(Coh(X)) of a coherent sheaf ℱ.
Instances For
In K⁰(Coh(X)), every short exact sequence gives the relation
[X₂] = [X₁] + [X₃].
The lift of degree : CohSheaf → ℤ to a homomorphism on the free abelian group
sends every short exact sequence relation to zero, so its kernel contains the SES
relations subgroup.
The induced degree homomorphism δ : K⁰(Coh(X)) → ℤ.
Instances For
Proposition 40 (computation on classes): the induced degree map sends [ℱ] to
deg ℱ.
Proposition 40 (existence of δ): there exists a group homomorphism
δ : K⁰(Coh(X)) → ℤ extending the degree of every coherent sheaf.
The degree map δ : K⁰(Coh(X)) → ℤ itself satisfies the SES relation on classes.