THM0010canonicalv1FTA on tau-Idx
Fundamental Theorem of Arithmetic on tau-Idx: every n >= 2 has a unique prime factorization. Proved via strong induction (existence) and Euclid's Lemma (uniqueness).
Payload
FTA on tau-Idx
Fundamental Theorem of Arithmetic on tau-Idx: every n >= 2 has a unique prime factorization. Proved via strong induction (existence) and Euclid’s Lemma (uniqueness).
FTA on tau-Idx
Summary
Fundamental Theorem of Arithmetic on tau-Idx: every n >= 2 has a unique prime factorization. Proved via strong induction (existence) and Euclid’s Lemma (uniqueness).
Statement
%
\label{thm:fta-tau-idx}
Every $\underline{n} \geq \underline{2}$ in $\tau$-Idx
has a unique representation as a product of primes:
\[
\boxed{\underline{n}
= \underline{p_1}^{\underline{e_1}}
\times \underline{p_2}^{\underline{e_2}}
\times \cdots
\times \underline{p_k}^{\underline{e_k}}}
\]
where $\underline{p_1} < \underline{p_2} < \cdots
< \underline{p_k}$ are primes
and each $\underline{e_i} \geq \underline{1}$.
The representation is unique up to reordering
(and we fix ascending order by convention).
Proof / Justification
\emph{Existence.}
By strong induction on $\underline{n}$.
If $\underline{n}$ is prime, the factorization is
$\underline{n}$ itself.
If not, $\underline{n} = \underline{a} \times \underline{b}$
with $\underline{2} \leq \underline{a}, \underline{b}
< \underline{n}$.
By induction, both $\underline{a}$ and $\underline{b}$
have prime factorizations;
their product gives a factorization of $\underline{n}$.
\emph{Uniqueness.}
Suppose $\underline{n} = \underline{p_1}^{\underline{e_1}}
\times \cdots \times \underline{p_k}^{\underline{e_k}}
= \underline{q_1}^{\underline{f_1}}
\times \cdots \times \underline{q_l}^{\underline{f_l}}$.
Since $\underline{p_1} \mid \underline{n}$,
we have $\underline{p_1} \mid
\underline{q_j}^{\underline{f_j}}$ for some $j$
(by Euclid's Lemma, which holds on $\tau$-Idx
because the cancellation law holds in the semiring).
Since $\underline{q_j}$ is prime, $\underline{p_1}
= \underline{q_j}$.
By induction on the total number of prime factors,
the remaining factors agree.
Source Context
- Registry source:
book-01.jsonlline 53 - Manuscript source:
2nd-edition/book-i-categorical-foundations/02_mainmatter/part04/ch16-primes-divisibility.texlines 255-272
Lean / Formalization Notes
- Formalization:
formalized - Module:
TauLib.BookI.Coordinates.Primes - Name:
Tau.Coordinates.prime_product_exists, Tau.Coordinates.prime_product_unique
Dependencies
- Canonical: I.D19b, I.D11
Related Results
Generated by later projection phases.
Related Publications
Generated by later projection phases.
Revision Notes
- 2026-04-24: Initial pilot migration.
Identifiers
Aliases & legacy IDs
I.T09fta-on-tau-idxthm:fta-tau-idxRelease lines
corpus_v3_workingcorpus_v2Relations
Formalized by (2)
Appears in (1)
Downstream uses (computed) (6)
Items in the corpus that reference this one via load-bearing relations. Computed from the full corpus-v3 graph at build time.
FTH0028formal theorem
FTH0028formal theorem
FTH0072formal theorem
FTH0072formal theorem
PRF0005proof
PRF0005proofSources
Version & History
Status disclaimer
A Corpus Item page reports the program's current internal record for this item. It does not imply external verification, scientific consensus, or final proof unless explicitly stated. Read it together with its dependencies, formalization status, and the program's overall stance.