Number Theory

The study of integers and their properties. Often called the "Queen of Mathematics," number theory explores the fundamental nature of numbers, divisibility, prime numbers, and modular arithmetic.

Number Theory Topics

Prime Number
Number Theory

Prime Number

A natural number greater than 1 that has no positive divisors other than 1 and itself. The building blocks of all integers through the Fundamental Theorem of Arithmetic.

Read More →
Composite Number
Number Theory

Composite Number

A positive integer that has at least one divisor other than 1 and itself. Every composite number can be expressed as a product of prime numbers.

Full article →
Modular Arithmetic
Number Theory

Modular Arithmetic

A system of arithmetic for integers where numbers "wrap around" after reaching a certain value called the modulus. Essential for cryptography and computer science.

Read More →
Congruence
Number Theory

Congruence

Two integers are congruent modulo n if they have the same remainder when divided by n. Written as a ≡ b (mod n), forming the basis of modular arithmetic.

Full article →
Divisibility
Number Theory

Divisibility

An integer a is divisible by b if there exists an integer c such that a = bc. The foundation for understanding factors, multiples, and number relationships.

Full article →
Greatest Common Divisor
Number Theory

Greatest Common Divisor (GCD)

The largest positive integer that divides both numbers without remainder. Computed efficiently using the Euclidean algorithm.

Full article →
Least Common Multiple
Number Theory

Least Common Multiple (LCM)

The smallest positive integer that is divisible by both numbers. Related to GCD by the formula: lcm(a,b) × gcd(a,b) = |a × b|.

Full article →
Euclidean Algorithm
Number Theory

Euclidean Algorithm

An efficient method for computing the greatest common divisor of two integers. One of the oldest algorithms still in common use today.

Full article →
Prime Factorization
Number Theory

Prime Factorization

The decomposition of a composite number into a product of prime numbers. Unique for each integer by the Fundamental Theorem of Arithmetic.

Full article →
Sieve of Eratosthenes
Number Theory

Sieve of Eratosthenes

An ancient algorithm for finding all prime numbers up to a specified integer. Works by iteratively marking multiples of each prime starting from 2.

Full article →
Fermat's Little Theorem
Number Theory

Fermat's Little Theorem

If p is prime and a is not divisible by p, then a^(p-1) ≡ 1 (mod p). Fundamental for primality testing and cryptography.

Full article →
Euler's Totient Function
Number Theory

Euler's Totient Function

φ(n) counts the positive integers up to n that are coprime to n. Essential in RSA encryption and Euler's generalization of Fermat's theorem.

Full article →
Chinese Remainder Theorem
Number Theory

Chinese Remainder Theorem

A system of simultaneous congruences with pairwise coprime moduli has a unique solution modulo the product of the moduli.

Full article →
Diophantine Equations
Number Theory

Diophantine Equations

Polynomial equations where only integer solutions are sought. Named after the ancient Greek mathematician Diophantus of Alexandria.

Full article →
Perfect Number
Number Theory

Perfect Number

A positive integer equal to the sum of its proper divisors. Examples: 6 = 1+2+3, 28 = 1+2+4+7+14. All even perfect numbers are related to Mersenne primes.

Full article →
Mersenne Prime
Number Theory

Mersenne Prime

A prime number of the form M_n = 2^n - 1. The search for large primes often focuses on Mersenne primes due to efficient primality testing.

Full article →
Twin Prime
Number Theory

Twin Prime

A pair of prime numbers that differ by 2. Examples: (3,5), (5,7), (11,13). The Twin Prime Conjecture states there are infinitely many such pairs.

Full article →
Goldbach's Conjecture
Number Theory

Goldbach's Conjecture

Every even integer greater than 2 can be expressed as the sum of two primes. One of the oldest and best-known unsolved problems in number theory.

Full article →
Riemann Hypothesis
Number Theory

Riemann Hypothesis

Concerning the distribution of prime numbers, this conjecture about the zeros of the Riemann zeta function is one of the seven Millennium Prize Problems.

Full article →
Quadratic Residue
Number Theory

Quadratic Residue

An integer q is a quadratic residue modulo n if it is congruent to a perfect square modulo n. Described by the Law of Quadratic Reciprocity.

Full article →
Primitive Root
Number Theory

Primitive Root

A number g is a primitive root modulo n if every number coprime to n is congruent to a power of g modulo n. Important in cryptography.

Full article →
Arithmetic Function
Number Theory

Arithmetic Function

Functions defined on positive integers with properties like multiplicativity. Examples include divisor functions and the Möbius function.

Full article →
Möbius Function
Number Theory

Möbius Function

A multiplicative function μ(n) used in the Möbius inversion formula. Key to the inclusion-exclusion principle in number theory.

Full article →
P-adic Number
Number Theory

P-adic Numbers

An extension of the rational numbers different from the real numbers. Used in advanced number theory and mathematical physics.

Full article →
Continued Fraction
Number Theory

Continued Fraction

An expression obtained through an iterative process of representing a number as the sum of its integer part and the reciprocal of another number.

Full article →
Cryptography
Number Theory

Number Theory in Cryptography

Modern encryption systems like RSA rely heavily on number theory concepts, especially the difficulty of factoring large integers.

Full article →
Algebraic Number Theory
Number Theory

Algebraic Number Theory

Studies algebraic numbers and algebraic integers using abstract algebra techniques. Bridges number theory with algebraic geometry.

Full article →
Analytic Number Theory
Number Theory

Analytic Number Theory

Uses methods from mathematical analysis to solve problems about integers. The prime number theorem is a famous result in this field.

Full article →