Minimum mathematical integer value of type
(schar-min) → val
Given the assumptions explained in ienv, this is @'-128').
We keep this nullary function closed for more abstraction.
Function:
(defun schar-min nil (declare (xargs :guard t)) (let ((__function__ 'schar-min)) (declare (ignorable __function__)) -128))
Theorem:
(defthm integerp-of-schar-min (b* ((val (schar-min))) (integerp val)) :rule-classes :rewrite)