theorem
  for G being finite Group holds index (1).G = card G
proof
  let G be finite Group;
  thus card G = card (1).G * index (1).G by Th147
    .= 1 * index (1).G by Th69
    .= index (1).G;
end;
