Lemma·L21
Factorials are positive and richly divisible
n! is never zero, and every number up to n divides it.
In words
Every factorial is positive, and the factorial of n is divisible by each number from one up to n.
Never needed: F05 · F10 · F13 · A02 · A03 · A04 · A05 · A07 (computed from the citation graph, not asserted).
Proof
- 1
- 2
- 3Step: let and . By L15 (iii), splits as or .
- 4
- 5If : then by commutativity, so with witness . Either way , and T05 finishes.
∎
Remarks
Both halves feed directly into Euclid's theorem: positivity makes
at least
, so it has a prime divisor at all, and the divisibility clause is what expels that prime beyond
. The pattern of (ii), "a product is divisible by each of its factors", is the elementary core of the fundamental theorem of arithmetic.