X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fhelp%2FC%2Ftactic_quickref.xml;h=e44a53068e7bd6a17bcde0c95b23dca929c30e63;hb=65317d14f32bc24b3e9ed4ea144833dd8517773a;hp=58fd32afd506fb8fd67f87f80b9ddc3e0f2010a0;hpb=8752fac73a864c821b6954f0572bce2052924183;p=helm.git diff --git a/helm/software/matita/help/C/tactic_quickref.xml b/helm/software/matita/help/C/tactic_quickref.xml index 58fd32afd..e44a53068 100644 --- a/helm/software/matita/help/C/tactic_quickref.xml +++ b/helm/software/matita/help/C/tactic_quickref.xml @@ -1,125 +1,189 @@ - - - absurd sterm - - - apply sterm - - - - - assumption - - - - - auto [depth=nat] [width=nat] [paramodulation] [full] - - - change pattern with sterm - - - + + tactics + + + + &tactic; + ::= + absurd sterm + + + + | + apply sterm + + + + | + applyS sterm + + + + | + + + assumption + + + + + + | + auto [depth=nat] [width=nat] [paramodulation] [full] + + + + | + change pattern with sterm + + + + | + clear id [id…] - - - - clearbody id - - - constructor nat - - - - - contradiction - - - - - cut sterm [as id] - - - + + + + + | + clearbody id + + + + | + constructor nat + + + + | + + + contradiction + + + + + + | + cut sterm [as id] + + + + | + decompose [( id… )] [id] [as id…] - - - - - - demodulate - - - - - discriminate sterm - - - elim sterm [using sterm] intros-spec - - - elimType sterm [using sterm] intros-spec - - - exact sterm - - - - - exists - - - - - - - fail - - - - - fold reduction-kind sterm pattern - - - - - fourier - - - - - fwd id [as id [id]…] - - - generalize pattern [as id] - - - - - id - - - - - injection sterm - - - intro [id] - - - intros intros-spec - - - inversion sterm - - - + + + + + | + + + demodulate + + + + + + | + discriminate sterm + + + + | + elim sterm [using sterm] intros-spec + + + + | + elimType sterm [using sterm] intros-spec + + + + | + exact sterm + + + + | + + + exists + + + + + + | + + + fail + + + + + + | + fold reduction-kind sterm pattern + + + + | + + + fourier + + + + + + | + fwd id [as id [id]…] + + + + | + generalize pattern [as id] + + + + | + + + id + + + + + + | + injection sterm + + + + | + intro [id] + + + + | + intros intros-spec + + + + | + inversion sterm + + + + | + lapply [linear] [depth=nat] @@ -129,78 +193,107 @@ [,sterm…] ] [as id] - - - - - - left - - - - - letin id ≝ sterm - - - normalize pattern - - - paramodulation pattern - - - reduce pattern - - - - - reflexivity - - - - - replace pattern with sterm - - - rewrite [<|>] sterm pattern - - - - - right - - - - - - - ring - - - - - simplify pattern - - - - - split - - - - - - - symmetry - - - - - transitivity sterm - - - unfold [sterm] pattern - - - whd pattern - - + + + + + | + + + left + + + + + + | + letin id ≝ sterm + + + + | + normalize pattern + + + + | + reduce pattern + + + + | + + + reflexivity + + + + + + | + replace pattern with sterm + + + + | + rewrite [<|>] sterm pattern + + + + | + + + right + + + + + + | + + + ring + + + + + + | + simplify pattern + + + + | + + + split + + + + + + | + + + symmetry + + + + + + | + transitivity sterm + + + + | + unfold [sterm] pattern + + + + | + whd pattern + + + +