X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fhelp%2FC%2Fsec_tactics.xml;h=b9857040779315ff3c9187d44d473c79b24a12ce;hb=393187c5f5a6e71d467ab04b65f3a935701724fb;hp=812c8ed970a2044472bcfd78653955ce29654fb0;hpb=36842ee77114d2fa896d7ffd2333c07cff22b053;p=helm.git diff --git a/helm/software/matita/help/C/sec_tactics.xml b/helm/software/matita/help/C/sec_tactics.xml index 812c8ed97..b98570407 100644 --- a/helm/software/matita/help/C/sec_tactics.xml +++ b/helm/software/matita/help/C/sec_tactics.xml @@ -672,13 +672,13 @@ elim elim - elim t using th hyps + elim t pattern using th hyps Synopsis: - elim &sterm; [using &sterm;] &intros-spec; + elim &sterm; &pattern; [using &sterm;] &intros-spec; @@ -695,6 +695,10 @@ It proceeds by cases on the values of t, according to the elimination principle th. + The induction predicate is restricted by + pattern. In particular, if some hypothesis + is listed in pattern, the hypothesis is + generalized and cleared before eliminating t