Filtering...

nfix

books/std/basic/nfix

Included Books

other
(in-package "ACL2")
include-book
(include-book "xdoc/constructors" :dir :system)
other
(defsection std/basic/nfix
  :parents (std/basic nfix)
  :short "Rules about @(tsee nfix)."
  (defthm nfix-when-natp
    (implies (natp x) (equal (nfix x) x)))
  (defthmd natp-of-nfix (natp (nfix x))))