X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Ftests%2FTPTP%2FVeloci%2FGRP548-1.p.ma;fp=matita%2Ftests%2FTPTP%2FVeloci%2FGRP548-1.p.ma;h=be679cf9b0b212f88ec40d5e1a05562546a03994;hp=0000000000000000000000000000000000000000;hb=f61af501fb4608cc4fb062a0864c774e677f0d76;hpb=58ae1809c352e71e7b5530dc41e2bfc834e1aef1 diff --git a/matita/tests/TPTP/Veloci/GRP548-1.p.ma b/matita/tests/TPTP/Veloci/GRP548-1.p.ma new file mode 100644 index 000000000..be679cf9b --- /dev/null +++ b/matita/tests/TPTP/Veloci/GRP548-1.p.ma @@ -0,0 +1,43 @@ + +include "logic/equality.ma". +(* Inclusion of: GRP548-1.p *) +(* -------------------------------------------------------------------------- *) +(* File : GRP548-1 : TPTP v3.1.1. Bugfixed v2.7.0. *) +(* Domain : Group Theory (Abelian) *) +(* Problem : Axiom for Abelian group theory, in division and identity, part 4 *) +(* 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.7.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 : 6 ( 3 constant; 0-2 arity) *) +(* Number of variables : 7 ( 0 singleton) *) +(* Maximal term depth : 4 ( 2 average) *) +(* Comments : A UEQ part of GRP094-1 *) +(* Bugfixes : v2.7.0 - Grounded conjecture *) +(* -------------------------------------------------------------------------- *) +theorem prove_these_axioms_4: + \forall Univ:Set. +\forall a:Univ. +\forall b:Univ. +\forall divide:\forall _:Univ.\forall _:Univ.Univ. +\forall identity:Univ. +\forall inverse:\forall _:Univ.Univ. +\forall multiply:\forall _:Univ.\forall _:Univ.Univ. +\forall H0:\forall A:Univ.eq Univ identity (divide A A). +\forall H1:\forall A:Univ.eq Univ (inverse A) (divide identity A). +\forall H2:\forall A:Univ.\forall B:Univ.eq Univ (multiply A B) (divide A (divide identity B)). +\forall H3:\forall A:Univ.\forall B:Univ.\forall C:Univ.eq Univ (divide (divide identity (divide A B)) (divide (divide B C) A)) C.eq Univ (multiply a b) (multiply b a) +. +intros. +autobatch paramodulation timeout=100; +try assumption. +print proofterm. +qed. +(* -------------------------------------------------------------------------- *)