Logo
Published on

No Positive Integer Difference of One

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Problem Statement

Show that there are no positive integers xx and yy such that x2y2=1x^2 - y^2 = 1.


Hints

Attempt the proof independently first. Focus on the key theorem, algebraic transformation, or contradiction setup that links the hypothesis to the target conclusion.


Solutions

Proof by Factorization and Case Analysis

Step 1: Factor the left side

We factor x2y2x^2 - y^2 as a difference of squares:

x2y2=(xy)(x+y)=1x^2 - y^2 = (x-y)(x+y) = 1

Step 2: Analyze integer factor pairs

Since xx and yy are positive integers, both (xy)(x-y) and (x+y)(x+y) are integers. We need their product to equal 1.

The only ways to write 1 as a product of integers are:

  • 1=1×11 = 1 \times 1
  • 1=(1)×(1)1 = (-1) \times (-1)

Step 3: Case 1 - Both factors equal 1

If xy=1x - y = 1 and x+y=1x + y = 1, adding these equations gives:

2x=2    x=12x = 2 \implies x = 1

Subtracting: 2y=0    y=02y = 0 \implies y = 0

But y=0y = 0 contradicts the requirement that yy is a positive integer.

Step 4: Case 2 - Both factors equal 1-1

If xy=1x - y = -1 and x+y=1x + y = -1, adding these equations gives:

2x=2    x=12x = -2 \implies x = -1

But x=1x = -1 contradicts the requirement that xx is a positive integer.

Conclusion

All possible integer factorizations of 1 lead to violations of the positive integer requirement.

Therefore, there are no positive integers xx and yy satisfying x2y2=1x^2 - y^2 = 1.

\hfill \square


Takeaways

  • Factorization Strategy: Recognize x2y2=(xy)(x+y)x^2 - y^2 = (x-y)(x+y) as difference of squares
  • Integer Factor Analysis: For product (xy)(x+y)=1(x-y)(x+y) = 1, only factor pairs are (1,1)(1,1) and (1,1)(-1,-1)
  • Systematic Case Checking: Solve simultaneous equations xy=ax-y = a and x+y=bx+y = b for each factor pair (a,b)(a,b)
  • Constraint Verification: Always check solutions against domain restrictions (here: positive integers)

Further Readings

If you found this proof interesting, be sure to check out these relevant HSC booklets to sharpen your reasoning skills:


Connect with me

If you're eager for more HSC Maths insights, be sure to check out my LinkedIn. For deeper dives and regular tips, join my Website - Vu's Maths Hub. Let's tackle these challenging math problems together! You can also catch my daily math content on Substack.