I'm trying to deduce the following sentence using only Peano Axioms:
"There exist infinite prime numbers"
Since PA is known to be incomplete, its possible there is no such proof supporting the sentence from PA's axioms.
How can I tell if the sentence is indeed unprovable?
The proof of Euclid's theorem asserting that there are infinitely many prime numbers is proved from first-order Peano axioms into :
Here is a sketch of the proof.
Definitions [page 191]:
i) $a|b$ [read $a$ divides $b$] is an abbreviation for : $\exists c \ (a \times c = b)$.
ii) $Pr(a)$ [read "$a$ is prime"] is : $a > 1 \land \lnot \exists c \ ( 1 < c < a \land c|a)$.
Using them, Euclid's theorem is :
The result needs a preliminary Lemma [page 192]:
The proof of the Lemma is by induction on $a$ : it is needed because in the system there is no term to express the function $a!$.