Documentation

Mathlib.CategoryTheory.Monoidal.Cartesian.Normal

Normal subgroup objects #

In this file we define normal subgroups of group objects in a cartesian monoidal category as a predicate on morphisms. A morphism φ : H ⟶ G of group objects is normal if it is mono, a monoid morphism and the conjugation map (g, h) ↦ g * h * g⁻¹ factors through φ.

This is applied in the study of group schemes.

Main declarations #

References #

A morphism φ : H ⟶ G of additive group objects is a normal monoid homomorphism if it is a monoid homomorphism that is mono and such that the conjugation map (g, h) ↦ g + h - g factors through φ.

Instances

    A morphism φ : H ⟶ G of group objects is a normal monoid homomorphism if it is a monoid homomorphism that is mono and such that the conjugation map (g, h) ↦ g * h * g⁻¹ factors through φ.

    Instances

      If φ is mono, it is a normal group homomorphism if and only if for all X the image of H(X) in G(X) is a normal subgroup.