From 393187c5f5a6e71d467ab04b65f3a935701724fb Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Sun, 8 Jun 2008 13:48:58 +0000 Subject: [PATCH] New: pattern for elim documented. --- helm/software/matita/help/C/sec_tactics.xml | 8 ++++++-- helm/software/matita/help/C/tactics_quickref.xml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) 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 -- 2.39.2