4

I need require assistance in proving that $$2^{n} s$$ can be written as the sum of two perfect squares, where $$s$$ is a sum of two perfect squares. My teacher has told me I'm not allowed to use induction and I'm not really sure how to go about it.

If anyone could nudge me in the night direction, I'd be appreciative.

user78416
  • 681

2 Answers2

2

Hint: If the numbers $x$ and $y$ can each be written as the sum of 2 perfect squares, then so can the number $xy$. This is known as the Brahmagupta-Fibonacci Identity.

You can either prove this statement yourself, or click on the Wikipedia link.

Calvin Lin
  • 68,864
1

In the case that $ n $ is odd, let $ s = k^2 $ and $ n = 2m + 1$. Hence $$ 2^{2m + 1}k^2 = \left(2^m k\right)^2 + \left(2^mk\right)^2 $$ Otherwise, $ n = 2m $ and we have that $$ 2^{2m}k^2 = \left(2^m k \right)^2 + 0^2 $$ No induction needed here. $ m $ and $ k $ are both in $ \mathbb{N} \cup \{0\} $.

You might think the zero is "cheating" but it is definitely necessary in some cases such as $ 2^n s = 16 $.

Jon Claus
  • 2,760