Fixtype of values of type
Function:
(defun sshort-equiv$inline (acl2::x acl2::y) (declare (xargs :guard (and (sshortp acl2::x) (sshortp acl2::y)))) (equal (sshort-fix acl2::x) (sshort-fix acl2::y)))
Theorem:
(defthm sshort-equiv-is-an-equivalence (and (booleanp (sshort-equiv x y)) (sshort-equiv x x) (implies (sshort-equiv x y) (sshort-equiv y x)) (implies (and (sshort-equiv x y) (sshort-equiv y z)) (sshort-equiv x z))) :rule-classes (:equivalence))
Theorem:
(defthm sshort-equiv-implies-equal-sshort-fix-1 (implies (sshort-equiv acl2::x x-equiv) (equal (sshort-fix acl2::x) (sshort-fix x-equiv))) :rule-classes (:congruence))
Theorem:
(defthm sshort-fix-under-sshort-equiv (sshort-equiv (sshort-fix acl2::x) acl2::x) :rule-classes (:rewrite :rewrite-quoted-constant))