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