let x, y, z be R_eal; :: thesis: ( 0 <= x & 0 <= z & z + x <= y implies z <= y )
assume A1: ( 0 <= x & 0 <= z & z + x <= y ) ; :: thesis: z <= y
per cases ( x in REAL or x = +infty ) by A1, XXREAL_0:14;
end;