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