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
x is Real
proof end;
then ( (z + x) - x = z & y - 0. = y ) by Th8, Th21;
hence z <= y by A1, SUPINF_2:15; :: thesis: verum