let x, y be real number ; :: thesis: ( x >= 0 & max x,y = 0 implies x = 0 )
assume that
A1: x >= 0 and
A2: max x,y = 0 ; :: thesis: x = 0
per cases ( max x,y = x or max x,y = y ) by XXREAL_0:16;
end;