Given that p is a prime? (Review/verify this proof)?

In summary: I'm glad I could help you with your proof. In summary, given a prime number p and an integer a, if p divides a to the power of n, then p to the power of n also divides a to the power of n. This can be proven by showing that if p divides a, then p to the power of n also divides a to the power of n.
  • #1
Math100
756
202
Homework Statement
Given that ##p## is a prime and ##p\mid a^n ##, prove that ## p^n \mid a^n ##.
Relevant Equations
None.
Proof:

Suppose that p is a prime and ##p \mid a^n ##.
Note that a prime number is a number that has only two factors,
1 and the number itself.
Then we have (p*1)##\mid##a*## a^{(n-1)} ##.
Thus p##\mid##a, which implies that pk=a for some k##\in\mathbb{Z}##.
Now we have ## a^n ##=## (pk)^n ##
=## p^n k^n ##.
This means ##p^n \mid a^n ##.
Therefore, given that p is a prime and ##p \mid a^n ##,
we have proven that ##p^n \mid a^n ##.
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
You don't have to encapsulate every single letter or symbol. ## stands for "begin math mode" and "end math mode", so it is ##a^n = (pk)^n ## to get ##a^n=(pk)^n## or ##p \mid a^n ## to get ##p \mid a^n. ##

Here is your corrected code:
Code:
Proof:        Suppose that ##p## is a prime and ##p\mid a^n ##.
                 Note that a prime number is a number that has only two factors,
                 ##1## and the number itself.
                 Then we have ##(p*1)\mid a* a^{n-1} ##.
                 Thus ##p\mid a##, which implies that ## pk=a## for some ##k \in\mathbb{Z}##.
                 Now we have ## a^n = (pk)^n = p^nk^n ##.
                 This means ## p^n \mid a^n ##.
                 Therefore, given that p is a prime and ##p\mid a^n ##,
                 we have proved that ## p^n \mid  a^n ##.
 
Last edited:
  • #3
Math100 said:
Homework Statement:: Given that ##p## is a prime and ##p\mid a^n ##, prove that ## p^n \mid a^n ##.
Relevant Equations:: None.

Proof: Suppose that ##p## is a prime and ##p\mid a^n ##.
Note that a prime number is a number that has only two factors,
##1## and the number itself.
Then we have ##(p*1)\mid a* a^{n-1} ##

We have ##p\,|\,a^n.##

The easiest way to continue is to use the definition of a prime: If it divides a product, then it already divides a factor. This gives us directly ##p\,|\,a.## Etc.

Another way is to write ##a=p_1\cdot \ldots \cdot p_m## as a product of primes. Then ##p\,|\,p_1^n\cdot\ldots\cdot p_m^n## and ##p=p_1## without loss of generality. Etc.
Math100 said:
Thus ##p\mid a##,...

Why? It is true, but why? You cannot conclude ##p\,|\,a## from ##p\cdot 1= a\cdot a^{n-1}## without explanation. E.g. ##4\cdot 1 \,|\, 6\cdot 6^2 ## but ##4\nmid 6.##

Math100 said:
... which implies that ## pk=a## for some ##k \in\mathbb{Z}##.
Now we have ## a^n = (pk)^n = p^nk^n ##.
This means ## p^n \mid a^n ##.
Therefore, given that p is a prime and ##p\mid a^n ##,
we have proved that ## p^n \mid a^n ##.
 
  • Like
Likes Math100
  • #4
I'll use/apply the first way. Here's my revised proof:

Suppose that ##p## is a prime and ##p\mid a^n ##.
Note that if a prime number divides a product of integers,
then it must divide one of the factors from a product of integers.
This gives us ##p\mid a##, which implies that ## pk=a## for some ##k \in\mathbb{Z}##.
Then we have ## a^n = (pk)^n= p^nk^n ##.
Thus ## p^n \mid a^n ##.
Therefore, given that p is a prime and ##p\mid a^n ##,
we have prove that ##p^n\mid a^n ##.
 
  • Like
Likes fresh_42
  • #5
Thank you!
 

1. What is the definition of a prime number?

A prime number is a positive integer that is only divisible by 1 and itself. In other words, it has exactly two factors.

2. How can we prove that a number is prime?

One way to prove that a number is prime is by using the fundamental theorem of arithmetic, which states that every positive integer can be uniquely expressed as a product of primes. If a number can only be expressed as a product of itself and 1, then it is prime.

3. What is the significance of using the phrase "given that p is a prime" in a proof?

Using the phrase "given that p is a prime" in a proof indicates that the statement being proven is only true for prime numbers. This allows us to make specific conclusions about the properties of prime numbers.

4. Can we assume that all prime numbers follow the same rules and properties?

Yes, all prime numbers follow the same rules and properties. This is because prime numbers are a unique set of numbers that have only two factors, making them behave differently from other types of numbers.

5. How can we verify a proof that uses the assumption "given that p is a prime"?

To verify a proof that uses the assumption "given that p is a prime," we can check if the proof follows a logical and valid argument. We can also try plugging in different prime numbers to see if the statement holds true for all prime numbers.

Similar threads

  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
13
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
30
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
3K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
15
Views
3K
  • Calculus and Beyond Homework Help
Replies
12
Views
3K
  • Calculus and Beyond Homework Help
Replies
2
Views
965
Back
Top