Filtering...

pseudo-event-formp

books/std/system/pseudo-event-formp

Included Books

other
(in-package "ACL2")
include-book
(include-book "system/pseudo-event-formp" :dir :system)
include-book
(include-book "xdoc/constructors" :dir :system)
other
(defsection std/system/pseudo-event-formp
  :parents (std/system)
  :short "Theorems about @(tsee pseudo-event-formp)."
  (defthm booleanp-of-pseudo-event-formp
    (booleanp (pseudo-event-formp x)))
  (defthm pseudo-event-formp-of-cons
    (equal (pseudo-event-formp (cons a b))
      (and (symbolp a) (true-listp b)))))
in-theory
(in-theory (disable pseudo-event-formp))