Multiplying N1 * N2 bit unsigneds creates an N1+N2 bit unsigned.
This is a powerful theorem with a nice statement, but it rarely unifies with anything. See also lousy-unsigned-byte-p-of-* and also basic-unsigned-byte-p-of-*.
Theorem:
(defthm lousy-unsigned-byte-p-of-*-mixed (implies (and (unsigned-byte-p n1 a) (unsigned-byte-p n2 b)) (unsigned-byte-p (+ n1 n2) (* a b))))