TSTP Solution File: GRP033-3 by CSE---1.6

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE---1.6
% Problem  : GRP033-3 : TPTP v8.1.2. Bugfixed v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %s %d

% Computer : n011.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 00:10:41 EDT 2023

% Result   : Unsatisfiable 0.18s 0.62s
% Output   : CNFRefutation 0.18s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem    : GRP033-3 : TPTP v8.1.2. Bugfixed v4.0.0.
% 0.12/0.13  % Command    : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %s %d
% 0.12/0.33  % Computer : n011.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit   : 300
% 0.12/0.33  % WCLimit    : 300
% 0.12/0.34  % DateTime   : Mon Aug 28 20:09:40 EDT 2023
% 0.12/0.34  % CPUTime    : 
% 0.18/0.56  start to proof:theBenchmark
% 0.18/0.61  %-------------------------------------------
% 0.18/0.61  % File        :CSE---1.6
% 0.18/0.61  % Problem     :theBenchmark
% 0.18/0.61  % Transform   :cnf
% 0.18/0.61  % Format      :tptp:raw
% 0.18/0.61  % Command     :java -jar mcs_scs.jar %d %s
% 0.18/0.61  
% 0.18/0.61  % Result      :Theorem 0.010000s
% 0.18/0.61  % Output      :CNFRefutation 0.010000s
% 0.18/0.61  %-------------------------------------------
% 0.18/0.62  %--------------------------------------------------------------------------
% 0.18/0.62  % File     : GRP033-3 : TPTP v8.1.2. Bugfixed v4.0.0.
% 0.18/0.62  % Domain   : Group Theory (Subgroups)
% 0.18/0.62  % Problem  : In subgroups, the identity is the group identity
% 0.18/0.62  % Version  : [Wos65] axioms : Reduced > Incomplete.
% 0.18/0.62  % English  :
% 0.18/0.62  
% 0.18/0.62  % Refs     : [Wos65] Wos (1965), Unpublished Note
% 0.18/0.62  %          : [WM76]  Wilson & Minker (1976), Resolution, Refinements, and S
% 0.18/0.62  % Source   : [SPRFN]
% 0.18/0.62  % Names    : Problem 13 [Wos65]
% 0.18/0.62  %          : wos13 [WM76]
% 0.18/0.62  
% 0.18/0.62  % Status   : Unsatisfiable
% 0.18/0.62  % Rating   : 0.00 v7.4.0, 0.17 v7.3.0, 0.00 v5.4.0, 0.11 v5.3.0, 0.20 v5.2.0, 0.00 v5.1.0, 0.06 v5.0.0, 0.00 v4.1.0, 0.07 v4.0.1, 0.00 v4.0.0
% 0.18/0.62  % Syntax   : Number of clauses     :   22 (   7 unt;   0 nHn;  14 RR)
% 0.18/0.62  %            Number of literals    :   50 (   0 equ;  29 neg)
% 0.18/0.62  %            Maximal clause size   :    4 (   2 avg)
% 0.18/0.62  %            Maximal term depth    :    2 (   1 avg)
% 0.18/0.62  %            Number of predicates  :    3 (   3 usr;   0 prp; 1-3 aty)
% 0.18/0.62  %            Number of functors    :    5 (   5 usr;   2 con; 0-2 aty)
% 0.18/0.62  %            Number of variables   :   55 (   0 sgn)
% 0.18/0.62  % SPC      : CNF_UNS_RFO_NEQ_HRN
% 0.18/0.62  
% 0.18/0.62  % Comments : Omits j substitutivity.
% 0.18/0.62  % Bugfixes : v4.0.0 - Removed duplicate clause closure_of_product_and_inverse
% 0.18/0.62  %--------------------------------------------------------------------------
% 0.18/0.62  %----Include group theory axioms
% 0.18/0.62  %include('Axioms/GRP003-0.ax').
% 0.18/0.62  %----Include sub-group theory axioms
% 0.18/0.62  %include('Axioms/GRP003-2.ax').
% 0.18/0.62  %--------------------------------------------------------------------------
% 0.18/0.62  cnf(reflexivity,axiom,
% 0.18/0.62      equalish(X,X) ).
% 0.18/0.62  
% 0.18/0.62  cnf(symmetry,axiom,
% 0.18/0.62      ( ~ equalish(X,Y)
% 0.18/0.62      | equalish(Y,X) ) ).
% 0.18/0.62  
% 0.18/0.62  cnf(transitivity,axiom,
% 0.18/0.62      ( ~ equalish(X,Y)
% 0.18/0.62      | ~ equalish(Y,Z)
% 0.18/0.62      | equalish(X,Z) ) ).
% 0.18/0.62  
% 0.18/0.62  cnf(inverse_substitution,axiom,
% 0.18/0.62      ( ~ equalish(X,Y)
% 0.18/0.62      | equalish(inverse(X),inverse(Y)) ) ).
% 0.18/0.62  
% 0.18/0.62  cnf(multiply_substitution1,axiom,
% 0.18/0.62      ( ~ equalish(X,Y)
% 0.18/0.62      | equalish(multiply(X,W),multiply(Y,W)) ) ).
% 0.18/0.62  
% 0.18/0.62  cnf(multiply_substitution2,axiom,
% 0.18/0.62      ( ~ equalish(X,Y)
% 0.18/0.62      | equalish(multiply(W,X),multiply(W,Y)) ) ).
% 0.18/0.62  
% 0.18/0.62  cnf(product_substitution1,axiom,
% 0.18/0.62      ( ~ equalish(X,Y)
% 0.18/0.62      | ~ product(X,W,Z)
% 0.18/0.62      | product(Y,W,Z) ) ).
% 0.18/0.62  
% 0.18/0.62  cnf(product_substitution2,axiom,
% 0.18/0.62      ( ~ equalish(X,Y)
% 0.18/0.62      | ~ product(W,X,Z)
% 0.18/0.62      | product(W,Y,Z) ) ).
% 0.18/0.62  
% 0.18/0.62  cnf(product_substitution3,axiom,
% 0.18/0.62      ( ~ equalish(X,Y)
% 0.18/0.62      | ~ product(W,Z,X)
% 0.18/0.62      | product(W,Z,Y) ) ).
% 0.18/0.62  
% 0.18/0.62  cnf(subgroup_member_substitution,axiom,
% 0.18/0.62      ( ~ equalish(A,B)
% 0.18/0.62      | ~ subgroup_member(A)
% 0.18/0.62      | subgroup_member(B) ) ).
% 0.18/0.62  
% 0.18/0.62  %----j(A) is an element for which A is identity. In a subgroup this can
% 0.18/0.62  %----be any element.
% 0.18/0.62  
% 0.18/0.62  %----This subsitution axiom really should be in, but Wos omits it
% 0.18/0.62  % input_clause(j_substitutivity1,axiom,
% 0.18/0.62  %     [--equalish(A,B),
% 0.18/0.62  %      ++equalish(j(A),j(B))]).
% 0.18/0.62  
% 0.18/0.62  cnf(left_identity,axiom,
% 0.18/0.62      product(identity,X,X) ).
% 0.18/0.62  
% 0.18/0.62  cnf(right_identity,axiom,
% 0.18/0.62      product(X,identity,X) ).
% 0.18/0.62  
% 0.18/0.62  cnf(left_inverse,axiom,
% 0.18/0.62      product(inverse(X),X,identity) ).
% 0.18/0.62  
% 0.18/0.62  cnf(right_inverse,axiom,
% 0.18/0.62      product(X,inverse(X),identity) ).
% 0.18/0.62  
% 0.18/0.62  %----This axiom is called closure or totality in some axiomatisations
% 0.18/0.62  cnf(total_function1,axiom,
% 0.18/0.62      product(X,Y,multiply(X,Y)) ).
% 0.18/0.62  
% 0.18/0.62  %----This axiom is called well_definedness in some axiomatisations
% 0.18/0.62  cnf(total_function2,axiom,
% 0.18/0.62      ( ~ product(X,Y,Z)
% 0.18/0.62      | ~ product(X,Y,W)
% 0.18/0.62      | equalish(Z,W) ) ).
% 0.18/0.62  
% 0.18/0.62  cnf(associativity1,axiom,
% 0.18/0.62      ( ~ product(X,Y,U)
% 0.18/0.62      | ~ product(Y,Z,V)
% 0.18/0.62      | ~ product(U,Z,W)
% 0.18/0.62      | product(X,V,W) ) ).
% 0.18/0.62  
% 0.18/0.62  cnf(associativity2,axiom,
% 0.18/0.62      ( ~ product(X,Y,U)
% 0.18/0.62      | ~ product(Y,Z,V)
% 0.18/0.62      | ~ product(X,V,W)
% 0.18/0.62      | product(U,Z,W) ) ).
% 0.18/0.62  
% 0.18/0.62  cnf(closure_of_product_and_inverse,axiom,
% 0.18/0.62      ( ~ subgroup_member(A)
% 0.18/0.62      | ~ subgroup_member(B)
% 0.18/0.62      | ~ product(A,inverse(B),C)
% 0.18/0.62      | subgroup_member(C) ) ).
% 0.18/0.62  
% 0.18/0.62  %----j(A) is an element for which A is identity. In a subgroup this can
% 0.18/0.62  %----be any element.
% 0.18/0.62  
% 0.18/0.62  %----This subsitution axiom really should be in, but Wos omits it
% 0.18/0.62  % input_clause(j_substitutivity1,axiom,
% 0.18/0.62  %     [--equalish(A,B),
% 0.18/0.62  %      ++equalish(j(A),j(B))]).
% 0.18/0.62  
% 0.18/0.62  cnf(a_is_in_subgroup,hypothesis,
% 0.18/0.62      subgroup_member(a) ).
% 0.18/0.62  
% 0.18/0.62  cnf(subgr2_clause1,hypothesis,
% 0.18/0.62      ( ~ subgroup_member(A)
% 0.18/0.62      | subgroup_member(j(A)) ) ).
% 0.18/0.62  
% 0.18/0.62  cnf(prove_subgr2,negated_conjecture,
% 0.18/0.62      ( ~ product(j(A),A,j(A))
% 0.18/0.62      | ~ product(A,j(A),j(A))
% 0.18/0.62      | ~ subgroup_member(A) ) ).
% 0.18/0.62  
% 0.18/0.62  %--------------------------------------------------------------------------
% 0.18/0.62  %-------------------------------------------
% 0.18/0.62  % Proof found
% 0.18/0.62  % SZS status Theorem for theBenchmark
% 0.18/0.62  % SZS output start Proof
% 0.18/0.62  %ClaNum:22(EqnAxiom:0)
% 0.18/0.62  %VarNum:115(SingletonVarNum:55)
% 0.18/0.62  %MaxLitNum:4
% 0.18/0.62  %MaxfuncDepth:1
% 0.18/0.62  %SharedTerms:3
% 0.18/0.62  %goalClause: 20
% 0.18/0.62  [1]P1(a1)
% 0.18/0.62  [2]P2(x21,x21)
% 0.18/0.62  [3]P3(x31,a2,x31)
% 0.18/0.62  [4]P3(a2,x41,x41)
% 0.18/0.62  [5]P3(x51,f3(x51),a2)
% 0.18/0.62  [6]P3(f3(x61),x61,a2)
% 0.18/0.62  [7]P3(x71,x72,f4(x71,x72))
% 0.18/0.62  [8]~P1(x81)+P1(f5(x81))
% 0.18/0.62  [10]~P2(x102,x101)+P2(x101,x102)
% 0.18/0.62  [11]~P2(x111,x112)+P2(f3(x111),f3(x112))
% 0.18/0.62  [13]~P2(x132,x133)+P2(f4(x131,x132),f4(x131,x133))
% 0.18/0.62  [14]~P2(x141,x143)+P2(f4(x141,x142),f4(x143,x142))
% 0.18/0.62  [20]~P1(x201)+~P3(x201,f5(x201),f5(x201))+~P3(f5(x201),x201,f5(x201))
% 0.18/0.62  [9]~P2(x92,x91)+P1(x91)+~P1(x92)
% 0.18/0.62  [12]~P2(x121,x123)+P2(x121,x122)+~P2(x123,x122)
% 0.18/0.62  [16]~P3(x161,x162,x164)+P3(x161,x162,x163)+~P2(x164,x163)
% 0.18/0.62  [17]~P3(x171,x174,x173)+P3(x171,x172,x173)+~P2(x174,x172)
% 0.18/0.62  [18]~P3(x184,x182,x183)+P3(x181,x182,x183)+~P2(x184,x181)
% 0.18/0.62  [19]~P3(x193,x194,x191)+P2(x191,x192)+~P3(x193,x194,x192)
% 0.18/0.62  [15]P1(x151)+~P1(x152)+~P1(x153)+~P3(x153,f3(x152),x151)
% 0.18/0.62  [21]~P3(x216,x214,x211)+P3(x211,x212,x213)+~P3(x214,x212,x215)+~P3(x216,x215,x213)
% 0.18/0.62  [22]~P3(x221,x226,x224)+P3(x221,x222,x223)+~P3(x224,x225,x223)+~P3(x226,x225,x222)
% 0.18/0.62  %EqnAxiom
% 0.18/0.62  
% 0.18/0.62  %-------------------------------------------
% 0.18/0.62  cnf(23,plain,
% 0.18/0.62     (P2(x231,f4(x231,a2))),
% 0.18/0.62     inference(scs_inference,[],[3,7,19])).
% 0.18/0.62  cnf(24,plain,
% 0.18/0.62     (P3(x241,x242,f4(x241,x242))),
% 0.18/0.62     inference(rename_variables,[],[7])).
% 0.18/0.62  cnf(28,plain,
% 0.18/0.62     (P3(x281,a2,x281)),
% 0.18/0.62     inference(rename_variables,[],[3])).
% 0.18/0.62  cnf(31,plain,
% 0.18/0.62     (P3(a2,x311,x311)),
% 0.18/0.62     inference(rename_variables,[],[4])).
% 0.18/0.62  cnf(32,plain,
% 0.18/0.62     (P3(x321,a2,x321)),
% 0.18/0.62     inference(rename_variables,[],[3])).
% 0.18/0.62  cnf(35,plain,
% 0.18/0.62     (P3(x351,x352,f4(x351,x352))),
% 0.18/0.62     inference(rename_variables,[],[7])).
% 0.18/0.62  cnf(55,plain,
% 0.18/0.62     (~P1(f4(a2,a2))),
% 0.18/0.62     inference(scs_inference,[],[1,3,28,32,4,31,7,24,35,5,19,18,17,20,22,15,10,8,14,13,11,21,9])).
% 0.18/0.62  cnf(60,plain,
% 0.18/0.62     (~P3(a1,f3(a1),f4(a2,a2))),
% 0.18/0.62     inference(scs_inference,[],[1,6,55,23,16,15])).
% 0.18/0.62  cnf(86,plain,
% 0.18/0.62     ($false),
% 0.18/0.62     inference(scs_inference,[],[23,5,60,10,16]),
% 0.18/0.62     ['proof']).
% 0.18/0.62  % SZS output end Proof
% 0.18/0.62  % Total time :0.010000s
%------------------------------------------------------------------------------