decompose

decompose as H1 ... Hm

Synopsis:

decompose [as id…]

Pre-conditions:

None.

Action:

For each each premise H of type T in the current context where T is a non-recursive inductive type without right parameters and of sort Prop or CProp, the tactic runs elim H as H1 ... Hm , clears H and runs itself recursively on each new premise introduced by elim in the opened sequents.

New sequents to prove:

The ones generated by all the elim tactics run.