Added (? x. t=x) = True
authornipkow
Fri, 25 Oct 1996 15:02:09 +0200
changeset 2129 2ffe6e24f38d
parent 2128 4e8644805af2
child 2130 53b6e0bc8ccf
Added (? x. t=x) = True
src/HOL/simpdata.ML
--- a/src/HOL/simpdata.ML	Thu Oct 24 11:41:43 1996 +0200
+++ b/src/HOL/simpdata.ML	Fri Oct 25 15:02:09 1996 +0200
@@ -121,7 +121,7 @@
    "(P | True) = True", "(True | P) = True", 
    "(P | False) = P", "(False | P) = P", "(P | P) = P",
    "((~P) = (~Q)) = (P=Q)",
-   "(!x.P) = P", "(? x.P) = P", "? x. x=t", 
+   "(!x.P) = P", "(? x.P) = P", "? x. x=t", "? x. t=x", 
    "(? x. x=t & P(x)) = P(t)", "(? x. t=x & P(x)) = P(t)", 
    "(! x. x=t --> P(x)) = P(t)", "(! x. t=x --> P(x)) = P(t)" ];