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.

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. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Composite Number.

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.

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. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Congruence.

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.

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. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Divisibility.

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.

The largest positive integer that divides both numbers without remainder. Computed efficiently using the Euclidean algorithm. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Greatest Common Divisor (GCD).

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|.

The smallest positive integer that is divisible by both numbers. Related to GCD by the formula: lcm(a,b) × gcd(a,b) = |a × b|. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Least Common Multiple (LCM).

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.

An efficient method for computing the greatest common divisor of two integers. One of the oldest algorithms still in common use today. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Euclidean Algorithm.

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.

The decomposition of a composite number into a product of prime numbers. Unique for each integer by the Fundamental Theorem of Arithmetic. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Prime Factorization.

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.

An ancient algorithm for finding all prime numbers up to a specified integer. Works by iteratively marking multiples of each prime starting from 2. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Sieve of Eratosthenes.

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.

If p is prime and a is not divisible by p, then a^(p-1) ≡ 1 (mod p). Fundamental for primality testing and cryptography. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Fermat's Little Theorem.

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.

φ(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. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Euler's Totient Function.

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.

A system of simultaneous congruences with pairwise coprime moduli has a unique solution modulo the product of the moduli. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Chinese Remainder Theorem.

Diophantine Equations
Number Theory

Diophantine Equations

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

Polynomial equations where only integer solutions are sought. Named after the ancient Greek mathematician Diophantus of Alexandria. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Diophantine Equations.

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.

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. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Perfect Number.

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.

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. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Mersenne Prime.

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.

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. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Twin Prime.

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.

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. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Goldbach's Conjecture.

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.

Concerning the distribution of prime numbers, this conjecture about the zeros of the Riemann zeta function is one of the seven Millennium Prize Problems. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Riemann Hypothesis.

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.

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. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Quadratic Residue.

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.

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. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Primitive Root.

Arithmetic Function
Number Theory

Arithmetic Function

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

Functions defined on positive integers with properties like multiplicativity. Examples include divisor functions and the Möbius function. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Arithmetic Function.

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.

A multiplicative function μ(n) used in the Möbius inversion formula. Key to the inclusion-exclusion principle in number theory. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Möbius Function.

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.

An extension of the rational numbers different from the real numbers. Used in advanced number theory and mathematical physics. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to P-adic Numbers.

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.

An expression obtained through an iterative process of representing a number as the sum of its integer part and the reciprocal of another number. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Continued Fraction.

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.

Modern encryption systems like RSA rely heavily on number theory concepts, especially the difficulty of factoring large integers. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Number Theory in Cryptography.

Algebraic Number Theory
Number Theory

Algebraic Number Theory

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

Studies algebraic numbers and algebraic integers using abstract algebra techniques. Bridges number theory with algebraic geometry. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Algebraic Number Theory.

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.

Uses methods from mathematical analysis to solve problems about integers. The prime number theorem is a famous result in this field. This topic is fundamental to understanding advanced mathematics and has wide applications in science and engineering.

Key concepts: definitions, theorems, proofs, and worked examples related to Analytic Number Theory.