A finite free group scheme of rank four that is not killed by four #
Grothendieck asked whether a finite locally free group scheme of order n is killed by n;
Deligne proved that this holds for commutative group schemes. This file formalizes a
counterexample in the non-commutative case: an affine group scheme, finite free of rank four
over the base ring R = ℤ[a, b] / (a³, b³, a²b + 2), whose fourth power map is not trivial.
Note that R is a finite ring of size 2^9 satisfying 4 = 0 but 2 ≠ 0.
The coordinate Hopf algebra of the counterexample is A = R[U, V] / (U² - abU + b²V, V² - a²V),
built as a QuadraticAlgebra over the QuadraticAlgebra B := R[V] / (V² - a²V).
It is finite free of rank four over R. With
lambda = (1 + aU) * (1 + bV), the comultiplication is determined by
and lambda is group-like (that is, Δ(lambda) = lambda ⊗ lambda).
The counit sends both U and V to zero. The nth convolution power of
the identity — the coordinate map of the pointwise nth power x ↦ xⁿ of the
group scheme — sends U to (1 + lambda + ⋯ + lambdaⁿ⁻¹) · U. For n = 4 this
is 2bUV ≠ 0, while the eighth convolution power is the convolution unit
(the composite of the counit with the unit map of A) and in particular sends U to 0.
In particular the seventh convolution power supplies an antipode, so A is a Hopf
algebra, and the associated group scheme has order four but is not killed by four.
Main definitions #
Counterexample.GrothendieckPower.R: the base ringℤ[a, b] / (a³, b³, a²b + 2).Counterexample.GrothendieckPower.A: the coordinate algebra, finite free of rank four overR.Counterexample.GrothendieckPower.instHopfAlgebra: the Hopf algebra structure onA.Counterexample.GrothendieckPower.powerMap: then-th convolution power of the identity ofA, i.e. the coordinate map of the pointwisen-th power of the group scheme.Counterexample.GrothendieckPower.affineGroupScheme: the counterexample as a group object in the opposite of the category of commutativeR-algebras, through Mathlib's antiequivalence with commutative Hopf algebras.
Main results #
Counterexample.GrothendieckPower.finrank_A:Ahas rank four overR. Note thatAis also finite and free overR, soA ≅ R⁴as anR-module.Counterexample.GrothendieckPower.powerMap_four_U_ne_zero: the fourth power map is not the convolution unit, since it sendsUto2bUV ≠ 0.Counterexample.GrothendieckPower.powerMap_eight: the eighth power map is the convolution unit.Counterexample.GrothendieckPower.counterexample: the combined statement: over the nontrivial ringR, the algebraAis finite free of rank four and its fourth power map is not the convolution unit.Counterexample.GrothendieckPower.exists_hopfAlgebra_not_killed_by_finrank: the negative answer to Grothendieck's question, spelled out as an existence statement: there is a nontrivial commutative ring and a commutative Hopf algebra, free of finite rank over it, whose convolution power map at the exponent equal to its rank is not the convolution unit.Counterexample.GrothendieckPower.orderOf_universalPoint: the universalA-valued point of the group scheme has order exactly eight.Counterexample.GrothendieckPower.not_isCocomm:Ais not cocommutative, i.e. the group scheme is noncommutative, as forced by Deligne's theorem for commutative group schemes.Counterexample.GrothendieckPower.id_pow_affineGroupScheme_four_ne_one: the group-scheme formulation, through Mathlib's antiequivalence between commutative Hopf algebras and affine group schemes: on the corresponding group object in(CommAlgCat R)ᵒᵖ, the pointwise fourth power map — the fourth power𝟙 _ ^ 4of the identity in the convolution monoid of endomorphisms — is not the constant-unit endomorphism.
Implementation notes #
Nontriviality of the base ring (concretely, 2b ≠ 0 in R) is certified by an explicit
model: the regular representation of R on M = ℤ/4 × ℤ/4 × (ℤ/2)⁵, with the actions of
a and b given by explicit additive endomorphisms and all relations checked
by decide +kernel.
The polynomial identities underlying the comultiplication and the power-map computations are
proved once in an arbitrary commutative ring satisfying the relations of R
(law_relations_generic, law_lambda_generic, theta_identities_generic) using
linear_combination, and then transported along algebra maps.
The generators are given short names in each successive algebra (aB, bB, aA, bA) and
in the tensor square (a₁, b₁, u₁, v₁, u₂, v₂, l₁, l₂). These are abbrevs,
so that they unfold definitionally; their only purpose is to keep the statements of the
polynomial certificates and of the coproduct construction readable.
The construction of this group scheme as well as its formalization were carried out by the AI assistants Codex (OpenAI) and Claude (Anthropic).
References #
- F. Oort, J. Tate, Group schemes of prime order: Deligne's proof that a commutative finite locally free group scheme is killed by its order is reproduced in §1, and the question for possibly non-commutative group schemes is raised on p. 5.
- J. Tate, Finite flat group schemes: records the question as open in §3.8.
Tags #
group scheme, Hopf algebra, counterexample
An explicit faithful model of the base ring #
The base ring R = ℤ[a, b] / (a³, b³, a²b + 2) is nontrivial, but this is not syntactically
obvious from its presentation. We certify it by exhibiting an explicit R-module: the
regular representation of R on ℤ/4 × ℤ/4 × (ℤ/2)⁵, with a and b acting through
explicit commuting additive endomorphisms. All required relations are closed by decide +kernel.
Reduction modulo 2, as a ring homomorphism ℤ/4 → ℤ/2.
Equations
Instances For
The additive map ℤ/2 → ℤ/4 sending 1 to 2.
Equations
Instances For
The polynomial ring ℤ[a, b].
Equations
Instances For
The ideal (a³, b³, a²b + 2) of ℤ[a, b].
Equations
- One or more equations did not get rendered due to their size.
Instances For
Evaluation of integer polynomials at (aw, bw) in WitnessRing.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The ring map R → WitnessRing, giving an action of R on M.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The coordinate algebra A = R[U, V] / (U² - abU + b²V, V² - a²V) #
The algebra A is realized as two nested QuadraticAlgebras, so that its finite freeness of
rank four over R follows from the corresponding facts for each step of the tower.
The intermediate quadratic algebra B = R[V] / (V² - a²V).
Equations
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
The universal property of A #
An R-algebra map out of A = R[U, V] / (U² - abU + b²V, V² - a²V) amounts to a pair of
elements of the target satisfying the two defining relations. The construction goes through
the tower R → B → A: the image of V determines an R-algebra map out of
B = R[V] / (V² - a²V), which makes the target a B-algebra, and the image of U then
determines a quadratic lift out of A. The B-algebra structure depends on the chosen
image of V, so it is kept local to the construction and never becomes an instance: the
coproduct below, for example, uses a B-algebra structure on A ⊗[R] A different from the
canonical one through the left tensor factor.
If S is an arbitrary R-algebra, then to give an R-algebra map A →ₐ[R] S
it suffices to give a pair of elements u and v in S satisfying the
equations v²=a²v and u²=abu-b²v.
Equations
Instances For
The comultiplication #
The polynomial identities behind the coproduct are proved once, in an arbitrary commutative
ring whose distinguished elements satisfy the relations of R, by linear_combination
certificates; they are then transported to the tensor square along the two inclusions.
The group-like unit (1+aU)(1+bV) of A controlling the semidirect-product law.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
The counit and the bialgebra structure #
The bialgebra structure underlying the counterexample.
Equations
- One or more equations did not get rendered due to their size.
The convolution power maps #
The n-th power map of the group scheme (pointwise x ↦ xⁿ) corresponds, on coordinate
rings, to the nth convolution power of the identity of A. On the skew-primitive
coordinates it is controlled by the geometric sum
1 + lambda + ⋯ + lambdaⁿ⁻¹, which we compute from the square-zero element
theta = lambda - 1.
The square-zero part of the group-like coordinate.
Instances For
The nth convolution power of the identity of A: the coordinate ring map of the
pointwise nth power map of the group scheme.
Equations
Instances For
In the group of A-valued points of the group scheme, the universal point has order
exactly eight: an element of order eight on a group scheme of order four.
The Hopf algebra structure and the main statement #
Since the eighth convolution power of the identity is the convolution unit, the seventh convolution power is a two-sided convolution inverse of the identity, that is, an antipode.
The bundled commutative Hopf algebra representing the affine group scheme.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The formal counterexample: over the nontrivial base ring R, the commutative Hopf
algebra A is finite free of rank four, and its fourth power map is not the convolution
unit.
The freeness and finiteness conjuncts guarantee that the Module.finrank conjunct expresses
the honest rank of A over R.
Grothendieck's question has a negative answer. Grothendieck asked whether every finite
locally free group scheme of order n is killed by n — equivalently, whether the n-th
convolution power of the identity of a commutative Hopf algebra that is free of rank n over
the base ring is always the convolution unit 1 (the composite of the counit with the unit).
This is false: there is a nontrivial commutative ring S and a commutative S-Hopf algebra
H, free of finite rank over S, whose (Module.finrank S H)-th convolution power of the
identity is not the convolution unit. The witness is the rank-four Hopf algebra A over R;
see counterexample.
Non-cocommutativity #
By Deligne's theorem, a commutative finite locally free group scheme is killed by its order,
so the group scheme represented by A is necessarily noncommutative; equivalently, A is
not cocommutative. We verify this directly: the coefficient functional of U distinguishes
Δ(U) from its swap.
The Hopf algebra A is not cocommutative; equivalently, the affine group scheme it
represents is noncommutative. This is forced by Deligne's theorem, which affirms
Grothendieck's question for commutative group schemes.
The group-scheme formulation #
Mathlib's antiequivalence commHopfAlgCatEquivCogrpCommAlgCat identifies commutative Hopf
algebras over R with group objects in (CommAlgCat R)ᵒᵖ, the opposite of the category of
commutative R-algebras. This opposite category is the category of affine schemes over R
(via the Spec antiequivalence), so these group objects are exactly the affine group schemes
over R; here the group object is op A, the algebraic incarnation of Spec A. We work
entirely on the algebra side and do not use AlgebraicGeometry.Spec, as Mathlib does not yet
connect commutative Hopf algebras to group objects in AlgebraicGeometry.Scheme. This
section transports the counterexample across that equivalence: the pointwise fourth power map
of the resulting group object is not the constant-unit endomorphism.
On the group object op A in (CommAlgCat R)ᵒᵖ — the affine group scheme corresponding
to A — the pointwise n-th power map 𝟙 _ ^ n (the n-th power of the identity in the
convolution monoid CategoryTheory.Hom.monoid of endomorphisms; for a group scheme, the
morphism x ↦ xⁿ, which is not in general a homomorphism) corresponds to the n-th
convolution power of the identity of A.
The pointwise fourth power map of the group object op A in (CommAlgCat R)ᵒᵖ — the
affine group scheme corresponding to A — is not the constant-unit endomorphism 1.
The rank-four counterexample as an affine group scheme: the group object in the opposite
of the category of commutative R-algebras corresponding to coordinateHopfAlgebra under
Mathlib's antiequivalence commHopfAlgCatEquivCogrpCommAlgCat.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The order-four affine group scheme corresponding to A (the group object in
(CommAlgCat R)ᵒᵖ) is not killed by four: its pointwise fourth power map — the fourth power
of the identity in the convolution monoid of endomorphisms — is not the constant-unit
endomorphism 1.