]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/ng_TPTP/LCL141-1.ma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / ng_TPTP / LCL141-1.ma
1 include "logic/equality.ma".
2
3 (* Inclusion of: LCL141-1.p *)
4
5 (* -------------------------------------------------------------------------- *)
6
7 (*  File     : LCL141-1 : TPTP v3.7.0. Released v1.0.0. *)
8
9 (*  Domain   : Logic Calculi (Wajsberg Algebra) *)
10
11 (*  Problem  : A lemma in Wajsberg algebras *)
12
13 (*  Version  : [Bon91] (equality) axioms. *)
14
15 (*  English  : An axiomatisation of the many valued sentential calculus  *)
16
17 (*             is {MV-1,MV-2,MV-3,MV-5} by Meredith. Wajsberg provided  *)
18
19 (*             a different axiomatisation. Show that MV-5 depends on the  *)
20
21 (*             Wajsberg system. *)
22
23 (*  Refs     : [FRT84] Font et al. (1984), Wajsberg Algebras *)
24
25 (*           : [Bon91] Bonacina (1991), Problems in Lukasiewicz Logic *)
26
27 (*           : [MW92]  McCune & Wos (1992), Experiments in Automated Deductio *)
28
29 (*  Source   : [Bon91] *)
30
31 (*  Names    : Lemma 10 [Bon91] *)
32
33 (*  Status   : Unsatisfiable *)
34
35 (*  Rating   : 0.00 v2.2.1, 0.22 v2.2.0, 0.29 v2.1.0, 0.25 v2.0.0 *)
36
37 (*  Syntax   : Number of clauses     :    5 (   0 non-Horn;   5 unit;   1 RR) *)
38
39 (*             Number of atoms       :    5 (   5 equality) *)
40
41 (*             Maximal clause size   :    1 (   1 average) *)
42
43 (*             Number of predicates  :    1 (   0 propositional; 2-2 arity) *)
44
45 (*             Number of functors    :    5 (   3 constant; 0-2 arity) *)
46
47 (*             Number of variables   :    8 (   0 singleton) *)
48
49 (*             Maximal term depth    :    4 (   2 average) *)
50
51 (*  Comments :  *)
52
53 (* -------------------------------------------------------------------------- *)
54
55 (* ----Include Wajsberg algebra axioms  *)
56
57 (* Inclusion of: Axioms/LCL001-0.ax *)
58
59 (* -------------------------------------------------------------------------- *)
60
61 (*  File     : LCL001-0 : TPTP v3.7.0. Released v1.0.0. *)
62
63 (*  Domain   : Logic Calculi (Wajsberg Algebras) *)
64
65 (*  Axioms   : Wajsberg algebra axioms *)
66
67 (*  Version  : [Bon91] (equality) axioms. *)
68
69 (*  English  :  *)
70
71 (*  Refs     : [FRT84] Font et al. (1984), Wajsberg Algebras *)
72
73 (*           : [Bon91] Bonacina (1991), Problems in Lukasiewicz Logic *)
74
75 (*           : [MW92]  McCune & Wos (1992), Experiments in Automated Deductio *)
76
77 (*  Source   : [MW92] *)
78
79 (*  Names    : MV Sentential Calculus [MW92] *)
80
81 (*  Status   :  *)
82
83 (*  Syntax   : Number of clauses    :    4 (   0 non-Horn;   4 unit;   0 RR) *)
84
85 (*             Number of atoms      :    4 (   4 equality) *)
86
87 (*             Maximal clause size  :    1 (   1 average) *)
88
89 (*             Number of predicates :    1 (   0 propositional; 2-2 arity) *)
90
91 (*             Number of functors   :    3 (   1 constant; 0-2 arity) *)
92
93 (*             Number of variables  :    8 (   0 singleton) *)
94
95 (*             Maximal term depth   :    4 (   2 average) *)
96
97 (*  Comments :  *)
98
99 (* -------------------------------------------------------------------------- *)
100
101 (* -------------------------------------------------------------------------- *)
102
103 (* -------------------------------------------------------------------------- *)
104 ntheorem prove_wajsberg_lemma:
105  (∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ.
106 ∀implies:∀_:Univ.∀_:Univ.Univ.
107 ∀not:∀_:Univ.Univ.
108 ∀truth:Univ.
109 ∀x:Univ.
110 ∀y:Univ.
111 ∀H0:∀X:Univ.∀Y:Univ.eq Univ (implies (implies (not X) (not Y)) (implies Y X)) truth.
112 ∀H1:∀X:Univ.∀Y:Univ.eq Univ (implies (implies X Y) Y) (implies (implies Y X) X).
113 ∀H2:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (implies (implies X Y) (implies (implies Y Z) (implies X Z))) truth.
114 ∀H3:∀X:Univ.eq Univ (implies truth X) X.eq Univ (implies (not x) (not y)) (implies y x))
115 .
116 #Univ ##.
117 #X ##.
118 #Y ##.
119 #Z ##.
120 #implies ##.
121 #not ##.
122 #truth ##.
123 #x ##.
124 #y ##.
125 #H0 ##.
126 #H1 ##.
127 #H2 ##.
128 #H3 ##.
129 nauto by H0,H1,H2,H3 ##;
130 ntry (nassumption) ##;
131 nqed.
132
133 (* -------------------------------------------------------------------------- *)