]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/didactic/exercises/natural_deduction_fst_order.ma
cicNotationUtil: in fresh_name_generator, "\eta" replaced with "eta", which is an...
[helm.git] / helm / software / matita / library / didactic / exercises / natural_deduction_fst_order.ma
index 9a865597b02879bc45ddc827827155693faef0ee..2c796236ddfc022e9829170cbbf1ae27927be00e 100644 (file)
@@ -1,3 +1,17 @@
+(**************************************************************************)
+(*       ___                                                             *)
+(*      ||M||                                                             *)
+(*      ||A||       A project by Andrea Asperti                           *)
+(*      ||T||                                                             *)
+(*      ||I||       Developers:                                           *)
+(*      ||T||       A.Asperti, C.Sacerdoti Coen,                          *)
+(*      ||A||       E.Tassi, S.Zacchiroli                                 *)
+(*      \   /                                                             *)
+(*       \ /        This file is distributed under the terms of the       *)
+(*        v         GNU Lesser General Public License Version 2.1         *)
+(*                                                                        *)
+(**************************************************************************)
+
 (* Esercizio 0
    ===========
 
@@ -193,7 +207,7 @@ apply rule (prove (¬(∀x.P x) ⇒ ∃x.¬ P x));
 apply rule (⇒_i [h1] (∃x.¬ P x));
 apply rule (RAA [h2] (⊥));
 apply rule (¬_e (¬(∀x.P x)) (∀x.P x));
-       [ apply rule (discharge [h1]);
+       [ apply rule (discharge [h2]);
        | apply rule (∀_i {y} (P y));
     apply rule (RAA [h3] (⊥));
     apply rule (¬_e (¬∃x.¬ P x) (∃x.¬ P x));