Name the Fact
Stipulations
Definitions
2+2 is 4 minus 1 that's three quick maths
Miscellaneous
100

This states that if p is prime and p | ab, p must divide a or b (or both).

Euclid's lemma

100

In order for a number n to have an inverse (mod m), this must be true.

gcd(n, m) = 1

100

Write the formal definition of a | b

There exists integer k with ak = b

100

Compute phi(41)

40

100

Write the decimal number 39 in base 3

1110

200

This method of proof assumes that if the desired statement is true for a certain value and, whenever it is assumed for a general value it is true for one more than that value, then it must be true for all natural numbers

Induction

200

In order to apply Fermat's Little Theorem and assert that a^(p - 1) is congruent to 1 (mod p), this must be true about p.

It is prime

200

What do we call the smallest natural number x such that a^x is congruent to 1 (mod m)

The order of a (mod m)


200

Compute 8^14 (mod 13)

12

200

Find the number of 0's at the end of 2026!

505

300

This theorem asserts that every natural number has a unique prime factorization.

Fundamental Theorem of Arithmetic

300

Euler's totient function is multiplicative, i.e. phi(ab) = phi(a)phi(b) assuming this.

a and b are relatively prime

300

Write the formal definition of a is congruent to b (mod m)

m | (b - a)

300
Find all solutions to the congruence: 7x is congruent to 2 (mod 11)
x is congruent to 5 (mod 11)


300

Give a number (other than 1) that has an odd number of factors

any perfect  square

400

This process relies on the fact that if a = qb + r, gcd(a, b) = gcd(b, r)

Euclidean algorithm

400

If we have a Diophantine equation ax + by = c, there will be integer solutions (x, y) assuming this.

gcd(a, b) divides c

400

If there exists a number x such that x^2 is congruent to a (mod m), what do we call a (mod m)

Quadratic residue

400

Find the sum of the divisors of 120 (including 120)

360

400

Find the sum 1 + 3 + 5 +... + 197 + 199

10,000

500

This theorem guarantees that if we have a system of congruences over moduli m1, m2, ..., mk, then there exists a solution mod (m1*m2*...*mk)

Chinese Remainder Theorem

500

Over a modulus p, where p is an odd prime, there will always be this many nonzero quadratic residues.

(p - 1)/2

500

Given x and y, what do we call all expressions of the form ax + by where a and b are integers?

Linear combinations

500

Compute 39^54 (mod 110)

1

500

Find the units digit of 3^2026 + 7^2026 + 9^2026

1

M
e
n
u