Instantiate a theorem
Example: (instantiate car-cons (x (append a b)) (y nil)) ;; This will add the following hypothesis: ;; (let ((x (append a b)) ;; (y nil)) ;; (equal (car (cons x y)) x)) General Form: (instantiate thm-name subst1 ... substk)
where each
Note that the variables used in the formula associated with