theorem
  m gcd (m lcm n) = (n gcd m) lcm m
proof
  m gcd (m lcm n) = m by Th54;
  hence thesis by Th53;
end;
