author | paulson |
Thu, 05 Feb 1998 10:48:43 +0100 | |
changeset 4601 | 87fc0d44b837 |
parent 4600 | e3e7e901ce6c |
child 4602 | 0e034d76932e |
--- a/src/HOL/Relation.ML Thu Feb 05 10:47:29 1998 +0100 +++ b/src/HOL/Relation.ML Thu Feb 05 10:48:43 1998 +0100 @@ -178,6 +178,12 @@ Addsimps [Image_empty]; +goal thy "id ^^ A = A"; +by (Blast_tac 1); +qed "Image_id"; + +Addsimps [Image_id]; + qed_goal "Image_Int_subset" Relation.thy "R ^^ (A Int B) <= R ^^ A Int R ^^ B" (fn _ => [ Blast_tac 1 ]);