we proceed by cases on

we proceed by cases on t to prove P

Synopsis:

we proceed by cases on term to prove term

Pre-condition:

The type of t must be an inductive type and P must be identical to the current conclusion.

Action:

It proceeds by case-analysis on t

New sequents to prove:

It opens one new sequent for each constructor of the type of t, each with the conclusion P instantiated for the constructor.