let i, j be Nat; :: thesis: ( i >= j implies j -' i = 0 )
assume A1: i >= j ; :: thesis: j -' i = 0
per cases ( i = j or i > j ) by A1, XXREAL_0:1;
end;