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