let th be real number ; :: thesis: ( th in [.0 ,1.] implies sin . th >= 0 )
assume A1: th in [.0 ,1.] ; :: thesis: sin . th >= 0
A2: th <= 1 by A1, XXREAL_1:1;
A3: sin . th >= sin . 0
proof
A4: now end;
thus sin . th >= sin . 0 by A4; :: thesis: verum
end;
thus sin . th >= 0 by A3, Th33; :: thesis: verum