1 include "logic/equality.ma".
3 (* Inclusion of: LCL113-2.p *)
5 (* -------------------------------------------------------------------------- *)
7 (* File : LCL113-2 : TPTP v3.7.0. Released v1.0.0. *)
9 (* Domain : Logic Calculi (Many valued sentential) *)
11 (* Problem : MV-33 depends on the Meredith system *)
13 (* Version : [TPTP] axioms. *)
15 (* Theorem formulation : Wajsberg algebra formulation *)
17 (* English : An axiomatisation of the many valued sentential calculus *)
19 (* is {MV-1,MV-2,MV-3,MV-5} by Meredith. Wajsberg presented *)
21 (* an equality axiomatisation. Show that MV-33 depends on the *)
23 (* Wajsberg axiomatisation. *)
25 (* Refs : [FRT84] Font et al. (1984), Wajsberg Algebras *)
27 (* : [MW92] McCune & Wos (1992), Experiments in Automated Deductio *)
33 (* Status : Unsatisfiable *)
35 (* Rating : 0.00 v2.2.1, 0.22 v2.2.0, 0.29 v2.1.0, 0.25 v2.0.0 *)
37 (* Syntax : Number of clauses : 5 ( 0 non-Horn; 5 unit; 1 RR) *)
39 (* Number of atoms : 5 ( 5 equality) *)
41 (* Maximal clause size : 1 ( 1 average) *)
43 (* Number of predicates : 1 ( 0 propositional; 2-2 arity) *)
45 (* Number of functors : 5 ( 3 constant; 0-2 arity) *)
47 (* Number of variables : 8 ( 0 singleton) *)
49 (* Maximal term depth : 4 ( 2 average) *)
53 (* -------------------------------------------------------------------------- *)
55 (* ----Include Wajsberg algebra axioms *)
57 (* Inclusion of: Axioms/LCL001-0.ax *)
59 (* -------------------------------------------------------------------------- *)
61 (* File : LCL001-0 : TPTP v3.7.0. Released v1.0.0. *)
63 (* Domain : Logic Calculi (Wajsberg Algebras) *)
65 (* Axioms : Wajsberg algebra axioms *)
67 (* Version : [Bon91] (equality) axioms. *)
71 (* Refs : [FRT84] Font et al. (1984), Wajsberg Algebras *)
73 (* : [Bon91] Bonacina (1991), Problems in Lukasiewicz Logic *)
75 (* : [MW92] McCune & Wos (1992), Experiments in Automated Deductio *)
79 (* Names : MV Sentential Calculus [MW92] *)
83 (* Syntax : Number of clauses : 4 ( 0 non-Horn; 4 unit; 0 RR) *)
85 (* Number of atoms : 4 ( 4 equality) *)
87 (* Maximal clause size : 1 ( 1 average) *)
89 (* Number of predicates : 1 ( 0 propositional; 2-2 arity) *)
91 (* Number of functors : 3 ( 1 constant; 0-2 arity) *)
93 (* Number of variables : 8 ( 0 singleton) *)
95 (* Maximal term depth : 4 ( 2 average) *)
99 (* -------------------------------------------------------------------------- *)
101 (* -------------------------------------------------------------------------- *)
103 (* -------------------------------------------------------------------------- *)
104 ntheorem prove_mv_33:
105 (∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ.
106 ∀implies:∀_:Univ.∀_:Univ.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 (implies (not x) y) (implies (not y) x)) truth)
129 nauto by H0,H1,H2,H3 ##;
130 ntry (nassumption) ##;
133 (* -------------------------------------------------------------------------- *)