Number Theory Question 2: Proving pn | mn Using Prime Factorization

trap101
Messages
339
Reaction score
0
Let p be a prime and let m and n be natural numbers. Prove that p | mn implies pn | mn.

Attempt:

Since mn can be written out as a product of primes i.e: p1p2...pn in which p is a divisor.

Raising mn means that there would exist pn primes for each factor of m: mn = m1m2...mn = (p1...pn)1(p1...pn)2...(p1...pn)n = p1a1p2a2...pnan

which means pn | mn.

Is there anything I'm missing to clean it up?

Cheers for the help.
 
Last edited:
Physics news on Phys.org
It seems ok but could be written better.

Like you said m is a product of primes so let's write m as m=p_1^{\alpha_1}p_2^{\alpha_2}\ldots p_t^{\alpha_t}. Then m^n = \left(p_1^{\alpha_1}p_2^{\alpha_2}\ldots p_t^{\alpha_t}\right)^n = p_1^{n\alpha_1}p_2^{n\alpha_2}\ldots p_t^{n\alpha_t}. Since p|m^n, p|p_i for 1\leq i\leq t.
Let p_j be that p. Then p|p_j. Since p_j is prime, p=p_j.

p|m^n=p_1^{n\alpha_1}p_2^{n\alpha_2}\ldots p_j^{n\alpha_j} p_t^{n\alpha_t}.

n\alpha_j\geq n so p^n|p_j^{n\alpha_j}\Rightarrow p^n|m^n
 
i would prove p|m first. then pn|mn is rather obvious.

in intuitive terms, we don't get "any new prime factors" when we take a power.

again p|mn → p|m is a simple application of the fact:

p|ab → p|a or p|b, which some people take as a definition of prime (it generalizes well to more general settings).

(a "rigorous" proof of p|mn→p|m would use induction on n, but i feel that's over-kill).
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top