Filtering...

function-symbolp

books/std/system/function-symbolp

Included Books

top
other
(in-package "ACL2")
include-book
(include-book "xdoc/top" :dir :system)
other
(defsection std/system/function-symbolp
  :parents (std/system/event-name-queries)
  :short "Theorems about @(tsee function-symbolp)."
  (defthm function-symbolp-forward-to-symbolp
    (implies (and (function-symbolp fn wrld) (plist-worldp wrld))
      (symbolp fn))
    :rule-classes :forward-chaining))
in-theory
(in-theory (disable function-symbolp))