Documentation

MazurTorsion.AlgebraicGeometry.FiniteFlatCommGroupScheme.CommGroupSchemeKernelPresentation

Geometric kernel presentations for ambient commutative group schemes #

The canonical kernel of an arbitrary morphism of commutative group schemes exists, but it need not inherit a finiteness or flatness property from the source and target. A KernelPresentation records an actual supplied group scheme, its chosen inclusion, and its geometric identification with that canonical kernel. Compatibility with the inclusion rules out unrelated pointwise models.

This interface is deliberately independent of finite-flat and quasi-finite wrappers. Its point-kernel equivalence, unique lift, and represented-point exactness API therefore applies to both settings without duplicating the later fppf connecting construction. No claim is made that an arbitrary canonical kernel is flat, quasi-finite, finite, or finitely presented.

@[simp]

Ambient group-scheme point maps preserve identity morphisms.

@[simp]

Ambient group-scheme point maps turn composition into composition of homomorphisms.

An isomorphism of ambient commutative group schemes induces a multiplicative equivalence on points of every test scheme.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    A supplied commutative group scheme identified geometrically with the canonical kernel of f. The explicit inclusion preserves a caller's chosen exact-sequence morphism, while the compatibility field certifies that it is the inclusion induced by the geometric kernel.

    Instances For

      Points of a supplied geometric kernel are the pointwise kernel of the original morphism.

      Equations
      Instances For
        @[simp]

        Every supplied-kernel point maps to the identity in the target.

        noncomputable def AlgebraicGeometry.CommGroupScheme.KernelPresentation.liftPoint {S : Scheme} {G H : CommGroupScheme S} {f : G ⟶ H} (P : KernelPresentation f) {T : CategoryTheory.Over S} (x : G.Point T) (hx : (mapPoint f T) x = 1) :

        The canonical chosen lift of a point killed by the original morphism.

        Equations
        Instances For

          A supplied geometric kernel inclusion is injective on every test scheme.

          Every killed point lifts uniquely through the supplied geometric kernel.

          A geometric kernel presentation is exact on represented points of every test scheme.

          Concrete represented-point consumer of the ambient presentation: a source point is killed exactly when it comes from the supplied geometric kernel.

          Arbitrary base change #

          Certified geometric kernels of ambient commutative group-scheme homomorphisms commute with arbitrary base change.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For