Convert from type
Function:
(defun sint-from-sllong (x) (declare (xargs :guard (sllongp x))) (declare (xargs :guard (sint-from-sllong-okp x))) (let ((__function__ 'sint-from-sllong)) (declare (ignorable __function__)) (sint-from-integer (integer-from-sllong x))))
Theorem:
(defthm sintp-of-sint-from-sllong (b* ((result (sint-from-sllong x))) (sintp result)) :rule-classes :rewrite)
Theorem:
(defthm sint-from-sllong-of-sllong-fix-x (equal (sint-from-sllong (sllong-fix x)) (sint-from-sllong x)))
Theorem:
(defthm sint-from-sllong-sllong-equiv-congruence-on-x (implies (sllong-equiv x x-equiv) (equal (sint-from-sllong x) (sint-from-sllong x-equiv))) :rule-classes :congruence)