
theorem
  for I being set holds {} is Element of Fin I
  proof
    let I be set;
A1: Fin {} c= Fin I by XBOOLE_1:2,FINSUB_1:10;
    {} in {{}} by TARSKI:def 1;
    hence thesis by A1,FINSUB_1:15;
  end;
