2

To prove, e.g., the identity $(a^2+b^2)(c^2+d^2)=(ac-bd)^2+(ad+bc)^2$, I remembered working, in high school, in the following way. Expanding the LHS gives

\begin{equation} (a^2+b^2)(c^2+d^2)=a^2c^2+a^2d^2+b^2c^2+b^2d^2,\qquad(1) \end{equation}

while, expanding the RHS gives

\begin{align} (ac-bd)^2+(ad+bc)^2&=a^2c^2+b^2d^2+2acbd+a^2d^2+b^2c^2-2abcd\\ &=a^2c^2+a^2d^2+b^2c^2+b^2d^2, \qquad(2) \end{align}

Comparing the RHS of (1) and (2) one deduces that $(a^2+b^2)(c^2+d^2)=(ac-bd)^2+(ad+bc)^2$.

First question: Is this considered an acceptable proof at a post-secondary level? Or should one work differently, like, for instance, by completing the square

\begin{align} (a^2+b^2)(c^2+d^2)&=a^2c^2+a^2d^2+b^2c^2+b^2d^2=a^2c^2+a^2d^2-2abcd+b^2c^2+b^2d^2+2abcd\\ &=(ac-bd)^2+(ad+bc)^2 \end{align}

As another example consider the proof that $\sqrt{2}+\sqrt{6}<\sqrt{15}$. Teachers in secondary school (and even some lecturers in engineering schools I know) usually work like this:

  • Taking the square of each side of $\sqrt{2}+\sqrt{6}<\sqrt{15}$ gives $2+6+2\sqrt{2}\sqrt{6}<15$.
  • Rearranging gives $2\sqrt{2}\sqrt{6}<7$.
  • Squaring again gives $48<49$.
  • Since $48<49$ then $\sqrt{2}+\sqrt{6}<\sqrt{15}$.

Nevertheless, according to A Concise Introduction to Pure Mathematics of Martin Liebeck, previous argument is not a proof. Indeed, citing the author We have shown that if P is the statement we want to prove, and Q is the statement that 48 < 49, then P⇒Q; but this tells us nothing about the truth or otherwise of P. The proper proof starts by supposing the veracity of the contrary \begin{equation} \sqrt{2}+\sqrt{6}\geq\sqrt{15} \end{equation} We have then \begin{align*} \sqrt{2}+\sqrt{6}\geq\sqrt{15}&\Rightarrow \left(\sqrt{2}+\sqrt{6}\right)^2\geq\left(\sqrt{15}\right)^2\Rightarrow 2+6+2\sqrt{2}\sqrt{6}\geq 15\\ &\Rightarrow 2\sqrt{12}\geq 7\Rightarrow 4\times 12\geq 49\Rightarrow 47\geq 48 \end{align*} that is a contradiction.

Second question: Is this lack of rigor on the part of teachers justified?

Dimitris
  • 767
  • From the description of the [tag:proof-writing] tag, "This tag should not be the only tag for a question". – Shaun Nov 26 '21 at 22:30
  • 2
    Please use more descriptive titles. – Shaun Nov 26 '21 at 22:31
  • @Shaun I apologize for my mistake. Could you please suggest to me some relevant tags? Thank you very much for your comments. – Dimitris Nov 26 '21 at 22:33
  • If you follow the exact same procedure with $-(\sqrt{2} + \sqrt{6}) < -\sqrt{15}$, do you arrive at the same conclusion? Should you? – Eric Towers Nov 26 '21 at 22:35
  • I'm not sure what you're asking exactly. Try the [tag:education] tag. – Shaun Nov 26 '21 at 22:36
  • 2
    @Shaun Thanks again. I've posted the question in https://matheducators.stackexchange.com/ as suggested by the Education tag. I've also slightly modified my question here in order to be clear what my queries are. – Dimitris Nov 26 '21 at 22:44
  • What you describe is what I would call "multiplying out and cancelling like terms". It is a perfectly good method of proof . 2. Your argument is valid if you replace $\Rightarrow$ by $\Leftrightarrow$ (but you then need to justify steps like $x < y \Leftrightarrow x^2 < y^2$ - which holds if $x$ and $y$ are non-negative). Presenting the argument starting from the conclusion makes it clearer how the proof was found.
  • – Rob Arthan Nov 26 '21 at 23:07
  • Btw the first statement is https://en.wikipedia.org/wiki/Brahmagupta%E2%80%93Fibonacci_identity and is proved more generally by considering the norm in the Gaussian integers is multiplicative. – qwr Nov 27 '21 at 07:59
  • @Dimitris: Better than in a comment, would be to link to all cross-posted copies of this question from within each question; e.g. "Crossposted to Mathematics Educators." Note that the link is to the question, not the main site page. – robjohn Nov 27 '21 at 14:18