1 set "baseuri" "cic:/matita/TPTP/GRP182-4".
2 include "logic/equality.ma".
3 (* Inclusion of: GRP182-4.p *)
4 (* -------------------------------------------------------------------------- *)
5 (* File : GRP182-4 : TPTP v3.1.1. Bugfixed v1.2.1. *)
6 (* Domain : Group Theory (Lattice Ordered) *)
7 (* Problem : Positive part of the negative part is identity *)
8 (* Version : [Fuc94] (equality) axioms : Augmented. *)
9 (* Theorem formulation : Dual. *)
11 (* Refs : [Fuc94] Fuchs (1994), The Application of Goal-Orientated Heuri *)
12 (* : [Sch95] Schulz (1995), Explanation Based Learning for Distribu *)
13 (* Source : [Sch95] *)
14 (* Names : p17b [Sch95] *)
15 (* Status : Unsatisfiable *)
16 (* Rating : 0.00 v2.0.0 *)
17 (* Syntax : Number of clauses : 19 ( 0 non-Horn; 19 unit; 2 RR) *)
18 (* Number of atoms : 19 ( 19 equality) *)
19 (* Maximal clause size : 1 ( 1 average) *)
20 (* Number of predicates : 1 ( 0 propositional; 2-2 arity) *)
21 (* Number of functors : 6 ( 2 constant; 0-2 arity) *)
22 (* Number of variables : 36 ( 2 singleton) *)
23 (* Maximal term depth : 3 ( 2 average) *)
24 (* Comments : ORDERING LPO inverse > product > greatest_lower_bound > *)
25 (* least_upper_bound > identity > a *)
26 (* : ORDERING LPO greatest_lower_bound > least_upper_bound > *)
27 (* inverse > product > identity > a *)
28 (* Bugfixes : v1.2.1 - Duplicate axioms in GRP004-2.ax removed. *)
29 (* -------------------------------------------------------------------------- *)
30 (* ----Include equality group theory axioms *)
31 (* Inclusion of: Axioms/GRP004-0.ax *)
32 (* -------------------------------------------------------------------------- *)
33 (* File : GRP004-0 : TPTP v3.1.1. Released v1.0.0. *)
34 (* Domain : Group Theory *)
35 (* Axioms : Group theory (equality) axioms *)
36 (* Version : [MOW76] (equality) axioms : *)
37 (* Reduced > Complete. *)
39 (* Refs : [MOW76] McCharen et al. (1976), Problems and Experiments for a *)
40 (* : [Wos88] Wos (1988), Automated Reasoning - 33 Basic Research Pr *)
44 (* Syntax : Number of clauses : 3 ( 0 non-Horn; 3 unit; 0 RR) *)
45 (* Number of literals : 3 ( 3 equality) *)
46 (* Maximal clause size : 1 ( 1 average) *)
47 (* Number of predicates : 1 ( 0 propositional; 2-2 arity) *)
48 (* Number of functors : 3 ( 1 constant; 0-2 arity) *)
49 (* Number of variables : 5 ( 0 singleton) *)
50 (* Maximal term depth : 3 ( 2 average) *)
51 (* Comments : [MOW76] also contains redundant right_identity and *)
52 (* right_inverse axioms. *)
53 (* : These axioms are also used in [Wos88] p.186, also with *)
54 (* right_identity and right_inverse. *)
55 (* -------------------------------------------------------------------------- *)
56 (* ----For any x and y in the group x*y is also in the group. No clause *)
57 (* ----is needed here since this is an instance of reflexivity *)
58 (* ----There exists an identity element *)
59 (* ----For any x in the group, there exists an element y such that x*y = y*x *)
61 (* ----The operation '*' is associative *)
62 (* -------------------------------------------------------------------------- *)
63 (* ----Include Lattice ordered group (equality) axioms *)
64 (* Inclusion of: Axioms/GRP004-2.ax *)
65 (* -------------------------------------------------------------------------- *)
66 (* File : GRP004-2 : TPTP v3.1.1. Bugfixed v1.2.0. *)
67 (* Domain : Group Theory (Lattice Ordered) *)
68 (* Axioms : Lattice ordered group (equality) axioms *)
69 (* Version : [Fuc94] (equality) axioms. *)
71 (* Refs : [Fuc94] Fuchs (1994), The Application of Goal-Orientated Heuri *)
72 (* : [Sch95] Schulz (1995), Explanation Based Learning for Distribu *)
73 (* Source : [Sch95] *)
76 (* Syntax : Number of clauses : 12 ( 0 non-Horn; 12 unit; 0 RR) *)
77 (* Number of literals : 12 ( 12 equality) *)
78 (* Maximal clause size : 1 ( 1 average) *)
79 (* Number of predicates : 1 ( 0 propositional; 2-2 arity) *)
80 (* Number of functors : 3 ( 0 constant; 2-2 arity) *)
81 (* Number of variables : 28 ( 2 singleton) *)
82 (* Maximal term depth : 3 ( 2 average) *)
83 (* Comments : Requires GRP004-0.ax *)
84 (* -------------------------------------------------------------------------- *)
85 (* ----Specification of the least upper bound and greatest lower bound *)
86 (* ----Monotony of multiply *)
87 (* -------------------------------------------------------------------------- *)
88 (* -------------------------------------------------------------------------- *)
92 \forall greatest_lower_bound:\forall _:Univ.\forall _:Univ.Univ.
93 \forall identity:Univ.
94 \forall inverse:\forall _:Univ.Univ.
95 \forall least_upper_bound:\forall _:Univ.\forall _:Univ.Univ.
96 \forall multiply:\forall _:Univ.\forall _:Univ.Univ.
97 \forall H0:\forall X:Univ.\forall Y:Univ.eq Univ (inverse (multiply X Y)) (multiply (inverse Y) (inverse X)).
98 \forall H1:\forall X:Univ.eq Univ (inverse (inverse X)) X.
99 \forall H2:eq Univ (inverse identity) identity.
100 \forall H3:\forall X:Univ.\forall Y:Univ.\forall Z:Univ.eq Univ (multiply (greatest_lower_bound Y Z) X) (greatest_lower_bound (multiply Y X) (multiply Z X)).
101 \forall H4:\forall X:Univ.\forall Y:Univ.\forall Z:Univ.eq Univ (multiply (least_upper_bound Y Z) X) (least_upper_bound (multiply Y X) (multiply Z X)).
102 \forall H5:\forall X:Univ.\forall Y:Univ.\forall Z:Univ.eq Univ (multiply X (greatest_lower_bound Y Z)) (greatest_lower_bound (multiply X Y) (multiply X Z)).
103 \forall H6:\forall X:Univ.\forall Y:Univ.\forall Z:Univ.eq Univ (multiply X (least_upper_bound Y Z)) (least_upper_bound (multiply X Y) (multiply X Z)).
104 \forall H7:\forall X:Univ.\forall Y:Univ.eq Univ (greatest_lower_bound X (least_upper_bound X Y)) X.
105 \forall H8:\forall X:Univ.\forall Y:Univ.eq Univ (least_upper_bound X (greatest_lower_bound X Y)) X.
106 \forall H9:\forall X:Univ.eq Univ (greatest_lower_bound X X) X.
107 \forall H10:\forall X:Univ.eq Univ (least_upper_bound X X) X.
108 \forall H11:\forall X:Univ.\forall Y:Univ.\forall Z:Univ.eq Univ (least_upper_bound X (least_upper_bound Y Z)) (least_upper_bound (least_upper_bound X Y) Z).
109 \forall H12:\forall X:Univ.\forall Y:Univ.\forall Z:Univ.eq Univ (greatest_lower_bound X (greatest_lower_bound Y Z)) (greatest_lower_bound (greatest_lower_bound X Y) Z).
110 \forall H13:\forall X:Univ.\forall Y:Univ.eq Univ (least_upper_bound X Y) (least_upper_bound Y X).
111 \forall H14:\forall X:Univ.\forall Y:Univ.eq Univ (greatest_lower_bound X Y) (greatest_lower_bound Y X).
112 \forall H15:\forall X:Univ.\forall Y:Univ.\forall Z:Univ.eq Univ (multiply (multiply X Y) Z) (multiply X (multiply Y Z)).
113 \forall H16:\forall X:Univ.eq Univ (multiply (inverse X) X) identity.
114 \forall H17:\forall X:Univ.eq Univ (multiply identity X) X.eq Univ (greatest_lower_bound identity (least_upper_bound a identity)) identity
117 autobatch paramodulation timeout=100.
121 (* -------------------------------------------------------------------------- *)