Theorems about ubyte20 and IHS functions.
Theorem:
(defthm ubyte20p-of-loghead-of-20 (ubyte20p (loghead 20 x)))
Theorem:
(defthm loghead-of-20-when-ubyte20p (implies (ubyte20p x) (equal (loghead 20 x) x)))
Theorem:
(defthm logtail-of-20-when-ubyte20p (implies (ubyte20p x) (equal (logtail 20 x) 0)))