Filtering...

w

books/std/system/w

Included Books

top
other
(in-package "ACL2")
include-book
(include-book "xdoc/top" :dir :system)
other
(defsection std/system/w
  :parents (std/system)
  :short "Theorems about @(tsee w)."
  (defthm plist-worldp-of-w-when-state-p
    (implies (state-p state) (plist-worldp (w state)))
    :hints (("Goal" :in-theory (enable state-p)))))
in-theory
(in-theory (disable w))