merge
authorCezary Kaliszyk <kaliszyk@in.tum.de>
Tue, 08 Dec 2009 16:56:51 +0100
changeset 635 793c3ff4bc2a
parent 634 54573efed527 (diff)
parent 633 2e51e1315839 (current diff)
child 638 e472aa533a24
child 639 820c64273ce0
merge
--- a/Quot/Examples/FSet.thy	Tue Dec 08 16:36:01 2009 +0100
+++ b/Quot/Examples/FSet.thy	Tue Dec 08 16:56:51 2009 +0100
@@ -434,11 +434,14 @@
 lemma "(\<lambda>e. (FUNION x (INSERT e EMPTY))) = (\<lambda>e. (INSERT e x))"
 apply (tactic {* procedure_tac @{context} @{thm ttt2} 1 *})
 apply(tactic {* regularize_tac @{context} 1 *})
-defer
+apply(rule impI)
+apply(simp)
+apply(rule allI)
+apply(rule list_eq_refl)
 apply(tactic {* all_inj_repabs_tac @{context} 1*})
 apply(tactic {* clean_tac @{context} 1 *})
 apply(tactic {* clean_tac @{context} 1 *}) (* TODO: needs lambda_prs twice *)
-sorry
+done
 
 lemma ttt3: "(\<lambda>x. ((op @) x ((op #) e []))) = (\<lambda>x. ((op #) e x))"
 sorry