Definition:
An finite plane is just an affine plane that has a finite number of points and lines. They obey the same axioms as affine planes:
Over a finite field F a finite set of points (x, y) such that x, y ∈ F together with the set of lines y = mx + b and x = b such that m and b ∈ F. The size of the field F is the order of the finite plane.
- Any two points are on a line.
y = mx + b is an equation in two unknowns: m and b. Therefore, two equations are necessary to uniquely determine m and b for given values of x and y.
- Given a point and a line such that the point is not on the line, there is another line the point is on, and the two lines do not share any points.
It is easy to construct parallel (here, parallel means that the two lines do not have any common points: L1 ∩ L2 = ∅) lines in finite planes. Given a point (x0, y0) and a line y - mx = b where y0 - mx0 ≠ b, clearly the line with the same slope as L1 that passes through (x0, y0) is parallel to it. This assumes that enough points exist so that the parallel line exists.
- There exist three points not on the same line.
Result 1: Enumerating the points of a finite plane
Claim: If the size of the field F over which the plane π is constructed is n, there are n2 points in π
Remark: Sometimes π is written as F × F -- × being the cartesian product. One of the properties of the cartesian product is that if A = B × C, |A| = |B| × |C|. That is, the number of elements in the product is equal to the product of the number of elements in the factors. |F| = n, so |{points in π}| = n2.
Result 2: Enumerating the lines of a finite plane
Claim: A finite plane π of order n has n2 + n lines.
Remark: There are two kinds of lines on π
Type 1: All lines of the form y = mx + b. m and b are both free variables, and each has n possible values. Therefore, there are n2 lines of type 1 on π
Type 2 - infinite slope parallel class: All lines of the form x = b. There are then n lines of type 2 on π
So, in total, there are n2 + n lines on π.
Result 3: Planes of order n = pk, p prime, exist.
Remark: Finite affine planes of a certain order n exist whenever projective planes of order n exist. (This is because projective planes are supersets of affine planes].) It is known that finite planes of order 2, 3, 4, 5, 7, 8, 9, and 11 exist, along with every prime power. No finite plane of order 6 exists, and it was recently discovered (by Lam, Thiel and Swiercz in 1989)¹ that no finite plane of order 10 exists. (It took a hell of a lot of calculation, too.)
Result 4: All finite planes of order n are (n2, n, 1) designs.
Remark: This follows from the definition of a (v, k, λ) design - v is the order, k is the number of elements in a block (i.e, number of points on a line) and λ is the number of blocks to which every pair of distinct points belongs.
A finite plane of order two: (the little plus signs are points)
/
+---+
|\ |
| \ |
| \|
+---+
/
The line going from the upper-left to the lower-right wraps around.
A finite plane of order three:
------
--- / \
/ / \ \
| +---+---+ |
| |\ /|\ /|\|
| | \ | \ | |
| |/ \|/ \|/ \
| +---+---+ |
\ /|\ /|\ /| |
| | \ | \ | |
|\|/ \|/ \| |
| +---+---+ |
| \ / |
| \-----/
\-----/
1 CWH Lam, L Thiel, S Swiercz. "The non-existence of finite projective planes of order 10", Canadian Journal of Mathematics, 1989.