changeset 3460 | 5d71eed16fbe |
parent 3323 | 194ae2e0c193 |
child 3842 | b55686a7b22c |
--- a/src/HOLCF/Porder0.ML Mon Jun 23 11:33:59 1997 +0200 +++ b/src/HOLCF/Porder0.ML Thu Jun 26 10:42:50 1997 +0200 @@ -47,3 +47,6 @@ (atac 1) ]); +goal Porder0.thy "((x::'a::po)=y) = (x << y & y << x)"; +by(fast_tac (HOL_cs addSEs [antisym_less_inverse] addSIs [antisym_less]) 1); +qed "po_eq_conv";