Questions: Fundamental Theorem of Arithmetic (Rigorous)

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A student claims that unique prime factorization is 'obvious' because it's just a fact about integers — no real proof is needed. What important insight does the rigorous proof provide that this intuition misses?

AThe proof shows that 1 is actually a prime number, which is non-obvious
BThe proof reveals that unique factorization is not universal — it requires special conditions that hold in ℤ but fail in other number systems like ℤ[√−5], where 6 = 2·3 = (1+√−5)(1−√−5) are two genuinely different factorizations into irreducibles
CThe proof provides a faster algorithm for finding prime factors
DThe proof shows that strong induction, not weak induction, is the correct tool for all arithmetic facts
Question 2 Multiple Choice

Euclid's Lemma states that if a prime p divides ab, then p | a or p | b. Why is this lemma the crucial step in proving that prime factorization is unique?

AIt proves that every integer greater than 1 has at least one prime factor, establishing existence
BIt guarantees that if two factorizations p₁p₂···pₖ = q₁q₂···qₘ exist, then each pᵢ must equal some qⱼ — the lemma forces the two lists to match up element by element, so they cannot truly differ
CIt provides the efficient algorithm for computing prime factorizations
DIt shows that 1 is not prime, eliminating trivial counterexamples to uniqueness
Question 3 True / False

In the ring ℤ[√−5], the number 6 can be factored as both 2·3 and (1+√−5)(1−√−5), and these are genuinely different factorizations into irreducible elements — demonstrating that unique factorization does not hold universally.

TTrue
FFalse
Question 4 True / False

The number 1 is considered a prime number in the rigorous statement of the Fundamental Theorem of Arithmetic, since it can trivially be factored as a product of zero primes.

TTrue
FFalse
Question 5 Short Answer

Why does proving uniqueness of prime factorization require Euclid's Lemma (if p | ab then p | a or p | b), rather than following immediately from the definition of prime numbers?

Think about your answer, then reveal below.