let x, y be Element of REAL+ ; :: thesis: x - y in REAL
per cases ( y <=' x or not y <=' x ) ;
end;