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