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