]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/didactic/exercises/substitution.ma
...
[helm.git] / helm / software / matita / library / didactic / exercises / substitution.ma
index c4335ca3e313a15b55615084f12daa3f54a6a20c..0c9b86b0057df354d08c636b07b0c2a9d1086f8d 100644 (file)
@@ -1,17 +1,3 @@
-(* Esercitazione di logica 22/10/2008. *)
-
-(* Nota per gli studenti
-   =====================
-
-   * La lezione del pomeriggio con il Prof. Sacerdoti si terrà in aula 
-     Pinkerle e non Cremona.
-
-   * Un piccolo manuale sul software Matita è disponibile al seguente URL:
-
-       http://mowgli.cs.unibo.it/~tassi/exercise-induction.ma.html 
-
-*)
-   
 (* Esercizio 0 
    ===========
    
@@ -246,7 +232,9 @@ definition v1101 ≝ λx.
 definition esempio1 ≝ 
   (FImpl (FNot (FAtom 3)) (FOr (FAtom 2) (FAnd (FAtom 1) (FAtom 0)))).
 
-eval normalize on [[ esempio1 ]]_v1101.
+(* Decommenta ed esegui. *)
+
+(* eval normalize on [[ esempio1 ]]_v1101. *)
 
 
 (* Esercizio 3
@@ -317,7 +305,9 @@ definition esempio2 ≝ (FAnd (FImpl (FAtom 2) (FAtom 1)) (FAtom 2)).
    
 definition esempio3 ≝ (FOr (FAtom 0) (FAtom 1)).
 
-eval normalize on (esempio2 [ esempio3 / 2]).
+(* Decommenta ed esegui *)
+
+(* eval normalize on (esempio2 [ esempio3 / 2]). *)
 
 (*DOCBEGIN