The basic definition
A twin-prime pair is a pair of prime numbers with a difference of 2, such as (3, 5), (5, 7), or (11, 13). Once numbers get larger, twin primes become less frequent, but they continue to appear in many finite ranges. In that sense, twin primes are both easy to define and easy to observe locally, which is part of why they are so inviting as an entry point into deeper number theory.
Why gap 2 matters
A gap of 2 is the smallest possible gap between odd prime numbers. That makes twin primes the simplest nontrivial prime-gap pattern, and it is one reason they sit so close to the center of prime-number research. The prime-gaps page broadens that same idea by asking how far apart consecutive primes are in general, while the twin-prime story focuses on the most tightly packed odd-prime case.
The early exception and the usual pattern
The pair (3, 5) is a special early case because it includes the only odd prime that is also divisible by 3. After that, twin-prime pairs typically look like (6k - 1, 6k + 1). This does not force a number to be prime, but it explains why Mod 6 keeps appearing in twin-prime discussions and why the middle value, the twin center, usually lands on a multiple of 6.
Why twin centers help
Instead of tracking a pair as two separate primes, the site often highlights the number in the middle. If (p, p + 2) is a twin-prime pair, then p + 1 is its twin center. This compression makes it easier to count, visualize, and compare twin-prime structure across a range, especially in the Lab and the Analysis views. It is one of the clearest examples of how the site turns the same mathematics into a more readable structure.
Why people care about them
The twin prime conjecture asks whether infinitely many twin-prime pairs exist. That question is still open. The pattern is easy to understand, but proving it continues forever is much harder than finding many examples. That contrast between visible finite evidence and a missing infinite proof is exactly what makes twin primes so educationally rich.
What is known and what is still conjectured
Some important facts are already proven. Brun's theorem shows that twin primes are sparse enough that the sum of their reciprocals converges, and bounded-gap results show that primes come within some fixed finite distance infinitely often. But neither of those results proves that gap 2 itself repeats forever. The expectation that infinitely many twin primes exist comes from strong heuristics and extensive computation, not from a completed proof. This is why the conjecture page, the short solved-or-not page, and the bounded-gap pages all sit close to this one in the site's reading path.
How to explore twin primes on this site
TwinPrimeExplorer.com treats twin primes as something you can see, inspect, and interpret from several angles. Open the Lab when you want the pattern field first, especially with twin centers and Mod 6 structure visible at the same time. Use Explorer when you want exact examples row by row. Use Analysis when you want modular summaries, spacing behavior, density, and a rough expected-count benchmark. Use Theory when you want the broader research story around the same pattern. A useful next step after this page is often to compare the visible gap-2 pattern in the tools with the more careful theorem-versus-conjecture language on the conjecture and Zhang pages.