Specifically, I work with algebraic dynamical systems and with integral lattice constructions. If you already know what number theory is, skip to here.
Prime Conjectures
A prime number is a positive integer that has exactly
two factors, 1 and itself.
The first few prime numbers are
No even number other than 2 is prime, so other than 2 and 3, there are no pairs of consecutive primes. However, there are lots of pairs of primes that differ by 2: {3,5}, {5,7}, {11,13}, {17,19}, {29,31}.... These pairs are called twin primes. It is conjectured but not known that there are infinitely many twin primes.
Another famous unsolved conjecture about primes is
the Goldbach Conjecture, which
states that every even number greater than 4 is a sum of two primes.
For instance,
| 6 = 3 + 3 |
| 8 = 3 + 5 |
| 10 = 3 + 7 |
| 12 = 5 + 7 |
| 14 = 3 + 11 = 7 + 7 |
| 16 = 3 + 13 = 5 + 11 |
| 18 = 5 + 13 = 7 + 11 |
| 20 = 3 + 17 = 7 + 13 |
The Goldbach Conjecture is featured in the recent novel Uncle Petros and Goldbach's Conjecture by Apostolos Doxiadis.
Diophantine Problems
A Diophantine problem, named after the ancient Greek mathematician
Diophantus, is an equation in one or more variables for which we seek
either integer or rational solutions. The most famous of these
problems is
Fermat's Last Theorem, conjectured by Fermat in the seventeenth century and
finally proven in 1994, which states that
In the case where n = 2, positive solutions to the equation
x2 + y2 = z2, called Pythagorean triples,
are the integers which form the side lengths of a
right triangle. There are
infinitely many Pythagorean triples, and there is an elegant geometric
construction
using the unit circle that gives a general formula for all of them.
If we choose two postive integers m and n with no common prime factors, one
of which is even, and if m > n
then
| x = m2 - n2 |
| y = 2mn |
| z = m2 + n2 |
Applications
Number theory was once notorious for having no real-world applications
whatsoever. However, in recent decades, both prime factorization
(in the
RSA algorithm and related algorithms) and
Diophantine problems (in algorithms using
elliptic curves)
have become
essential components of public-key encryption systems.
When you send your credit card number over the web,
number theory keeps hackers from stealing it.
In the latter half of the twentieth century, the mathematical theory of chaos exploded onto the scene. Chaos most commonly manifests itself in dynamical systems.
The simplest way to form a dynamical system is to start with a function from a set to itself. For instance,
If we start with a number x, the orbit of x under f is the set of points
In this simple example, we can describe the orbits of various points systematically as follows.
UNDER CONSTRUCTION