.
1. Prove A >= G holds if and only if a = b.
You have this chain of equivalent inequalities
>= <------> a + b >= <------> + >= <------> >= 0 <------> >= 0
It is true for all real non-negative numbers "a" and "b", and the equality is hold if and only if - = 0,
which in turn is equivalent to a = b.
You can read this chain of inequalities / (of arguments) from the right to the left - then you will get the proof you need.
2. Prove G >= H holds if and only if a = b.
>= <------> + >= <------> + >= ,
and the last inequality is exactly THE SAME as the proven in #1.
Solved.