
theorem
  for X being non empty set holds X,SmallestPartition X are_equipotent
  proof
    let X be non empty set;
    card X = card SmallestPartition X by TOPGEN_2:12; 
    hence thesis by CARD_1:5;
  end;
