Flawed Induction Candidates in App Example
Induction on a is unflawed: every occurrence of a in the conjecture
(equal (app (app a b) c) (app a (app b c)))
is in a position being recursively decomposed!
Now look at the occurrences of
(equal (app (app a b) c) (app a (app b c)))