Basically I am trying to understand why Fundamental Theorem of Arithmetic (FTA) exists, i.e why a natural number cannot be factored primely in two or more different ways.
There are two proofs given on the wikipedia page for the uniqueness,
- Via Euclid's lemma 2. Elementary proof.
The second one, it is a proof by contradiction. The underlying reason behind this proof is a combination of the two facts,
- That there must exist a smallest number which can be uniquely factorized--kind of presumption of FTA's existence for a finite number of natural numbers--.
- A prime number cannot be factored. (The contradiction that we get at last is $p_1(k+1)=q_1$ but $q_1$ was assumed to be prime.)
The first fact makes sense to me as: We can show this for a finite number of natural numbers by brute-force, e.g. we can show that the numbers 1 to 15 can be uniquely factorized by making all the possible combinations of numbers less than 15.
My main problem in this elementary proof is the second fact. It doesn't give me an intuitive satisfaction which it could give if it were not the contradiction achieved but the starting point of our proof. The discoverer of this elementary proof must have it the other way round, i.e without contradiction. He should have used the fact $p_1(k+1)\neq q_1$ to prove the uniqueness of FTA(for natural numbers only). I don't know if he really had but is this possible?
The intrinsic fact (precisely the definition of a prime) that a prime cannot be factored should somehow directly imply the uniqueness of FTA. If there is some direct mathematical proof like that then this would give me a lot of satisfaction.
For a complete understanding of the first proof, I studied Euclid's lemma--which needed Bezout's identity--which further needed the concept of euclidean division. I've read all the stuff carefully but I am still not satisfied with them. I cannot grasp them for some reason, which I don't know.
How a simple Euclid division process can imply the Bezout's identity? That is what is the underlying reason (intuitive)?
In Bezout's identity we see that any number of form $ax+by$ is of the same form as the reminder obtained by dividing $a$ (or $b$) with $ax+by$ and the reminder should be 0. This is the kinda of the underlying reason. But this is not quite satisfactory to me. It's a weird fact! How the discoverer of the proof of Euclid's lemma would know that the fact that $ax+by$'s least value is $\gcd(a,b)$ implies Euclid's lemma? Is there some intuitive way to understand the chain,
Euclid's division $\implies$ Bezout's identity $\implies$ Euclid's lemma.
Or any intuitive way to understand directly why Euclid's lemma exists.
I don't know how to put it in words. I am not grasping all these things. All these mathematical proofs are just a way to justify the truth but they do not provide the answer to "Why is it the way it is?"
Please tell me some exhaustive intuitive explanation of some kind so that I could grasp all this stuff.
Thank you.
The text A Classical Introduction to Modern Number Theory by Ireland and Rosen discusses unique factorization in Chapter 1. The way they handle unique factorization in $\mathbb{Z}$ is by defining an operator $\operatorname{ord}_pn$ as the number of times a prime $p$ divides $n$ (i.e., $\operatorname{ord}_pn=k$ when $p^kq=n$ and $p\nmid q$). This operator has the nice property that $\operatorname{ord}_p(ab)=\operatorname{ord}_p(a)+\operatorname{ord}_p(b)$, which relies on properties of prime numbers (importantly, that whenever $p\mid ab$ then either $p\mid a$ or $p\mid b$), which follow from the Bezout identity. Of course, factorization into prime numbers at all is a consequence of $\left|a\right|<\left|ab\right|$. But then uniqueness follows from applying $\operatorname{ord}_p$ to both sides of the factorization for each prime which appears, since $n=\prod_qq^{a_q}$ becomes $\operatorname{ord}_p(n)=\sum_qa_q\operatorname{ord}_p(q)$, and when $p\neq q$, we have $\operatorname{ord}_p(q)=0$.
I like this way of going about it, because it makes it more clear that the prime numbers form a kind of basis of the integers under multiplication. You are even given a nice set of homomorphisms which can be used to project onto this basis!
Rereading your question, I realize I seem to have missed that you were concerned about the fact that a prime cannot be factored into (smaller) primes. This is something that is just by definition: a prime (also "irreducible element") is an element which has no divisors. That every factorization stops with a finite list of factors follows from the well-ordering of the natural numbers ("every subset of the natural numbers has a least element"), or by "strong induction." Assume there is a prime factorization for every number less than $n$, then construct a factorization for $n$ itself by either noting it is prime already, or writing it as $n=ab$, and since $a<n$ and $b<n$, both of these have factorizations, and so $n$ has one, too.
Another thing you mention is the Bezout identity. Here is an attempt at communicating my intuition. Imagine you have two numbers $x$ and $y$, and take all multiples of these two numbers and arrange them along the number line, the multiples of $x$ marked with a red dot and the multiples of $y$ marked with a blue dot. The greatest common divisor $d$ is a number such that every number with either a red or blue dot is a multiple of it. That is, if you marked all multiples of the GCD with a green dot, then wherever there is a red or blue dot, there is also a green dot, and there aren't more green dots than needed for this to happen. Notice that the blue, red, and green dots are all evenly spaced. First, let us ask "what is division?" Essentially, dividing a number by $x$ is about finding one of the closest red dots to that number, and a number is evenly divided by $x$ if that number has a red dot next to it. Back to the GCD: if you can locate where the red and blue dots come closest without overlapping, that distance is the GCD. If the number with the red dot is $ax$ and the number with the blue dot is $by$, then $|ax-by|=d$, the Bezout identity.
Your claim that the fact a prime cannot be factored should imply unique factorization is not true. As I mentioned earlier, the definition of a prime is that it cannot be factored into smaller numbers, but here are other number systems where this is not enough to give unique factorizations. For instance, if we throw $\sqrt{-5}$ into the integers, then $2$, $3$, $1+\sqrt{-5}$, and $1-\sqrt{-5}$ are all prime, but $6=2\cdot3=(1+\sqrt{-5})(1-\sqrt{-5})$, so unique factorization does not hold.