let a, b be Integer; :: thesis: parity (a gcd b) = max ((parity a),(parity b))
per cases ( a is odd or a is even ) ;
end;