-3

UPDATE/WARNING: DO NOT READ (WASTE OF TIME)

The effort I put in here is now an embarrassment as it goes nowhere. I can't delete this posting since there is an answer, but if a moderator could delete it I would be much obliged.

I deleted all my work here (including comments and answers) and have rolled the question back to the original posting, except for this update.


Let $n$ be any integer greater than $1$.

Let $p$ be any prime factor of $n$.

Consider any factorization of $n$,

$\tag 1 n = ab$

Write both $a$ and $b$ using their $\text{Base-p}$ representations.

$\tag 2 a = a_0 + a_1 p + a_2 p^2 + a_3 p^3 + \dots$

$\tag 3 b = b_0 + b_1 p + b_2 p^2 + b_3 p^3 + \dots$

By the elementary theory found here, the only way $p$ can divide the product $ab$

$\quad$ = rhs of $\text{(2)}$ $\times$ rhs of $\text{(3)}$

is if $a_0 = 0$ or $b_0 = 0$.

Summarizing,

Proposition 1: Let $n$ be any integer with a prime factor $p$ and let $n = ab$.
Then $p$ must divide either $a$ or $b$.

Continuing, we know that if $n \gt 1$ the first integer greater than $1$ that divides into $n$, $\gamma(n)$, is a prime, the minimal prime factor.

Any integer $n$ can be factored in prime numbers, but an easy argument using proposition 1 guarantees that $\gamma(n)$ must appear in any factorization.

Theorem 2: Any two factorizations of an integer $n \gt 1$ into primes must agree.
Proof
Let

$\tag 4 n = \gamma(n)\, p_1 p_2 \dots$

$\tag 5 n = \gamma(n)\, q_1 q_2 \dots$

be any two factorizations. We can factor out $\gamma(n)$ in both representations. Now each remaining representation is either empty or contains more factors. If necessary, then, repeat, factoring out

$\gamma(\frac{n}{\gamma(n)})$

In this way all factors are matched up and uniqueness is guaranteed. $\quad \blacksquare$

CopyPasteIt
  • 11,366
  • 2
    Here it seems you are attempting to rediscover the common proof of the uniqueness of prime factorizations using Euclid's Lemma (a prime divides a product $\iff$ it divides some factor), But that proof has been given here many times, e.g. the theorem here.. So it's not clear why you don't simply refer to the well-known common proofs. – Bill Dubuque May 22 '19 at 18:12
  • If you can elaborate more on what you are attempting to do then perhaps I can be or more help. But I'm still puzzled about your goals. – Bill Dubuque May 22 '19 at 18:38
  • 1
    There are many ways to organize such proofs. But there is usually little interest in enumerating all the possibilities since number theorists are usually interested in employing concepts that generalize to other number rings so are more to the essence of the matter. – Bill Dubuque May 23 '19 at 14:14

1 Answers1

4

Well, I didn't bother reading the linked stuff, but there are certainly omissions here.

For instance, talking about "the first integer greater than $1$ that divides into $n$" should probably be supported with two facts: the set $S$ of integers greater-than-one dividing $n$ contains $n$, hence is nonempty, hence, by the well-ordering principle, has a least element.

Then you also need to make the point that this least element is indeed prime.

The claim that "any integer can be factored into primes" again requires some proof (and again, the well-ordering principle might want to be involved). You probably want to talk about positive integers here, too9.

For your claim that any two factorizations "agree," I think you need to define "agreement." For instance, 2 is the smallest prime factor of 12, but

12 = 2 * 2 * 3
12 = 3 * 2 * 2

don't "agree", at least not term-by-term. So there's more work to do here.

If you're going to give an elementary proof, you need to actually prove everything.

One example of something that needs proving: that a (positive) integer has a unique base-$p$ representation. That claim might well depend on FTA (although I doubt it, offhand). Anyhow, without a citation to a proof, I have to regard your very starting point as suspect.

In short: you've got an OK idea here, but not something I'd accept as an elementary proof.

John Hughes
  • 93,729
  • 2
    To show FTA, you can use logic and algebra, too. The question is "does that logic rely on FTA?" Without knowing that, you don't know whether your overall proof is circular. Also: changing the question after you've gotten a detailed answer is kind of rude -- it makes the answer/answerer look stupid. The right thing to do is to ask a new question. (By the way, the changes you made really represent no improvement to my way of thinking. The claim "there has to be a match up" is vague, and all you can really claim is that for some $i$, you know that $\gamma(n)$ divides $p_i$.) – John Hughes May 22 '19 at 21:50