]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/ng_TPTP/GRP563-1.ma
Stuff moved from old Matita.
[helm.git] / matita / matita / contribs / ng_TPTP / GRP563-1.ma
diff --git a/matita/matita/contribs/ng_TPTP/GRP563-1.ma b/matita/matita/contribs/ng_TPTP/GRP563-1.ma
new file mode 100644 (file)
index 0000000..02966f8
--- /dev/null
@@ -0,0 +1,71 @@
+include "logic/equality.ma".
+
+(* Inclusion of: GRP563-1.p *)
+
+(* -------------------------------------------------------------------------- *)
+
+(*  File     : GRP563-1 : TPTP v3.7.0. Released v2.6.0. *)
+
+(*  Domain   : Group Theory (Abelian) *)
+
+(*  Problem  : Axiom for Abelian group theory, in division and inverse, part 3 *)
+
+(*  Version  : [McC93] (equality) axioms. *)
+
+(*  English  :  *)
+
+(*  Refs     : [McC93] McCune (1993), Single Axioms for Groups and Abelian Gr *)
+
+(*  Source   : [TPTP] *)
+
+(*  Names    :  *)
+
+(*  Status   : Unsatisfiable *)
+
+(*  Rating   : 0.11 v3.4.0, 0.12 v3.3.0, 0.00 v2.6.0 *)
+
+(*  Syntax   : Number of clauses     :    3 (   0 non-Horn;   3 unit;   1 RR) *)
+
+(*             Number of atoms       :    3 (   3 equality) *)
+
+(*             Maximal clause size   :    1 (   1 average) *)
+
+(*             Number of predicates  :    1 (   0 propositional; 2-2 arity) *)
+
+(*             Number of functors    :    6 (   3 constant; 0-2 arity) *)
+
+(*             Number of variables   :    5 (   0 singleton) *)
+
+(*             Maximal term depth    :    5 (   3 average) *)
+
+(*  Comments : A UEQ part of GRP098-1 *)
+
+(* -------------------------------------------------------------------------- *)
+ntheorem prove_these_axioms_3:
+ (∀Univ:Type.∀A:Univ.∀B:Univ.∀C:Univ.
+∀a3:Univ.
+∀b3:Univ.
+∀c3:Univ.
+∀divide:∀_:Univ.∀_:Univ.Univ.
+∀inverse:∀_:Univ.Univ.
+∀multiply:∀_:Univ.∀_:Univ.Univ.
+∀H0:∀A:Univ.∀B:Univ.eq Univ (multiply A B) (divide A (inverse B)).
+∀H1:∀A:Univ.∀B:Univ.∀C:Univ.eq Univ (divide (divide (divide A (inverse B)) C) (divide A C)) B.eq Univ (multiply (multiply a3 b3) c3) (multiply a3 (multiply b3 c3)))
+.
+#Univ ##.
+#A ##.
+#B ##.
+#C ##.
+#a3 ##.
+#b3 ##.
+#c3 ##.
+#divide ##.
+#inverse ##.
+#multiply ##.
+#H0 ##.
+#H1 ##.
+nauto by H0,H1 ##;
+ntry (nassumption) ##;
+nqed.
+
+(* -------------------------------------------------------------------------- *)