theorem Th65:
  H is finite iff H * a is finite
proof
  card H = card(H * a) by Th64;
  hence thesis;
end;
