1 include "logic/equality.ma".
3 (* Inclusion of: LCL110-2.p *)
5 (* -------------------------------------------------------------------------- *)
7 (* File : LCL110-2 : TPTP v3.2.0. Released v1.0.0. *)
9 (* Domain : Logic Calculi (Many valued sentential) *)
11 (* Problem : MV-24 depends on the Meredith system *)
13 (* Version : [LW92] 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-24 depends on the *)
23 (* Wajsberg axiomatisation. *)
25 (* Refs : [FRT84] Font et al. (1984), Wajsberg Algebras *)
27 (* : [MW92] McCune & Wos (1992), Experiments in Automated Deductio *)
29 (* : [LW92] Lusk & Wos (1992), Benchmark Problems in Which Equalit *)
33 (* Names : MV1.1 [LW92] *)
35 (* Status : Unsatisfiable *)
37 (* Rating : 0.00 v2.2.1, 0.22 v2.2.0, 0.29 v2.1.0, 0.25 v2.0.0 *)
39 (* Syntax : Number of clauses : 5 ( 0 non-Horn; 5 unit; 1 RR) *)
41 (* Number of atoms : 5 ( 5 equality) *)
43 (* Maximal clause size : 1 ( 1 average) *)
45 (* Number of predicates : 1 ( 0 propositional; 2-2 arity) *)
47 (* Number of functors : 4 ( 2 constant; 0-2 arity) *)
49 (* Number of variables : 8 ( 0 singleton) *)
51 (* Maximal term depth : 4 ( 2 average) *)
55 (* -------------------------------------------------------------------------- *)
57 (* ----Include Wajsberg algebra axioms *)
59 (* Inclusion of: Axioms/LCL001-0.ax *)
61 (* -------------------------------------------------------------------------- *)
63 (* File : LCL001-0 : TPTP v3.2.0. Released v1.0.0. *)
65 (* Domain : Logic Calculi (Wajsberg Algebras) *)
67 (* Axioms : Wajsberg algebra axioms *)
69 (* Version : [Bon91] (equality) axioms. *)
73 (* Refs : [FRT84] Font et al. (1984), Wajsberg Algebras *)
75 (* : [Bon91] Bonacina (1991), Problems in Lukasiewicz Logic *)
77 (* : [MW92] McCune & Wos (1992), Experiments in Automated Deductio *)
81 (* Names : MV Sentential Calculus [MW92] *)
85 (* Syntax : Number of clauses : 4 ( 0 non-Horn; 4 unit; 0 RR) *)
87 (* Number of literals : 4 ( 4 equality) *)
89 (* Maximal clause size : 1 ( 1 average) *)
91 (* Number of predicates : 1 ( 0 propositional; 2-2 arity) *)
93 (* Number of functors : 3 ( 1 constant; 0-2 arity) *)
95 (* Number of variables : 8 ( 0 singleton) *)
97 (* Maximal term depth : 4 ( 2 average) *)
101 (* -------------------------------------------------------------------------- *)
103 (* -------------------------------------------------------------------------- *)
105 (* -------------------------------------------------------------------------- *)
106 ntheorem prove_mv_24:
107 ∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ.
108 ∀implies:∀_:Univ.∀_:Univ.Univ.
112 ∀H0:∀X:Univ.∀Y:Univ.eq Univ (implies (implies (not X) (not Y)) (implies Y X)) truth.
113 ∀H1:∀X:Univ.∀Y:Univ.eq Univ (implies (implies X Y) Y) (implies (implies Y X) X).
114 ∀H2:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (implies (implies X Y) (implies (implies Y Z) (implies X Z))) truth.
115 ∀H3:∀X:Univ.eq Univ (implies truth X) X.eq Univ (implies (not (not x)) x) truth
129 nauto by H0,H1,H2,H3;
132 (* -------------------------------------------------------------------------- *)