Filtering...

dumb-negate-lit

books/std/system/dumb-negate-lit

Included Books

top
other
(in-package "ACL2")
include-book
(include-book "xdoc/top" :dir :system)
other
(defsection std/system/dumb-negate-lit
  :parents (std/system/term-transformations)
  :short "Theorems about @(tsee dumb-negate-lit)."
  (defthm pseudo-termp-of-dumb-negate-lit
    (implies (pseudo-termp term)
      (pseudo-termp (dumb-negate-lit term)))))
in-theory
(in-theory (disable dumb-negate-lit))