theorem Th53:
  (m gcd n) lcm n = n
proof
  set M = m gcd n;
  M divides n by NAT_D:def 5;
  hence thesis by Th44;
end;
