Does ${a^2+b^2}\gt{c^2+d^2}$ imply ${a+b}\gt{c+d}$ where $a, b, c,$ and $d$ are positive? Is the converse also true? I have not found any exceptions to the rule by randomly substituting values in the inequality, and neither have I found a proof for the same.
(Edit)
Ight, context:
I had to prove that the law of reflection of light results in the shortest path:

Here's what I did:
In triangles API, BQI, API' and BQI' respectively:
$${AI}^2 = {AP}^2 + {IP}^2 \dots (i)$$
$${BI}^2 = {BQ}^2 + {IQ}^2 \dots (ii)$$
$${AI'}^2 = {AP}^2 + {I'P}^2 \dots (iii)$$
$${BI'}^2 = {BQ}^2 + {I'Q}^2 \dots (iv)$$
Adding $(i)$ and $(ii)$: $${AI}^2 +{BI}^2 = {AP}^2 + {BQ}^2 + {IP}^2 + {IQ}^2 \dots (a)$$ Adding $(iii)$ and $(iv)$: $${AI'}^2 +{BI'}^2 = {AP}^2 + {BQ}^2 + {I'P}^2 + {I'Q}^2 \dots (b)$$
Also: $$ \begin{align} {I'P}^2 + {I'Q}^2 &= (IP - II')^2 + (IQ + II')^2 \\ &= {IP}^2 + {IQ}^2 + 2II'(IQ-IP+II') \dots (c) \\ \end{align} $$
Therefore: $$ \begin{align} &IQ \gt IP \\ \implies &IQ - IP \gt 0 \\ \implies &IQ-IP+II' \gt 0 \\ \implies &{IP}^2 + {IQ}^2 + 2II'(IQ-IP+II') \gt {IP}^2 + {IQ}^2 \\ \implies &{I'P}^2 + {I'Q}^2 \gt {IP}^2 + {IQ}^2 \,\,\,\,\, [from \, (c)]\\ \implies &{AP}^2 + {BQ}^2 + {I'P}^2 + {I'Q}^2 \gt {AP}^2 + {BQ}^2 + {IP}^2 + {IQ}^2 \\ \implies &{AI'}^2 +{BI'}^2 \gt {AI}^2 + {BI}^2 \,\,\,\,\, [from \, (a), \, and \, (b)]\\ \implies & AI' + BI' \gt AI + BI \end{align} $$
In the comments, my abstracted version of the last step has been proved incorrect through counterexamples, but it does make sense in the situation. Of, couse no amount of head banging will justify my answer over the actual one, but I am still curious if this can be saved, and what I might be missing here.