let x, z, y be ext-real number ; :: thesis: ( 0 <= x & 0 <= z & z + x < y implies z <= y )
assume A1: ( 0 <= x & 0 <= z & z + x < y ) ; :: thesis: z <= y
x in REAL
proof end;
then ( (z + x) - x = z & y - 0 = y ) by Th44, Th21;
hence z <= y by A1, Th37; :: thesis: verum