decompose

* as H

Synopsis:

* [as id]

Pre-conditions:

The current conclusion must be of the form T → G where I is an inductive type applied to its arguments, if any.

Action:

It introduces a new hypothesis H of type T. Then it proceeds by cases over H. Finally, if the name H is not specified, it clears the new hypothesis from all contexts.

New sequents to prove:

The ones generated by case analysis.