Nearfield Properties#
A (right-distributive) nearfield is a set \(N\) containing elements \(0\) and \(1\) and with binary operations \(+\) and \(\circ\) such that
- •
NF1: \((N,+)\) is an abelian group and \(0\) is its identity element. Let \(N^\times\) denote the set of non-zero elements of \(N\).
- •
NF2: \((N^\times,\circ)\) is a group and \(1\) is its identity element.
- •
NF3: \(a\circ 0 = 0\circ a = 0\) for all \(a\in N\).
- •
NF4: \((a+b)\circ c = a\circ c + b\circ c\) for all \(a,b,c \in N\).
A subset \(S\) of a nearfield \(N\) is a sub-nearfield if \((S,+)\) and \((S\setminus \{0\},\circ)\) are groups. The sub-nearfield generated by a subset \(X\) is the intersection of all sub-nearfields containing \(X\). The prime field \({\cal P}(N)\) of \(N\) is the sub-nearfield generated by \(1\).
The inverse of \(x\in N^\times\) is written \(x^{[-1]}\). But where no confusion is possible we write multiplication of nearfield elements \(x\) and \(y\) as \(xy\) rather than \(x\circ y\) and we write the inverse of \(x\) as \(x^{-1}\). (In the Magma code we use “*” as the symbol for multiplication.)
If \(N\) is a finite nearfield, the prime field of \(N\) is a Galois field \({\bf F}_{p}\) for some prime \(p\) and \(p\) is the characteristic of \(N\).
A nearfield of characteristic \(p\) is a vector space over its prime field and therefore its cardinality is \(p^n\) for some \(n\). Every field is a nearfield.
If \(N\) is a nearfield, the centre of \(N\) is the set
and the kernel of \(N\) is the subfield
It is clear that \({\cal Z}(N) \subseteq {\cal K}(N)\) but equality need not hold because, in general, \({\cal Z}(N)\) need not be closed under addition. Furthermore, the prime field \({\cal P}(N)\) need not be contained in \({\cal Z}(N)\). However, for the Dickson nearfields \({\cal Z}(N) = {\cal K}(N)\).
If \(N\) is a nearfield, then \({\cal Z}(N) = \bigcap\{ {\cal K}(N)^x \mid x \in N, x \ne 0\}\).