Why 1 Is Not A Prime Number

Adina Socaci
6 min readJul 10, 2023

--

The concept of prime numbers has intrigued mathematicians for centuries. A prime number is defined as a positive integer greater than 1, which has no positive divisors other than 1 and itself. However, the number 1 fails to meet this criterion and is excluded from the set of prime numbers.

Prime numbers — what are they ?

Prime numbers possess a fundamental property that distinguishes them from all other integers: they are divisible only by 1 and themselves. For instance, the number 7 is a prime because its only divisors are 1 and 7.

Prime numbers possess several unique characteristics:

  1. Divisibility: Prime numbers are indivisible, meaning they cannot be divided by any other positive integer without leaving a remainder. This property distinguishes them from composite numbers.
  2. Factors: Prime numbers have no factors other than 1 and themselves. In other words, they cannot be expressed as a product of two smaller positive integers. For example, 5 is prime because it cannot be factored into smaller whole numbers, whereas 6 is composite because it can be expressed as 2 * 3.
  3. Distribution: Prime numbers are distributed seemingly randomly among all positive integers. There is no known formula to predict the occurrence of prime numbers, and they become less frequent as numbers get larger. This irregular distribution adds to the intrigue and complexity surrounding prime numbers.
  4. Fundamental Theorem of Arithmetic: The Fundamental Theorem of Arithmetic states that every positive integer greater than 1 can be expressed uniquely as a product of prime factors. This theorem highlights the importance of prime numbers in the unique factorization of integers.

Prime numbers play a vital role in various areas of mathematics and beyond:

  1. Cryptography: Prime numbers are extensively used in modern cryptography algorithms, such as RSA encryption, due to the difficulty of factoring large prime numbers.
  2. Number Theory: Prime numbers are a central topic in number theory, the branch of mathematics that studies properties and relationships of integers. Many unsolved problems and conjectures in number theory revolve around prime numbers.
  3. Prime Factorization: Prime factorization is the process of expressing a number as a product of prime numbers. Prime numbers are the building blocks of this factorization process, allowing us to break down composite numbers into their prime factors.
  4. Sieve of Eratosthenes: The Sieve of Eratosthenes is an ancient algorithm used to find all prime numbers up to a given limit. It leverages the properties of prime numbers to efficiently identify primes and filter out composites.

Fun Facts

  1. Infinity of Primes: There are infinitely many prime numbers. This was proven by the ancient Greek mathematician Euclid around 300 BCE. Euclid’s proof shows that there is no largest prime number, and prime numbers continue infinitely in both directions.
  2. Twin Primes: Twin primes are pairs of prime numbers that have a difference of 2. For example, (3, 5), (11, 13), and (17, 19) are twin prime pairs. Twin primes have captivated mathematicians, and the Twin Prime Conjecture suggests that there are infinitely many twin primes, although it has not been proven yet.
  3. Mersenne Primes: Mersenne primes are prime numbers that can be written in the form 2^n — 1, where n is also a prime number. They are named after the French mathematician Marin Mersenne. As of 2021, the largest known prime number is a Mersenne prime with 82,589,933 digits.
  4. Prime Number Patterns: Prime numbers exhibit interesting patterns. For example, primes greater than 3 can only be of the form 6k ± 1, where k is a positive integer. This means that prime numbers (except 2 and 3) are often found in pairs, with one number being 6k + 1 and the other being 6k — 1.
  5. Prime Number Records: Prime numbers can be incredibly large. The discovery of large prime numbers has been facilitated by distributed computing projects such as the Great Internet Mersenne Prime Search (GIMPS). GIMPS has discovered many record-breaking prime numbers, including the largest known prime number.
  6. Prime Number Digits: Prime numbers can have various patterns in their digit sequences. For example, prime numbers ending in 1, 3, 7, or 9 are more common than those ending in other digits. However, prime numbers do not have any predictable repeating digit patterns.
  7. Prime Factorization Challenge: Prime factorization, the process of finding the prime factors of a number, can be a challenging task for large numbers. Prime factorization is a fundamental concept in number theory and is essential for cryptography algorithms like RSA.
  8. Primes and Cryptography: Prime numbers play a crucial role in modern cryptography. Their difficulty in factorization is utilized in encryption algorithms like RSA, where the security relies on the large prime factors of extremely large numbers.

Integer Numbers

Integer numbers are a set of numbers that includes both positive and negative whole numbers, along with zero. Integers are represented by the symbol “ℤ” and can be expressed as follows:

ℤ = {…, -3, -2, -1, 0, 1, 2, 3, …}

They can be classified into several categories based on their properties. Let’s explore three important types: prime numbers, composite numbers, and units.

Prime Numbers: Prime numbers are positive integers greater than 1 that have exactly two positive divisors: 1 and the number itself. In other words, prime numbers cannot be divided evenly by any other positive integer except 1 and themselves.

Examples of prime numbers: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, …

Composite Numbers: Composite numbers are positive integers greater than 1 that have more than two positive divisors. In other words, composite numbers can be evenly divided by at least one positive integer other than 1 and themselves. Some important characteristics of composite numbers include:

  • Composite numbers have more than two divisors.
  • They can be factored into smaller positive integers.
  • Composite numbers include all positive integers greater than 1 that are not prime.

Examples of composite numbers: 4, 6, 8, 9, 10, 12, 14, 15, 16, 18, …

Units: Units, also known as “multiplicative inverses,” are special integers that have a reciprocal, resulting in a product of 1 when multiplied together. In other words, units have a multiplicative inverse that is also an integer. The two most common units are 1 and -1. Some properties of units include:

  • Units have exactly two divisors: 1 and the number itself.
  • Units can divide any integer without leaving a remainder.
  • Units are crucial in number systems and mathematical operations.

Examples of units: 1, -1.

So, what about 1?

The exclusion of 1 from the set of prime numbers can be traced back to the ancient Greeks, particularly mathematicians like Euclid. In his influential work, “Elements,” Euclid established a foundational framework for understanding prime numbers and explicitly stated that 1 should not be considered prime. This historical precedent laid the groundwork for modern mathematical conventions.

To further illustrate the non-primality of 1, we examine its divisibility characteristics. Any integer can be divided evenly by 1, making it a divisor of every positive integer. Therefore, considering 1 as prime would violate the unique property of prime numbers having exactly two distinct divisors, namely 1 and the number itself.

The Unique Factorization Theorem supports the exclusion of 1 from prime numbers. This theorem states that every positive integer greater than 1 can be expressed uniquely as a product of prime factors. If 1 were considered prime, this theorem would become invalid, as 1 could be factored into an infinite number of prime factors (e.g., 2⁰, 3⁰, 5⁰, etc.), which contradicts the uniqueness of prime factorization.

Considering 1 as prime would also disrupt the efficient algorithms used for prime factorization and prime sieving, such as the Sieve of Eratosthenes. These algorithms work under the assumption that primes have exactly two divisors, which simplifies the identification and manipulation of prime numbers. Including 1 as prime would complicate these computational methods.

To further solidify our argument, let’s examine some examples and counterexamples. Take the number 11; it is prime because it has only two divisors, 1 and 11. On the other hand, 1 has only one divisor (1), thus failing the criteria of a prime number. This example highlights the distinction between primes and the number 1.

By analyzing the unique properties of prime numbers, such as their divisibility and factorization characteristics, we can definitively state that 1 is not considered prime. Understanding the distinction between 1 and prime numbers contributes to a clearer understanding of the fundamental principles of number theory and primes in particular.

--

--

Adina Socaci
Adina Socaci

Written by Adina Socaci

Tech | Science | Languages | Having Fun

No responses yet