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