No Positive Integer Difference of One

#hsc-maths#proofs#easy

This problem explores a classic non‑existence proof using algebraic factorisation and integer properties—a skill that sits squarely inside the HSC Proofs topic. By turning the equation into a product of two integer factors, you’ll see how a seemingly open‑ended search reduces to checking just two simple cases. The technique you’ll gain here is one you can reuse whenever a Diophantine equation involves a difference of squares.

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

We start with the equation x2y2=1x^2 - y^2 = 1. This is a Diophantine equation—meaning we’re looking for integer solutions—so the natural first move is to rewrite the left‑hand side in a form that reveals the integer structure of the problem.

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

Now we have a product of two integer expressions that must equal 11.

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)

Because xx and yy are positive, x+yx+y is always positive, but xyx-y might be negative, so we must examine both sign possibilities.

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.


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: HSC Proofs, HSC Vectors, HSC Inequalities

Written by Vu Hung Nguyen

Mathematics Educator · LinkedIn · About