A nearfield N is said to be planar if the mapping x |-> - xa + xb is a permutation of N whenever a≠b. Every finite nearfield is planar.
Given a finite nearfield N, there is an affine plane A with
point set N x N and lines given by the equations
eqalign(
y &= xm + b
x &= c)
Let P be the corresponding projective plane, obtained from A by adjoining a line L_∞ called the line at infinity. We label the points of P with triples of elements of N as follows.
Every collineation of A extends to a collineation of P.
Check: BoolElt Default: false
The finite projective plane coordinatised by the nearfield N. The points of the nearfield plane are represented as triples of Galois field elements.
> N := DicksonNearfield(3,2); > pl := ProjectivePlane(N); > A := AutomorphismGroup(pl); > #A; 311040 > CompositionFactors(A); G | Cyclic(2) * | Alternating(5) * | Cyclic(2) * | Cyclic(2) * | Cyclic(2) * | Cyclic(2) * | Cyclic(2) * | Cyclic(3) * | Cyclic(3) * | Cyclic(3) * | Cyclic(3) 1
In 1957 Hughes [Hug57] discovered a class of finite projective planes constructed from the Dickson nearfields which have rank 2 over their kernel. Neither these planes nor their duals are translation planes and therefore they cannot be obtained by the coordinatisation method of the previous section. Hughes' methods required the kernel to be central but in 1960 the construction was generalised by Rosati [Ros60] to include the Zassenhaus nearfields (see also Dembowski [Dem68, S5.4] and [Dem71]). For simplicity of notation we shall use the term `Hughes plane' to include both Hughes planes and generalised Hughes planes.
Check: BoolElt Default: false
The Hughes plane based on the nearfield N.
> DP := FiniteProjectivePlane(49); // Desarguesian plane > DP; Projective Plane PG(2, 49) > CD := CollineationGroup(DP); > FactoredOrder(CD); [ <2, 10>, <3, 3>, <5, 2>, <7, 6>, <19, 1>, <43, 1> ] > N := DicksonNearfield(7,2); > NP := ProjectivePlane(N); > NP; Projective Plane of order 49 > CN := CollineationGroup(NP); > FactoredOrder(CN); [ <2, 10>, <3, 2>, <7, 4> ] > Z := ZassenhausNearfield(3); > #Z; 49 > ZP := ProjectivePlane(Z); > CZ := CollineationGroup(ZP); > FactoredOrder(CZ); [ <2, 9>, <3, 3>, <7, 4> ] > HP := HughesPlane(N); > HP; Projective Plane of order 49 > CH := CollineationGroup(HP); > FactoredOrder(CH); [ <2, 6>, <3, 3>, <7, 3>, <19, 1> ] > CompositionFactors(CH); G | Cyclic(3) * | A(2, 7) = L(3, 7) * | Cyclic(2) 1