X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fhelp%2FC%2Fsec_tactics.xml;h=cad04a53c400a3ab17ba867ca49fe9429aedc5b0;hb=3f38b6dc5e48855b7a2170de5a5ccb30aded766c;hp=aa9610df0aa83e22c517da9782111274710a0d56;hpb=673e954b37f3a23e73208c67267c7e9d31e3916d;p=helm.git diff --git a/matita/help/C/sec_tactics.xml b/matita/help/C/sec_tactics.xml index aa9610df0..cad04a53c 100644 --- a/matita/help/C/sec_tactics.xml +++ b/matita/help/C/sec_tactics.xml @@ -496,8 +496,7 @@ decompose decompose - decompose (T1 ... Tn) - H as H1 ... Hm + decompose as H1 ... Hm @@ -506,10 +505,6 @@ decompose - [( - &id;… - )] - [&id;] [as &id;…] @@ -517,26 +512,22 @@ Pre-conditions: - - H must inhabit one inductive type among - - T1 ... Tn - - and the types of a predefined list. - + None. Action: - Runs - elim H H1 ... Hm - , clears H and tries to run itself - recursively on each new identifier introduced by + For each each premise H + of type T in the current context + where T is a non-recursive inductive type + withour right parameters, 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. - If H is not provided tries this operation on - each premise in the current context.