Theorems about arglistp.
Theorem: true-listp-when-arglistp
(defthm true-listp-when-arglistp (implies (arglistp x) (true-listp x)) :rule-classes :compound-recognizer)