src/ZF/Coind/Map.ML
changeset 5116 8eb343ab5748
parent 5068 fb28eaa07e01
child 5137 60205b0de9b9
equal deleted inserted replaced
5115:caf39b7b7a12 5116:8eb343ab5748
   112 (*Remaining subgoal*)
   112 (*Remaining subgoal*)
   113 by (rtac (excluded_middle RS disjE) 1);
   113 by (rtac (excluded_middle RS disjE) 1);
   114 by (etac image_Sigma1 1);
   114 by (etac image_Sigma1 1);
   115 by (dres_inst_tac [("psi", "?uu ~: B")] asm_rl 1);
   115 by (dres_inst_tac [("psi", "?uu ~: B")] asm_rl 1);
   116 by (asm_full_simp_tac
   116 by (asm_full_simp_tac
   117     (simpset() addsimps [qbeta] setloop split_tac [expand_if]) 1);
   117     (simpset() addsimps [qbeta] addsplits [split_if]) 1);
   118 by Safe_tac;
   118 by Safe_tac;
   119 by (dres_inst_tac [("psi", "?uu ~: B")] asm_rl 3);
   119 by (dres_inst_tac [("psi", "?uu ~: B")] asm_rl 3);
   120 by (ALLGOALS Asm_full_simp_tac);
   120 by (ALLGOALS Asm_full_simp_tac);
   121 by (Fast_tac 1);
   121 by (Fast_tac 1);
   122 qed "pmap_owrI";
   122 qed "pmap_owrI";