Documentation

UnitConjecture.GardamTheorem

Giles Gardam's result #

The proof of the theorem 𝔽₂[P] has non-trivial units. Together with the main result of TorsionFree -- that P is torsion-free, this completes the formal proof of Gardam's theorem that Kaplansky's Unit Conjecture is false.

Preliminaries #

def trivialElem {R : Type} {X : Type} [inst : Ring R] [inst : DecidableEq X] (a : R[X]) :

The definition of an element of a free module being trivial, i.e., of the form k•x for x : X and k ≠ 0.

Equations

The statement of Kaplansky's Unit Conjecture: The only units in a group ring, when the group is torsion-free and the ring is a field, are the trivial units.

Equations
@[inline]
abbrev 𝔽₂ :

The finite field on two elements.

Equations
instance ringElem :
Equations

The main constants of the group P.

@[inline]
abbrev P.x :
Equations
@[inline]
abbrev P.y :
Equations
@[inline]
abbrev P.z :
Equations
@[inline]
abbrev P.a :
Equations
@[inline]
abbrev P.b :
Equations

The components of the non-trivial unit α.

Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.

The non-trivial unit α.

Equations
  • One or more equations did not get rendered due to their size.

The components of the inverse α' of the non-trivial unit α.

The inverse α' of the non-trivial unit α.

Equations
  • One or more equations did not get rendered due to their size.

Verification #

The main verification of Giles Gardam's result.

A proof that the unit is non-trivial.

The fact that the counter-example α is in fact a unit of the group ring 𝔽₂[P] is verified by computing the product of α with its inverse α' and checking that the result is (1 : 𝔽₂[P]).

The computational aspects of the group ring implementation and the Metabelian construction are used here.

A proof of the existence of a non-trivial unit in 𝔽₂[P].

Equations
  • One or more equations did not get rendered due to their size.

Giles Gardam's result - Kaplansky's Unit Conjecture is false.