0

Let $a, b, d, \text{ and } e$ be integers; Let $c \text{ and } f$ be positive integers greater than or equal to 2.

If the following is true:

  • $a + b \sqrt{c} = d + e \sqrt{f}$
  • $b \neq 0, e\neq0$
  • $c \text{ and } f$ are square-free.

Then is it true that $a=d, b=e,\text{ and } c=f $?

Edit: I added the condition that $c$ and $f$ are at least 2.

Bill Dubuque
  • 272,048
s114
  • 387

1 Answers1

2

Yes.

Rearrange and square to get $$ e^2f=(a-d+b\sqrt c)^2=(a-d)^2+2(a-d)b\sqrt c+b^2c$$ and then the contradiction $$\sqrt c=\frac{e^2f-(a-d)^2-b^2}{2(a-d)b}\in \Bbb Q $$ unless we are not allowed to divide by $a-d$. We conclude that $a=d$. Thne $b\sqrt c=e\sqrt f$, so $$ \sqrt{cf}=\frac{ef}b\in\Bbb Q$$ which means $cf$ is a perfect square, and as $c,f$ are square-free, this makes $c=f$. As they are also $\ne 0$, then the last eequality, $b=e$, is immediate.