Fixtype of true lists of unsigned bytes of size 8.
This is an ordinary fty::deflist.
Theorem:
(defthm ubyte8-listp-forward-unsigned-byte-listp (implies (ubyte8-listp x) (unsigned-byte-listp 8 x)) :rule-classes :forward-chaining)
Theorem:
(defthm ubyte8-listp-rewrite-unsigned-byte-listp (equal (ubyte8-listp x) (unsigned-byte-listp 8 x)))
Theorem:
(defthm unsigned-byte-listp-rewrite-ubyte8-listp (equal (unsigned-byte-listp 8 x) (ubyte8-listp x)))
Theorem:
(defthm true-listp-when-ubyte8-listp-rewrite (implies (ubyte8-listp x) (true-listp x)))
Theorem:
(defthm ubyte8-list-fix-of-take (implies (<= (nfix n) (len x)) (equal (ubyte8-list-fix (take n x)) (take n (ubyte8-list-fix x)))))
Theorem:
(defthm ubyte8-list-fix-of-rcons (equal (ubyte8-list-fix (rcons a x)) (rcons (ubyte8-fix a) (ubyte8-list-fix x))))