- PRIMES(Previously considered a candidate for BPP\P; now known to be in P via the AKS primality algorithm)
- The decision problem of determining whether a given number is prime
- Pratt's primality certificates(as used in computational mathematics)
- A mathematical method created by mathematician Vaughn Pratt that provides proof a number is prime (only divisible by 1 and itself) in a concise, verifiable way.
- coNP membership(as used in computational complexity theory)
- A classification in computer science meaning a problem is part of a special category where you can quickly verify that something is NOT a solution, even if finding the answer itself is hard.
- composite numbers(as used in number theory)
- Numbers that can be divided evenly by numbers other than just 1 and themselves—basically, numbers that are NOT prime (like 4, 6, 8, 9, etc.).
- factor pairs(as used in number theory)
- Two numbers that multiply together to make another number; for example, 3 and 4 are a factor pair of 12 because 3 × 4 = 12.
- number-theoretic structure(as used in mathematics)
- The underlying mathematical patterns and relationships that exist within numbers and how they relate to each other.
- polynomial-length form(as used in computational complexity)
- A way of writing or representing information that stays reasonably short, growing only gradually as the numbers involved get bigger (rather than exploding in size).