X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fwww%2Fmatita%2Fdocs%2Fmanual-0.5.9%2Fsec_tacticals.html;fp=helm%2Fwww%2Fmatita%2Fdocs%2Fmanual-0.5.9%2Fsec_tacticals.html;h=3f48d288417006f7e6fff199fba6577566e7bc2e;hb=5b05d943dc8ebfe10e8932795f7f7aa8ef0b4ebc;hp=0000000000000000000000000000000000000000;hpb=7c86bc0cda903d7cac66e2d4cb81bca345b4b5bc;p=helm.git diff --git a/helm/www/matita/docs/manual-0.5.9/sec_tacticals.html b/helm/www/matita/docs/manual-0.5.9/sec_tacticals.html new file mode 100644 index 000000000..3f48d2884 --- /dev/null +++ b/helm/www/matita/docs/manual-0.5.9/sec_tacticals.html @@ -0,0 +1,20 @@ + +Chapter 6. Tacticals

Chapter 6. Tacticals

Table of Contents

Interactive proofs and definitions
The proof status
Tacticals

Interactive proofs and definitions

+ An interactive definition is started by giving a + definition command omitting + the definiens. + An interactive proof is started by using one of the + proof commands omitting + an explicit proof term. +

An interactive proof or definition can and must be terminated by + a qed command when no more sequents are + left to prove. Between the command that starts the interactive session and + the qed command the user must provide a procedural proof script made + of tactics structured by means of + tacticals.

In the tradition of the LCF system, tacticals can be considered + higher order tactics. Their syntax is structured and they are executed + atomically. On the contrary, in Matita the syntax of several tacticals is + destructured into a sequence of tokens and tactics in such a way that is + is possible to stop execution after every single token or tactic. + The original semantics is preserved: the execution of the whole sequence + yields the result expected by the original LCF-like tactical.

\ No newline at end of file