updated to mention the automatic unfolding of constants
authorwebertj
Thu, 11 Jan 2007 01:34:23 +0100
changeset 22058 49faa8c7a5d9
parent 22057 d7c91b2f5a9e
child 22059 f72cdc0a0af4
updated to mention the automatic unfolding of constants
src/HOL/Refute.thy
--- a/src/HOL/Refute.thy	Wed Jan 10 20:17:26 2007 +0100
+++ b/src/HOL/Refute.thy	Thu Jan 11 01:34:23 2007 +0100
@@ -1,7 +1,7 @@
 (*  Title:      HOL/Refute.thy
     ID:         $Id$
     Author:     Tjark Weber
-    Copyright   2003-2005
+    Copyright   2003-2007
 
 Basic setup and documentation for the 'refute' (and 'refute_params') command.
 *)
@@ -50,10 +50,10 @@
 (* 'refute' currently accepts formulas of higher-order predicate logic (with *)
 (* equality), including free/bound/schematic variables, lambda abstractions, *)
 (* sets and set membership, "arbitrary", "The", "Eps", records and           *)
-(* inductively defined sets.  Defining equations for constants are added     *)
-(* automatically, as are sort axioms.  Other, user-asserted axioms however   *)
-(* are ignored.  Inductive datatypes and recursive functions are supported,  *)
-(* but may lead to spurious countermodels.                                   *)
+(* inductively defined sets.  Constants are unfolded automatically, and sort *)
+(* axioms are added as well.  Other, user-asserted axioms however are        *)
+(* ignored.  Inductive datatypes and recursive functions are supported, but  *)
+(* may lead to spurious countermodels.                                       *)
 (*                                                                           *)
 (* The (space) complexity of the algorithm is non-elementary.                *)
 (*                                                                           *)