theorem
  [n1,n1+n] in addRel(NAT,n)
proof
  n1 in NAT & n1+n in NAT by ORDINAL1:def 12;
  hence thesis by Th11;
end;
