
theorem Th89:
  for n, m being Nat holds n (+) m = n + m
proof
  let n, m be Nat;
  thus n (+) m = n +^ m by Th88
    .= n + m by CARD_2:36;
end;
