src/HOL/Subst/Setplus.thy
author nipkow
Thu, 24 Apr 1997 18:51:14 +0200
changeset 3044 3e3087aa69e7
parent 1476 608483c2122a
permissions -rw-r--r--
Updates because nat_ind_tac no longer appends "1" to the ind.var.

(*  Title:      Substitutions/setplus.thy
    Author:     Martin Coen, Cambridge University Computer Laboratory
    Copyright   1993  University of Cambridge

Minor additions to HOL's set theory
*)

Setplus = Set + 

rules

  ssubset_def    "A < B == A <= B & ~ A=B"

end