let x be Real; :: thesis: ( x >= 0 implies tanh x >= 0 )
A1: cosh x >= 1 by Lm1;
assume A2: x >= 0 ; :: thesis: tanh x >= 0
per cases ( x > 0 or x = 0 ) by A2;
end;