The rational kernel of 1 + π^k on the Fermat cubic over 𝔽₂ #
Let E : X³ + Y³ = Z³ be the Fermat cubic over 𝔽₂, with origin O = [1 : 1 : 0], and let
π be the 2-power Frobenius endomorphism.
Everything in this file is phrased directly in terms of homogeneous coordinates. This is possible because both maps involved admit a purely coordinatewise description:
- Frobenius is
π [X : Y : Z] = [X² : Y² : Z²], henceπ^k [X : Y : Z] = [X^(2^k) : ⋯]; - negation on the Fermat cubic with origin
[1 : 1 : 0]swaps the first two coordinates,-[X : Y : Z] = [Y : X : Z].
Consequently (1 + π^k) R = O if and only if π^k R = -R, which is the coordinate condition
IsKernelPoint below: the two triples (X^(2^k), Y^(2^k), Z^(2^k)) and (Y, X, Z) are
proportional. No use of the group law itself is needed.
Main results #
Let K be a field with 2^n elements and gcd (k, n) = 1.
rational_kernel_odd: ifnis odd, theK-rational points ofker (1 + π^k)reduce to the originO = [1 : 1 : 0].rational_kernel_even: ifnis even, they are exactly the points at infinityZ = 0.geometric_kernel_one_add_frobenius: over any field of characteristic2,ker (1 + π)consists exactly of the points at infinity[1 : ω : 0]withω³ = 1.
Notes on the key steps #
- The fixed-field/Bézout step
π^(2k) R = R,π^n R = R⟹π^(gcd (2k, n)) R = Rispow_two_pow_gcd, applied coordinatewise to the affine coordinateX / ZinZ_eq_zero_of_isKernelPoint. Heregcd (2k, n) = gcd (2, n) ∈ {1, 2}, and in both cases the affine coordinate satisfiesx⁴ = x; the two cases of the informal proof are thereby merged into one. π^k = πon cube roots of unity for oddkispow_two_pow_of_cube_root.- That the points at infinity are precisely
ker (1 + π)isgeometric_kernel_one_add_frobenius. - Instead of deducing
#ker (1 + π) = 3fromdeg (1 + π) = 3and separability, step 3 proves directly, over an arbitrary field of characteristic2, that there are no further kernel points; this is a self-contained substitute for the degree/separability argument.
The corollary of the informal text — for odd n the endomorphism 1 + π^k is injective, hence
bijective, on the finite group E(K) — is exactly the triviality of the rational kernel proved
in rational_kernel_odd, combined with the standard fact that a group homomorphism with trivial
kernel is injective; the group law on E itself is not developed here.
IsKernelPoint k X Y Z says that (1 + π^k) [X : Y : Z] = O, equivalently
π^k [X : Y : Z] = -[X : Y : Z], i.e. that the triples (X^(2^k), Y^(2^k), Z^(2^k)) and
(Y, X, Z) define the same projective point.
Equations
Instances For
Basic facts about the origin and the points at infinity #
Characteristic and Frobenius facts for a field with 2^n elements #
A field with 2^n elements has characteristic 2.
There is no affine kernel point #
The core computation: an affine (Z ≠ 0) kernel point whose affine x-coordinate lies in
𝔽₄ cannot exist.
No affine kernel points. If gcd (k, n) = 1 then every K-rational point of
ker (1 + π^k) is a point at infinity.
The points at infinity and the kernel condition #
The main theorems #
Odd n: the rational kernel is trivial.
For K a field with 2^n elements, n odd and gcd (k, n) = 1, a point of E(K) lies in
ker (1 + π^k) if and only if it is the origin O = [1 : 1 : 0] (i.e. Z = 0 and X = Y).
The hypothesis "k is odd" of the informal statement is not needed here.
Even n: the rational kernel is the set of points at infinity.
For K a field with 2^n elements, n even and gcd (k, n) = 1, a point of E(K) lies in
ker (1 + π^k) if and only if it is a point at infinity, Z = 0.
Note that k is automatically odd here, since gcd (k, n) = 1 and n is even.
The geometric kernel of 1 + π.
Over any field of characteristic 2 (in particular over an algebraic closure of 𝔽₂), the
kernel of 1 + π consists exactly of the points at infinity [1 : ω : 0], ω³ = 1, so it has
exactly three points, without appealing to the degree of the isogeny or to separability.
Non-vacuity checks #
The hypotheses of the two main theorems are satisfiable: they apply to 𝔽₂ (n = 1) and to
𝔽₄ (n = 2).