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