Documentation

Atlas.AlgebraicGeometryI.code.Lec23DeltaFunctorDefs

Definition 43 (δ-functor): A sequence of additive functors (Tⁿ : A → B)_{n ≥ 0} with T⁰ left exact, equipped with connecting maps δⁿ : Tⁿ(X₃) → T^{n+1}(X₁) for every short exact sequence in A, fitting into long exact sequences that are natural in the SES.

Instances For

    Definition 44 (universal δ-functor): A δ-functor T is universal if every natural transformation S⁰ → T⁰ from another δ-functor extends uniquely to a morphism of δ-functors S → T compatible with all connecting homomorphisms.

    Instances For

      The truncated Euler characteristic ∑_{i=0}^{d} (-1)^i · dims i, used to compute sheaf Euler characteristics from cohomological dimensions.

      Instances For
        structure Lec23DeltaFunctorDefs.SheafCohomologyData :
        Type (max (u_1 + 1) (u_2 + 1))

        Axiomatic data of a (truncated) sheaf cohomology theory: a class of "sheaves" with finite cohomological dimensions and an additivity axiom for the Euler characteristic along short exact sequences.

        Instances For

          The Euler characteristic of a sheaf F, the alternating sum of its cohomology dimensions truncated at the cohomological dimension d.

          Instances For
            theorem Lec23DeltaFunctorDefs.SheafCohomologyData.eulerChar_add (data : SheafCohomologyData) (F' F F'' : data.CohSheaf) (hses : data.ShortExactSeq F' F F'') :
            data.eulerChar F = data.eulerChar F' + data.eulerChar F''

            Additivity of the Euler characteristic on short exact sequences: χ(F) = χ(F') + χ(F'').