Filtering...

assoc

books/std/alists/assoc

Included Books

top
other
(in-package "ACL2")
include-book
(include-book "xdoc/top" :dir :system)
other
(defsection std/alists/assoc-equal
  :parents (std/alists assoc)
  :short "Theorems about @(tsee assoc-equal)
          in the @(see std/alists) library."
  (defthm consp-of-assoc-equal
    (implies (alistp alist)
      (iff (consp (assoc-equal key alist))
        (assoc-equal key alist)))))