theorem
  for G being finite addGroup, H being Subgroup of G holds
  card H divides card G
proof
  let G be finite addGroup, H being Subgroup of G;
  card G = card H * index H by Th147;
  hence thesis by NAT_D:def 3;
end;
