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