From: Claudio Sacerdoti Coen Date: Sun, 8 Jun 2008 13:48:58 +0000 (+0000) Subject: New: pattern for elim documented. X-Git-Tag: make_still_working~5063 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=393187c5f5a6e71d467ab04b65f3a935701724fb;p=helm.git New: pattern for elim documented. --- 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 diff --git a/helm/software/matita/help/C/tactics_quickref.xml b/helm/software/matita/help/C/tactics_quickref.xml index a7c1ae3bd..ba7020c10 100644 --- a/helm/software/matita/help/C/tactics_quickref.xml +++ b/helm/software/matita/help/C/tactics_quickref.xml @@ -102,7 +102,7 @@ | - elim sterm [using sterm] intros-spec + elim sterm pattern [using sterm] intros-spec