Every Prime Except Two Can be Written as a Difference of Two Squares

\( \mathbf{Theorem:} \) every prime except \( 2 \) can be written as a difference of two square numbers

We have to find two integers aa and bb such that a2b2=p.....(i)a^{2} - b^{2} = p ..... \left( i \right ) for a prime p p

now we can rewrite equation (i) \left ( i \right ) as,

a2b2=p a^{2} - b^{2} = p (ab)(a+b)=p \Rightarrow (a - b)(a + b) = p

now as p p is a prime number we can't write p p as a product of two integers except for 1 1 and p p itself. from this, we get that, ab=1.......(ii) a - b = 1 ....... \left( ii \right ) a+b=p.......(iii) a + b = p ....... \left( iii \right)

solving equation (ii) (ii) and (iii) (iii) , we get a=p+12a = \frac{p + 1}{2} and b=p12 b = \frac{p - 1}{2} .

notice that a a and b b are integers if p p is an odd number. Since all primes except for 2 2 are odd, our proof is complete for every odd primes.

now we have to proof for the even primes, which is only 2 2 . again notice that a a and b b can't be integer if p p is an even number. so we can't write p p as a2b2a^{2} - b^{2} if p p is an even integer.

so from here, we can only deduce that we can write p p as a2b2a^{2} - b^{2} for any prime except for 2 2

.. . .

a friend of mine claims my proof is incomplete but I can't find it. can you point it where?

#NumberTheory

Note by Tasmeem Reza
4 years, 8 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

If I'm not mistaken, your proof is backwards; that is, you started by assuming that every odd prime can be written as a difference of perfect squares, and then verifying that aa and bb are solutions. Essentially, what you have proven is that "if p=a2b2p = a^2 - b^2, then a=(p+1)/2a = (p + 1)/2 and b=(p1)/2b = (p - 1)/2 is a solution." This is not quite the same as, though very closely related to, proving "there exist aa and bb such that p=a2b2p = a^2 - b^2." The quick fix to this problem would be to reverse your steps.

However, I believe you have successfully shown that 2 cannot be written in the form a2b2a^2 - b^2 by contradiction. So, I would guess that your friend was referring to the above issue.

Brian Yao - 4 years, 8 months ago

Log in to reply

Indeed. Even after we found a sequence of steps that lead to a solution/proof, we have to be careful with how it is written up, and ensure that the statements flow in the direction that we desire. It is very common to end up with implication in the opposite direction of what is desired.

Calvin Lin Staff - 4 years, 8 months ago
×

Problem Loading...

Note Loading...

Set Loading...