let b, a be real number ; :: thesis: ( b ^2 < a ^2 & a >= 0 implies ( - a < b & b < a ) )
assume A1: ( b ^2 < a ^2 & a >= 0 ) ; :: thesis: ( - a < b & b < a )
now
assume A2: ( - a >= b or b >= a ) ; :: thesis: contradiction
now
per cases ( - a >= b or b >= a ) by A2;
case - a >= b ; :: thesis: contradiction
end;
end;
end;
hence contradiction ; :: thesis: verum
end;
hence ( - a < b & b < a ) ; :: thesis: verum