Parameter for the specific value of
This constrained nullary function is a parameter of our C formalization.
It expresses the value of
Definition:
(encapsulate (((char-bit) => *)) (acl2::record-expansion (local (define char-bit nil 8)) (local (value-triple :elided))) (defrule char-bit-constrp-of-char-bit (char-bit-constrp (char-bit))))
Theorem:
(defthm char-bit-constrp-of-char-bit (char-bit-constrp (char-bit)))
Theorem:
(defthm posp-of-char-bit (posp (char-bit)) :rule-classes :type-prescription)
Theorem:
(defthm char-bit-gteq-8 (>= (char-bit) 8) :rule-classes :linear)