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