theorem Th8:
  for G being finite Group, a being Element of G holds ord a divides card G
proof
  let G be finite Group, a be Element of G;
  ord a = card gr {a} by Th7;
  hence thesis by GROUP_2:148;
end;
