src/ZF/AC/AC16_WO4.ML
changeset 5470 855654b691db
parent 5314 c061e6f9d546
child 6021 4a3fc834288e
equal deleted inserted replaced
5469:024d887eae50 5470:855654b691db
   254 Addsimps [knat];  AddSIs [knat];
   254 Addsimps [knat];  AddSIs [knat];
   255 
   255 
   256 AddSIs [Infinite];   (*if notI is removed!*)
   256 AddSIs [Infinite];   (*if notI is removed!*)
   257 AddSEs [Infinite RS notE];
   257 AddSEs [Infinite RS notE];
   258 
   258 
   259 AddEs [IntI RS (disjoint RS equals0E)];
   259 AddEs [[disjoint, IntI] MRS (equals0D RS notE)];
   260 
   260 
   261 (*use k = succ(l) *)
   261 (*use k = succ(l) *)
   262 val includes_l = simplify (FOL_ss addsimps [k_def]) includes;
   262 val includes_l = simplify (FOL_ss addsimps [k_def]) includes;
   263 val all_ex_l = simplify (FOL_ss addsimps [k_def]) all_ex;
   263 val all_ex_l = simplify (FOL_ss addsimps [k_def]) all_ex;
   264 
   264