Non-equality of a value of type
Function:
(defun ne-uchar-sllong (x y) (declare (xargs :guard (and (ucharp x) (sllongp y)))) (ne-sllong-sllong (sllong-from-uchar x) y))
Theorem:
(defthm sintp-of-ne-uchar-sllong (sintp (ne-uchar-sllong x y)))
Theorem:
(defthm ne-uchar-sllong-of-uchar-fix-x (equal (ne-uchar-sllong (uchar-fix x) y) (ne-uchar-sllong x y)))
Theorem:
(defthm ne-uchar-sllong-uchar-equiv-congruence-on-x (implies (uchar-equiv x x-equiv) (equal (ne-uchar-sllong x y) (ne-uchar-sllong x-equiv y))) :rule-classes :congruence)
Theorem:
(defthm ne-uchar-sllong-of-sllong-fix-y (equal (ne-uchar-sllong x (sllong-fix y)) (ne-uchar-sllong x y)))
Theorem:
(defthm ne-uchar-sllong-sllong-equiv-congruence-on-y (implies (sllong-equiv y y-equiv) (equal (ne-uchar-sllong x y) (ne-uchar-sllong x y-equiv))) :rule-classes :congruence)