]> matita.cs.unibo.it Git - helm.git/blob - matita/tests/TPTP/Veloci/GRP520-1.p.ma
tagged 0.5.0-rc1
[helm.git] / matita / tests / TPTP / Veloci / GRP520-1.p.ma
1
2 include "logic/equality.ma".
3 (* Inclusion of: GRP520-1.p *)
4 (* -------------------------------------------------------------------------- *)
5 (*  File     : GRP520-1 : TPTP v3.1.1. Bugfixed v2.7.0. *)
6 (*  Domain   : Group Theory (Abelian) *)
7 (*  Problem  : Axiom for Abelian group theory, in product and inverse, part 4 *)
8 (*  Version  : [McC93] (equality) axioms. *)
9 (*  English  :  *)
10 (*  Refs     : [McC93] McCune (1993), Single Axioms for Groups and Abelian Gr *)
11 (*  Source   : [TPTP] *)
12 (*  Names    :  *)
13 (*  Status   : Unsatisfiable *)
14 (*  Rating   : 0.00 v2.7.0 *)
15 (*  Syntax   : Number of clauses     :    2 (   0 non-Horn;   2 unit;   1 RR) *)
16 (*             Number of atoms       :    2 (   2 equality) *)
17 (*             Maximal clause size   :    1 (   1 average) *)
18 (*             Number of predicates  :    1 (   0 propositional; 2-2 arity) *)
19 (*             Number of functors    :    4 (   2 constant; 0-2 arity) *)
20 (*             Number of variables   :    3 (   0 singleton) *)
21 (*             Maximal term depth    :    6 (   3 average) *)
22 (*  Comments : A UEQ part of GRP087-1 *)
23 (*  Bugfixes : v2.7.0 - Grounded conjecture *)
24 (* -------------------------------------------------------------------------- *)
25 theorem prove_these_axioms_4:
26  \forall Univ:Set.
27 \forall a:Univ.
28 \forall b:Univ.
29 \forall inverse:\forall _:Univ.Univ.
30 \forall multiply:\forall _:Univ.\forall _:Univ.Univ.
31 \forall H0:\forall A:Univ.\forall B:Univ.\forall C:Univ.eq Univ (multiply A (multiply (multiply (inverse (multiply A B)) C) B)) C.eq Univ (multiply a b) (multiply b a)
32 .
33 intros.
34 autobatch paramodulation timeout=100;
35 try assumption.
36 print proofterm.
37 qed.
38 (* -------------------------------------------------------------------------- *)