X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fhelp%2FC%2Fsec_tactics.xml;h=96e56494ce22d0db5de5a0571d0a2218a1795af8;hb=bc6b3da5f91648b34c55478b3db71a485894ebdf;hp=4bba23eb6e22c887d99171a63f6776f76dfdf4b5;hpb=7f3ea5f3ca8d6fc125936868f61ac275a1106397;p=helm.git diff --git a/matita/help/C/sec_tactics.xml b/matita/help/C/sec_tactics.xml index 4bba23eb6..96e56494c 100644 --- a/matita/help/C/sec_tactics.xml +++ b/matita/help/C/sec_tactics.xml @@ -4,7 +4,7 @@ Tactics - absurd <term> + absurd &sterm; absurd absurd P @@ -33,7 +33,7 @@ - apply <term> + apply &sterm; apply apply t @@ -96,7 +96,7 @@ - auto [depth=<int>] [width=<int>] [paramodulation] [full] + auto [depth=&nat;] [width=&nat;] [paramodulation] [full] auto auto depth=d width=w paramodulation full @@ -130,7 +130,7 @@ - clear <id> + clear &id; clear clear H @@ -159,7 +159,7 @@ - clearbody <id> + clearbody &id; clearbody clearbody H @@ -188,7 +188,7 @@ - change <pattern> with <term> + change <pattern> with &sterm; change change patt with t @@ -220,7 +220,7 @@ - constructor <int> + constructor &nat; constructor constructor n @@ -281,7 +281,7 @@ - cut <term> [as <id>] + cut &sterm; [as &id;] cut cut P as H @@ -312,7 +312,7 @@ - decompose [<ident list>] <ident> [<intros_spec>] + decompose &id; [&id;]… [<intros_spec>] decompose decompose ??? @@ -339,7 +339,7 @@ - discriminate <term> + discriminate &sterm; discriminate discriminate p @@ -368,7 +368,7 @@ its constructor takes no arguments. - elim <term> [using <term>] [<intros_spec>] + elim &sterm; [using &sterm;] [<intros_spec>] elim elim t using th hyps @@ -405,7 +405,7 @@ its constructor takes no arguments. - elimType <term> [using <term>] [<intros_spec>] + elimType &sterm; [using &sterm;] [<intros_spec>] elimType elimType T using th hyps @@ -432,7 +432,7 @@ its constructor takes no arguments. - exact <term> + exact &sterm; exact exact p @@ -518,7 +518,7 @@ its constructor takes no arguments. - fold <reduction_kind> <term> <pattern> + fold <reduction_kind> &sterm; <pattern> fold fold red t patt @@ -580,7 +580,7 @@ its constructor takes no arguments. - fwd <ident> [<ident list>] + fwd &id; [<ident list>] fwd fwd ...TODO @@ -607,7 +607,7 @@ its constructor takes no arguments. - generalize <pattern> [as <id>] + generalize <pattern> [as &id;] generalize generalize patt as H @@ -670,7 +670,7 @@ its constructor takes no arguments. - injection <term> + injection &sterm; injection injection p @@ -701,7 +701,7 @@ its constructor takes no arguments. - intro [<ident>] + intro [&id;] intro intro H @@ -771,7 +771,7 @@ its constructor takes no arguments. - inversion <term> + inversion &sterm; inversion inversion t @@ -806,7 +806,7 @@ its constructor takes no arguments. - lapply [depth=<int>] <term> [to <term list] [using <ident>] + lapply [depth=&nat;] &sterm; [to <term list>] [using &id;] lapply lapply ??? @@ -864,7 +864,7 @@ its constructor takes no arguments. - letin <ident> ≝ <term> + letin &id; ≝ &sterm; letin letin x ≝ t @@ -1004,7 +1004,7 @@ its constructor takes no arguments. - replace <pattern> with <term> + replace <pattern> with &sterm; change change patt with t @@ -1036,7 +1036,7 @@ its constructor takes no arguments. - rewrite {<|>} <term> <pattern> + rewrite [<|>] &sterm; <pattern> rewrite rewrite dir p patt @@ -1221,7 +1221,7 @@ its constructor takes no arguments. - transitivity <term> + transitivity &sterm; transitivity transitivity t @@ -1250,7 +1250,7 @@ the current sequent to prove. - unfold [<term>] <pattern> + unfold [&sterm;] <pattern> unfold unfold t patt