What is wrong with the given proof? $$ \sqrt 2 + \sqrt 6 < \sqrt 15 \\ (\sqrt 2 + \sqrt 6)^2 < 15 \\ 2 + 6 + 2\sqrt2\sqrt6 < 15 \\ 2\sqrt2\sqrt6 < 7\\ 2^2 \cdot 2 \cdot 6 < 49 \\ 48 < 49 $$
2026-03-25 20:35:18.1774470918
Why is this proof false? $\sqrt 2 + \sqrt 6 < \sqrt 15$
2.7k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
As it stands, the proof is flawed, but not for any error of reasoning (really), but because it is argued in a slightly nonsensical manner. Typically, when you write a sequence statements, you want to connect them to each other. For example, "$A$ implies $B$" or "$A$ if and only if $B$". If no such connecting verbs are stated, the usual assumption is that early statements imply later statements. Thus, eliding all of the intermediate steps, one might reasonably read your proof as:
This is, in fact, the converse of what you want to show. There are two ways to make this more clear:
Another rather pathological approach might be to prove by contradiction. Suppose that $\sqrt{2} + \sqrt{6} \ge \sqrt{15}$. Using the basic computations that were originally given, but replacing $<$ with $\ge$, we obtain $$ 48 \ge 49, $$ which is obvious nonsense. Therefore it cannot be that $\sqrt{2} + \sqrt{6} \ge \sqrt{15}$, which proves the proposition.