TSTP Solution File: GRP012-4 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : GRP012-4 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.oqCCrHyrf3 true

% Computer : n007.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 01:49:30 EDT 2023

% Result   : Unsatisfiable 0.56s 0.77s
% Output   : Refutation 0.56s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GRP012-4 : TPTP v8.1.2. Released v1.0.0.
% 0.03/0.13  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.oqCCrHyrf3 true
% 0.13/0.34  % Computer : n007.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Tue Aug 29 02:33:58 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  % Running portfolio for 300 s
% 0.13/0.35  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.13/0.35  % Number of cores: 8
% 0.13/0.35  % Python version: Python 3.6.8
% 0.13/0.35  % Running in FO mode
% 0.54/0.64  % Total configuration time : 435
% 0.54/0.64  % Estimated wc time : 1092
% 0.54/0.64  % Estimated cpu time (7 cpus) : 156.0
% 0.54/0.71  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.54/0.74  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.54/0.75  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.54/0.75  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 0.54/0.76  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 0.54/0.76  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 0.54/0.76  % /export/starexec/sandbox/solver/bin/fo/fo4.sh running for 50s
% 0.56/0.77  % Solved by fo/fo6_bce.sh.
% 0.56/0.77  % BCE start: 6
% 0.56/0.77  % BCE eliminated: 0
% 0.56/0.77  % PE start: 6
% 0.56/0.77  logic: eq
% 0.56/0.77  % PE eliminated: 0
% 0.56/0.77  % done 32 iterations in 0.043s
% 0.56/0.77  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.56/0.77  % SZS output start Refutation
% 0.56/0.77  thf(a_type, type, a: $i).
% 0.56/0.77  thf(identity_type, type, identity: $i).
% 0.56/0.77  thf(multiply_type, type, multiply: $i > $i > $i).
% 0.56/0.77  thf(inverse_type, type, inverse: $i > $i).
% 0.56/0.77  thf(b_type, type, b: $i).
% 0.56/0.77  thf(prove_inverse_of_product_is_product_of_inverses, conjecture,
% 0.56/0.77    (( inverse @ ( multiply @ a @ b ) ) =
% 0.56/0.77     ( multiply @ ( inverse @ b ) @ ( inverse @ a ) ))).
% 0.56/0.77  thf(zf_stmt_0, negated_conjecture,
% 0.56/0.77    (( inverse @ ( multiply @ a @ b ) ) !=
% 0.56/0.77     ( multiply @ ( inverse @ b ) @ ( inverse @ a ) )),
% 0.56/0.77    inference('cnf.neg', [status(esa)],
% 0.56/0.77              [prove_inverse_of_product_is_product_of_inverses])).
% 0.56/0.77  thf(zip_derived_cl5, plain,
% 0.56/0.77      (((inverse @ (multiply @ a @ b))
% 0.56/0.77         != (multiply @ (inverse @ b) @ (inverse @ a)))),
% 0.56/0.77      inference('cnf', [status(esa)], [zf_stmt_0])).
% 0.56/0.77  thf(right_inverse, axiom,
% 0.56/0.77    (( multiply @ X @ ( inverse @ X ) ) = ( identity ))).
% 0.56/0.77  thf(zip_derived_cl4, plain,
% 0.56/0.77      (![X0 : $i]: ((multiply @ X0 @ (inverse @ X0)) = (identity))),
% 0.56/0.77      inference('cnf', [status(esa)], [right_inverse])).
% 0.56/0.77  thf(associativity, axiom,
% 0.56/0.77    (( multiply @ ( multiply @ X @ Y ) @ Z ) =
% 0.56/0.77     ( multiply @ X @ ( multiply @ Y @ Z ) ))).
% 0.56/0.77  thf(zip_derived_cl2, plain,
% 0.56/0.77      (![X0 : $i, X1 : $i, X2 : $i]:
% 0.56/0.77         ((multiply @ (multiply @ X0 @ X1) @ X2)
% 0.56/0.77           = (multiply @ X0 @ (multiply @ X1 @ X2)))),
% 0.56/0.77      inference('cnf', [status(esa)], [associativity])).
% 0.56/0.77  thf(zip_derived_cl12, plain,
% 0.56/0.77      (![X0 : $i, X1 : $i]:
% 0.56/0.77         ((identity)
% 0.56/0.77           = (multiply @ X1 @ 
% 0.56/0.77              (multiply @ X0 @ (inverse @ (multiply @ X1 @ X0)))))),
% 0.56/0.77      inference('s_sup+', [status(thm)], [zip_derived_cl4, zip_derived_cl2])).
% 0.56/0.77  thf(left_inverse, axiom, (( multiply @ ( inverse @ X ) @ X ) = ( identity ))).
% 0.56/0.77  thf(zip_derived_cl1, plain,
% 0.56/0.77      (![X0 : $i]: ((multiply @ (inverse @ X0) @ X0) = (identity))),
% 0.56/0.77      inference('cnf', [status(esa)], [left_inverse])).
% 0.56/0.77  thf(zip_derived_cl2, plain,
% 0.56/0.77      (![X0 : $i, X1 : $i, X2 : $i]:
% 0.56/0.77         ((multiply @ (multiply @ X0 @ X1) @ X2)
% 0.56/0.77           = (multiply @ X0 @ (multiply @ X1 @ X2)))),
% 0.56/0.77      inference('cnf', [status(esa)], [associativity])).
% 0.56/0.77  thf(zip_derived_cl17, plain,
% 0.56/0.77      (![X0 : $i, X1 : $i]:
% 0.56/0.77         ((multiply @ identity @ X0)
% 0.56/0.77           = (multiply @ (inverse @ X1) @ (multiply @ X1 @ X0)))),
% 0.56/0.77      inference('s_sup+', [status(thm)], [zip_derived_cl1, zip_derived_cl2])).
% 0.56/0.77  thf(left_identity, axiom, (( multiply @ identity @ X ) = ( X ))).
% 0.56/0.77  thf(zip_derived_cl0, plain,
% 0.56/0.77      (![X0 : $i]: ((multiply @ identity @ X0) = (X0))),
% 0.56/0.77      inference('cnf', [status(esa)], [left_identity])).
% 0.56/0.77  thf(zip_derived_cl22, plain,
% 0.56/0.77      (![X0 : $i, X1 : $i]:
% 0.56/0.77         ((X0) = (multiply @ (inverse @ X1) @ (multiply @ X1 @ X0)))),
% 0.56/0.77      inference('demod', [status(thm)], [zip_derived_cl17, zip_derived_cl0])).
% 0.56/0.77  thf(zip_derived_cl38, plain,
% 0.56/0.77      (![X0 : $i, X1 : $i]:
% 0.56/0.77         ((multiply @ X0 @ (inverse @ (multiply @ X1 @ X0)))
% 0.56/0.77           = (multiply @ (inverse @ X1) @ identity))),
% 0.56/0.77      inference('s_sup+', [status(thm)], [zip_derived_cl12, zip_derived_cl22])).
% 0.56/0.77  thf(right_identity, axiom, (( multiply @ X @ identity ) = ( X ))).
% 0.56/0.77  thf(zip_derived_cl3, plain,
% 0.56/0.77      (![X0 : $i]: ((multiply @ X0 @ identity) = (X0))),
% 0.56/0.77      inference('cnf', [status(esa)], [right_identity])).
% 0.56/0.77  thf(zip_derived_cl61, plain,
% 0.56/0.77      (![X0 : $i, X1 : $i]:
% 0.56/0.77         ((multiply @ X0 @ (inverse @ (multiply @ X1 @ X0))) = (inverse @ X1))),
% 0.56/0.77      inference('demod', [status(thm)], [zip_derived_cl38, zip_derived_cl3])).
% 0.56/0.77  thf(zip_derived_cl22, plain,
% 0.56/0.77      (![X0 : $i, X1 : $i]:
% 0.56/0.77         ((X0) = (multiply @ (inverse @ X1) @ (multiply @ X1 @ X0)))),
% 0.56/0.77      inference('demod', [status(thm)], [zip_derived_cl17, zip_derived_cl0])).
% 0.56/0.77  thf(zip_derived_cl162, plain,
% 0.56/0.77      (![X0 : $i, X1 : $i]:
% 0.56/0.77         ((inverse @ (multiply @ X0 @ X1))
% 0.56/0.77           = (multiply @ (inverse @ X1) @ (inverse @ X0)))),
% 0.56/0.77      inference('s_sup+', [status(thm)], [zip_derived_cl61, zip_derived_cl22])).
% 0.56/0.77  thf(zip_derived_cl244, plain,
% 0.56/0.77      (((inverse @ (multiply @ a @ b)) != (inverse @ (multiply @ a @ b)))),
% 0.56/0.77      inference('demod', [status(thm)], [zip_derived_cl5, zip_derived_cl162])).
% 0.56/0.77  thf(zip_derived_cl245, plain, ($false),
% 0.56/0.77      inference('simplify', [status(thm)], [zip_derived_cl244])).
% 0.56/0.77  
% 0.56/0.77  % SZS output end Refutation
% 0.56/0.77  
% 0.56/0.77  
% 0.56/0.77  % Terminating...
% 0.61/0.85  % Runner terminated.
% 1.75/0.86  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------