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