new theorem rev_ImageI
authorpaulson
Mon, 31 Jan 2000 16:18:42 +0100
changeset 8174 56d9baa2ddb0
parent 8173 a9966d5ab84d
child 8175 7d08b047b76e
new theorem rev_ImageI
src/HOL/Relation.ML
--- a/src/HOL/Relation.ML	Mon Jan 31 16:18:09 2000 +0100
+++ b/src/HOL/Relation.ML	Mon Jan 31 16:18:42 2000 +0100
@@ -341,6 +341,11 @@
 AddIs  [ImageI];
 AddSEs [ImageE];
 
+(*This version's more effective when we already have the required "a"*)
+Goal  "[| a:A;  (a,b): r |] ==> b : r^^A";
+by (Blast_tac 1);
+qed "rev_ImageI";
+
 
 Goal "R^^{} = {}";
 by (Blast_tac 1);