Filtering...

definj-doc

books/std/util/definj-doc

Included Books

other
(in-package "ACL2")
include-book
(include-book "kestrel/event-macros/xdoc-constructors" :dir :system)
other
(defxdoc definj
  :parents (std/util defmapping)
  :short "Establish an injective mapping between two domains."
  :long (topstring (p "This is a specialization of @(tsee defmapping) where
     the @(':beta-of-alpha-thm') input is @('t').
     See the documentation of @(tsee defmapping).")
    (p "Here `injective' refers to the @($\alpha$) conversion.
     Its left inverse conversion @($\beta$) is surjective.")))