theorem
  for M being finite Cardinal ex n st M = card n
proof
  let M be finite Cardinal;
  card M = M;
  hence thesis;
end;
