]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/ng_TPTP/GRP484-1.ma
-ng implemented
[helm.git] / helm / software / matita / contribs / ng_TPTP / GRP484-1.ma
diff --git a/helm/software/matita/contribs/ng_TPTP/GRP484-1.ma b/helm/software/matita/contribs/ng_TPTP/GRP484-1.ma
new file mode 100644 (file)
index 0000000..294db28
--- /dev/null
@@ -0,0 +1,72 @@
+include "logic/equality.ma".
+
+(* Inclusion of: GRP484-1.p *)
+
+(* -------------------------------------------------------------------------- *)
+
+(*  File     : GRP484-1 : TPTP v3.2.0. Released v2.6.0. *)
+
+(*  Domain   : Group Theory *)
+
+(*  Problem  : Axiom for group theory, in double division and identity, part 1 *)
+
+(*  Version  : [McC93] (equality) axioms. *)
+
+(*  English  :  *)
+
+(*  Refs     : [McC93] McCune (1993), Single Axioms for Groups and Abelian Gr *)
+
+(*  Source   : [TPTP] *)
+
+(*  Names    :  *)
+
+(*  Status   : Unsatisfiable *)
+
+(*  Rating   : 0.00 v2.6.0 *)
+
+(*  Syntax   : Number of clauses     :    5 (   0 non-Horn;   5 unit;   1 RR) *)
+
+(*             Number of atoms       :    5 (   5 equality) *)
+
+(*             Maximal clause size   :    1 (   1 average) *)
+
+(*             Number of predicates  :    1 (   0 propositional; 2-2 arity) *)
+
+(*             Number of functors    :    5 (   2 constant; 0-2 arity) *)
+
+(*             Number of variables   :    7 (   0 singleton) *)
+
+(*             Maximal term depth    :    6 (   2 average) *)
+
+(*  Comments : A UEQ part of GRP076-1 *)
+
+(* -------------------------------------------------------------------------- *)
+ntheorem prove_these_axioms_1:
+ ∀Univ:Type.∀A:Univ.∀B:Univ.∀C:Univ.
+∀a1:Univ.
+∀double_divide:∀_:Univ.∀_:Univ.Univ.
+∀identity:Univ.
+∀inverse:∀_:Univ.Univ.
+∀multiply:∀_:Univ.∀_:Univ.Univ.
+∀H0:∀A:Univ.eq Univ identity (double_divide A (inverse A)).
+∀H1:∀A:Univ.eq Univ (inverse A) (double_divide A identity).
+∀H2:∀A:Univ.∀B:Univ.eq Univ (multiply A B) (double_divide (double_divide B A) identity).
+∀H3:∀A:Univ.∀B:Univ.∀C:Univ.eq Univ (double_divide (double_divide A (double_divide (double_divide (double_divide A B) C) (double_divide B identity))) (double_divide identity identity)) C.eq Univ (multiply (inverse a1) a1) identity
+.
+#Univ.
+#A.
+#B.
+#C.
+#a1.
+#double_divide.
+#identity.
+#inverse.
+#multiply.
+#H0.
+#H1.
+#H2.
+#H3.
+nauto by H0,H1,H2,H3;
+nqed.
+
+(* -------------------------------------------------------------------------- *)