1

In a surd $a\sqrt{b}$   ($b \in \mathbb{Z^+}$)   the value of $b$ can assumed to be a square-free integer ($b = p_1p_2\dots p_k$, where $p_i$ are distinct primes), since otherwise a multiple prime factor can be (completely or partially) taken out of the square root sign.

I am struggling to find an elementary proof of the following:

If $\{a_i\}_{i=1}^n$ are non-zero integers, $\{b_i\}_{i=1}^n$ are distinct positive square-free integers, then $\sum_{i=1}^n{a_i}\sqrt{b_i} \ne 0$.

This is how it can be proven for n=2.

Suppose $a_1\sqrt{b_1} + a_2\sqrt{b_2} = 0$. By squaring the equation, $\sqrt{b_1b_2}$ can be expressed as $$ \sqrt{b_1b_2} = - \frac{a_1^2b_1+a_2^2b_2}{2a_1a_2} $$

RHS of the equation is a rational number. However, since $b_1$ and $b_2$ are distinct and void of multiple prime factors, there should be a prime factor, containing in one of those, but not in another. This factor appears in $b_1b_2$ only once, therefore $b_1b_2$ is not a full square, so LHS $\sqrt{b_1b_2}$ is irrational.

Tried induction — no luck.

cyanide
  • 807

1 Answers1

0

Here is a different approach to the $n = 2$ proof:

If $a_1\sqrt{b_1} + a_2\sqrt{b_2} = 0$, then, multiplying through by $\sqrt{b_2}$, we have $a_1\sqrt{b_1b_2} = -a_2b_2$

Proceed as with your proof.

Can you see how this is more easily generalizable to $n > 2$?

Paul Sinclair
  • 43,643
  • 1
    I tried to develop your idea. For three terms $a_1\sqrt{b_1b_2} + a_2\sqrt{b_2b_3} = -a_3b_3$ there is no contradiction straight away while multiplication by a surd doesn't seem to help since it again produces two surds. Well, taking squares leads to a contradiction, however the case of four terms would require taking a square twice. Still I can't see how it can be generalised for an induction proof. Unless you have a different idea... – cyanide Feb 03 '19 at 20:59