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