The Hermite–Lindemann–Weierstraß Transcendence Theorem

Manuel Eberl 🌐

March 3, 2021

This is a development version of this entry. It might change over time and is not stable. Please refer to release versions for citations.

Abstract

This article provides a formalisation of the Hermite-Lindemann-Weierstraß Theorem (also known as simply Hermite-Lindemann or Lindemann-Weierstraß). This theorem is one of the crowning achievements of 19th century number theory.

The theorem states that if α1,,αnC are algebraic numbers that are linearly independent over Z, then eα1,,eαn are algebraically independent over Q.

Like the previous formalisation in Coq by Bernard, I proceeded by formalising Baker's version of the theorem and proof and then deriving the original one from that. Baker's version states that for any algebraic numbers β1,,βnC and distinct algebraic numbers αi,,αnC, we have β1eα1++βneαn=0 if and only if all the βi are zero.

This has a number of direct corollaries, e.g.:

  • e and π are transcendental
  • ez, sinz, tanz, etc. are transcendental for algebraic zC{0}
  • lnz is transcendental for algebraic zC{0,1}

License

BSD License

Topics

Session Hermite_Lindemann