theorem Th27:
  for X being non empty set ex Y being Element of Fin X st Y is non empty
proof
  let X be non empty set;
  set a = the Element of X;
  {. a .} is Element of Fin X;
  hence thesis;
end;
