let x, y, z be R_eal; :: thesis: ( 0. <= x & 0. <= z & z + x < y implies z < y - x )
assume A1: ( 0. <= x & 0. <= z & z + x < y ) ; :: thesis: z < y - x
A2: x is Real
proof end;
then A5: z <= y - x by A1, MEASURE4:2;
z <> y - x by A1, A2, Th8;
hence z < y - x by A5, XXREAL_0:1; :: thesis: verum