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