theorem
  [n1,n1*n] in multRel(NAT,n)
proof
  n1 in NAT & n1*n in NAT by ORDINAL1:def 12;
  hence thesis by Th42;
end;
