Less-than relation of a value of type
Function:
(defun lt-uchar-ullong (x y) (declare (xargs :guard (and (ucharp x) (ullongp y)))) (lt-ullong-ullong (ullong-from-uchar x) y))
Theorem:
(defthm sintp-of-lt-uchar-ullong (sintp (lt-uchar-ullong x y)))
Theorem:
(defthm lt-uchar-ullong-of-uchar-fix-x (equal (lt-uchar-ullong (uchar-fix x) y) (lt-uchar-ullong x y)))
Theorem:
(defthm lt-uchar-ullong-uchar-equiv-congruence-on-x (implies (uchar-equiv x x-equiv) (equal (lt-uchar-ullong x y) (lt-uchar-ullong x-equiv y))) :rule-classes :congruence)
Theorem:
(defthm lt-uchar-ullong-of-ullong-fix-y (equal (lt-uchar-ullong x (ullong-fix y)) (lt-uchar-ullong x y)))
Theorem:
(defthm lt-uchar-ullong-ullong-equiv-congruence-on-y (implies (ullong-equiv y y-equiv) (equal (lt-uchar-ullong x y) (lt-uchar-ullong x y-equiv))) :rule-classes :congruence)