let x, y, z be ExtReal; :: thesis: ( 0 <= x & 0 <= z & z + x < y implies z < y - x )
assume that
A1: 0 <= x and
A2: 0 <= z and
A3: z + x < y ; :: thesis: z < y - x
x in REAL
proof end;
then ( z <= y - x & z <> y - x ) by A3, Th22, Th45;
hence z < y - x by XXREAL_0:1; :: thesis: verum