TSTP Solution File: GRP010-1 by Z3---4.8.9.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Z3---4.8.9.0
% Problem  : GRP010-1 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp
% Command  : z3_tptp -proof -model -t:%d -file:%s

% Computer : n015.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 : Fri Sep 16 22:25:24 EDT 2022

% Result   : Unsatisfiable 0.22s 0.41s
% Output   : Proof 0.22s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :   41
% Syntax   : Number of formulae    :   90 (  39 unt;   6 typ;   0 def)
%            Number of atoms       :  321 (  45 equ)
%            Maximal formula atoms :   16 (   3 avg)
%            Number of connectives :  419 ( 196   ~; 187   |;   0   &)
%                                         (  36 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   5 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of FOOLs       :   14 (  14 fml;   0 var)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    6 (   3   >;   3   *;   0   +;   0  <<)
%            Number of predicates  :    7 (   5 usr;   1 prp; 0-3 aty)
%            Number of functors    :    5 (   5 usr;   3 con; 0-2 aty)
%            Number of variables   :  252 ( 227   !;   0   ?; 252   :)

% Comments : 
%------------------------------------------------------------------------------
tff(product_type,type,
    product: ( $i * $i * $i ) > $o ).

tff(identity_type,type,
    identity: $i ).

tff(a_type,type,
    a: $i ).

tff(inverse_type,type,
    inverse: $i > $i ).

tff(b_type,type,
    b: $i ).

tff(multiply_type,type,
    multiply: ( $i * $i ) > $i ).

tff(1,plain,
    ^ [X: $i] :
      refl(
        ( product(identity,X,X)
      <=> product(identity,X,X) )),
    inference(bind,[status(th)],]) ).

tff(2,plain,
    ( ! [X: $i] : product(identity,X,X)
  <=> ! [X: $i] : product(identity,X,X) ),
    inference(quant_intro,[status(thm)],[1]) ).

tff(3,plain,
    ( ! [X: $i] : product(identity,X,X)
  <=> ! [X: $i] : product(identity,X,X) ),
    inference(rewrite,[status(thm)],]) ).

tff(4,axiom,
    ! [X: $i] : product(identity,X,X),
    file('/export/starexec/sandbox/benchmark/Axioms/GRP003-0.ax',left_identity) ).

tff(5,plain,
    ! [X: $i] : product(identity,X,X),
    inference(modus_ponens,[status(thm)],[4,3]) ).

tff(6,plain,
    ! [X: $i] : product(identity,X,X),
    inference(skolemize,[status(sab)],[5]) ).

tff(7,plain,
    ! [X: $i] : product(identity,X,X),
    inference(modus_ponens,[status(thm)],[6,2]) ).

tff(8,plain,
    ( ~ ! [X: $i] : product(identity,X,X)
    | product(identity,b,b) ),
    inference(quant_inst,[status(thm)],]) ).

tff(9,plain,
    product(identity,b,b),
    inference(unit_resolution,[status(thm)],[8,7]) ).

tff(10,plain,
    ^ [Y: $i,X: $i] :
      refl(
        ( product(X,Y,multiply(X,Y))
      <=> product(X,Y,multiply(X,Y)) )),
    inference(bind,[status(th)],]) ).

tff(11,plain,
    ( ! [Y: $i,X: $i] : product(X,Y,multiply(X,Y))
  <=> ! [Y: $i,X: $i] : product(X,Y,multiply(X,Y)) ),
    inference(quant_intro,[status(thm)],[10]) ).

tff(12,plain,
    ( ! [Y: $i,X: $i] : product(X,Y,multiply(X,Y))
  <=> ! [Y: $i,X: $i] : product(X,Y,multiply(X,Y)) ),
    inference(rewrite,[status(thm)],]) ).

tff(13,axiom,
    ! [Y: $i,X: $i] : product(X,Y,multiply(X,Y)),
    file('/export/starexec/sandbox/benchmark/Axioms/GRP003-0.ax',total_function1) ).

tff(14,plain,
    ! [Y: $i,X: $i] : product(X,Y,multiply(X,Y)),
    inference(modus_ponens,[status(thm)],[13,12]) ).

tff(15,plain,
    ! [Y: $i,X: $i] : product(X,Y,multiply(X,Y)),
    inference(skolemize,[status(sab)],[14]) ).

tff(16,plain,
    ! [Y: $i,X: $i] : product(X,Y,multiply(X,Y)),
    inference(modus_ponens,[status(thm)],[15,11]) ).

tff(17,plain,
    ( ~ ! [Y: $i,X: $i] : product(X,Y,multiply(X,Y))
    | product(identity,b,multiply(identity,b)) ),
    inference(quant_inst,[status(thm)],]) ).

tff(18,plain,
    product(identity,b,multiply(identity,b)),
    inference(unit_resolution,[status(thm)],[17,16]) ).

tff(19,plain,
    ^ [W: $i,Z: $i,Y: $i,X: $i] :
      refl(
        ( ( ( Z = W )
          | ~ product(X,Y,W)
          | ~ product(X,Y,Z) )
      <=> ( ( Z = W )
          | ~ product(X,Y,W)
          | ~ product(X,Y,Z) ) )),
    inference(bind,[status(th)],]) ).

tff(20,plain,
    ( ! [W: $i,Z: $i,Y: $i,X: $i] :
        ( ( Z = W )
        | ~ product(X,Y,W)
        | ~ product(X,Y,Z) )
  <=> ! [W: $i,Z: $i,Y: $i,X: $i] :
        ( ( Z = W )
        | ~ product(X,Y,W)
        | ~ product(X,Y,Z) ) ),
    inference(quant_intro,[status(thm)],[19]) ).

tff(21,plain,
    ( ! [W: $i,Z: $i,Y: $i,X: $i] :
        ( ( Z = W )
        | ~ product(X,Y,W)
        | ~ product(X,Y,Z) )
  <=> ! [W: $i,Z: $i,Y: $i,X: $i] :
        ( ( Z = W )
        | ~ product(X,Y,W)
        | ~ product(X,Y,Z) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(22,plain,
    ^ [W: $i,Z: $i,Y: $i,X: $i] :
      rewrite(
        ( ( ~ product(X,Y,Z)
          | ~ product(X,Y,W)
          | ( Z = W ) )
      <=> ( ( Z = W )
          | ~ product(X,Y,W)
          | ~ product(X,Y,Z) ) )),
    inference(bind,[status(th)],]) ).

tff(23,plain,
    ( ! [W: $i,Z: $i,Y: $i,X: $i] :
        ( ~ product(X,Y,Z)
        | ~ product(X,Y,W)
        | ( Z = W ) )
  <=> ! [W: $i,Z: $i,Y: $i,X: $i] :
        ( ( Z = W )
        | ~ product(X,Y,W)
        | ~ product(X,Y,Z) ) ),
    inference(quant_intro,[status(thm)],[22]) ).

tff(24,axiom,
    ! [W: $i,Z: $i,Y: $i,X: $i] :
      ( ~ product(X,Y,Z)
      | ~ product(X,Y,W)
      | ( Z = W ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/GRP003-0.ax',total_function2) ).

tff(25,plain,
    ! [W: $i,Z: $i,Y: $i,X: $i] :
      ( ( Z = W )
      | ~ product(X,Y,W)
      | ~ product(X,Y,Z) ),
    inference(modus_ponens,[status(thm)],[24,23]) ).

tff(26,plain,
    ! [W: $i,Z: $i,Y: $i,X: $i] :
      ( ( Z = W )
      | ~ product(X,Y,W)
      | ~ product(X,Y,Z) ),
    inference(modus_ponens,[status(thm)],[25,21]) ).

tff(27,plain,
    ! [W: $i,Z: $i,Y: $i,X: $i] :
      ( ( Z = W )
      | ~ product(X,Y,W)
      | ~ product(X,Y,Z) ),
    inference(skolemize,[status(sab)],[26]) ).

tff(28,plain,
    ! [W: $i,Z: $i,Y: $i,X: $i] :
      ( ( Z = W )
      | ~ product(X,Y,W)
      | ~ product(X,Y,Z) ),
    inference(modus_ponens,[status(thm)],[27,20]) ).

tff(29,plain,
    ( ( ~ ! [W: $i,Z: $i,Y: $i,X: $i] :
            ( ( Z = W )
            | ~ product(X,Y,W)
            | ~ product(X,Y,Z) )
      | ~ product(identity,b,multiply(identity,b))
      | ( b = multiply(identity,b) )
      | ~ product(identity,b,b) )
  <=> ( ~ ! [W: $i,Z: $i,Y: $i,X: $i] :
            ( ( Z = W )
            | ~ product(X,Y,W)
            | ~ product(X,Y,Z) )
      | ~ product(identity,b,multiply(identity,b))
      | ( b = multiply(identity,b) )
      | ~ product(identity,b,b) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(30,plain,
    ( ( ( b = multiply(identity,b) )
      | ~ product(identity,b,multiply(identity,b))
      | ~ product(identity,b,b) )
  <=> ( ~ product(identity,b,multiply(identity,b))
      | ( b = multiply(identity,b) )
      | ~ product(identity,b,b) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(31,plain,
    ( ( ~ ! [W: $i,Z: $i,Y: $i,X: $i] :
            ( ( Z = W )
            | ~ product(X,Y,W)
            | ~ product(X,Y,Z) )
      | ( b = multiply(identity,b) )
      | ~ product(identity,b,multiply(identity,b))
      | ~ product(identity,b,b) )
  <=> ( ~ ! [W: $i,Z: $i,Y: $i,X: $i] :
            ( ( Z = W )
            | ~ product(X,Y,W)
            | ~ product(X,Y,Z) )
      | ~ product(identity,b,multiply(identity,b))
      | ( b = multiply(identity,b) )
      | ~ product(identity,b,b) ) ),
    inference(monotonicity,[status(thm)],[30]) ).

tff(32,plain,
    ( ( ~ ! [W: $i,Z: $i,Y: $i,X: $i] :
            ( ( Z = W )
            | ~ product(X,Y,W)
            | ~ product(X,Y,Z) )
      | ( b = multiply(identity,b) )
      | ~ product(identity,b,multiply(identity,b))
      | ~ product(identity,b,b) )
  <=> ( ~ ! [W: $i,Z: $i,Y: $i,X: $i] :
            ( ( Z = W )
            | ~ product(X,Y,W)
            | ~ product(X,Y,Z) )
      | ~ product(identity,b,multiply(identity,b))
      | ( b = multiply(identity,b) )
      | ~ product(identity,b,b) ) ),
    inference(transitivity,[status(thm)],[31,29]) ).

tff(33,plain,
    ( ~ ! [W: $i,Z: $i,Y: $i,X: $i] :
          ( ( Z = W )
          | ~ product(X,Y,W)
          | ~ product(X,Y,Z) )
    | ( b = multiply(identity,b) )
    | ~ product(identity,b,multiply(identity,b))
    | ~ product(identity,b,b) ),
    inference(quant_inst,[status(thm)],]) ).

tff(34,plain,
    ( ~ ! [W: $i,Z: $i,Y: $i,X: $i] :
          ( ( Z = W )
          | ~ product(X,Y,W)
          | ~ product(X,Y,Z) )
    | ~ product(identity,b,multiply(identity,b))
    | ( b = multiply(identity,b) )
    | ~ product(identity,b,b) ),
    inference(modus_ponens,[status(thm)],[33,32]) ).

tff(35,plain,
    b = multiply(identity,b),
    inference(unit_resolution,[status(thm)],[34,28,18,9]) ).

tff(36,plain,
    multiply(identity,b) = b,
    inference(symmetry,[status(thm)],[35]) ).

tff(37,plain,
    ^ [X: $i] :
      refl(
        ( product(inverse(X),X,identity)
      <=> product(inverse(X),X,identity) )),
    inference(bind,[status(th)],]) ).

tff(38,plain,
    ( ! [X: $i] : product(inverse(X),X,identity)
  <=> ! [X: $i] : product(inverse(X),X,identity) ),
    inference(quant_intro,[status(thm)],[37]) ).

tff(39,plain,
    ( ! [X: $i] : product(inverse(X),X,identity)
  <=> ! [X: $i] : product(inverse(X),X,identity) ),
    inference(rewrite,[status(thm)],]) ).

tff(40,axiom,
    ! [X: $i] : product(inverse(X),X,identity),
    file('/export/starexec/sandbox/benchmark/Axioms/GRP003-0.ax',left_inverse) ).

tff(41,plain,
    ! [X: $i] : product(inverse(X),X,identity),
    inference(modus_ponens,[status(thm)],[40,39]) ).

tff(42,plain,
    ! [X: $i] : product(inverse(X),X,identity),
    inference(skolemize,[status(sab)],[41]) ).

tff(43,plain,
    ! [X: $i] : product(inverse(X),X,identity),
    inference(modus_ponens,[status(thm)],[42,38]) ).

tff(44,plain,
    ( ~ ! [X: $i] : product(inverse(X),X,identity)
    | product(inverse(a),a,identity) ),
    inference(quant_inst,[status(thm)],]) ).

tff(45,plain,
    product(inverse(a),a,identity),
    inference(unit_resolution,[status(thm)],[44,43]) ).

tff(46,plain,
    ( product(a,b,identity)
  <=> product(a,b,identity) ),
    inference(rewrite,[status(thm)],]) ).

tff(47,axiom,
    product(a,b,identity),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_multiply_b_is_identity) ).

tff(48,plain,
    product(a,b,identity),
    inference(modus_ponens,[status(thm)],[47,46]) ).

tff(49,plain,
    ^ [W: $i,V: $i,Z: $i,Y: $i,U: $i,X: $i] :
      refl(
        ( ( product(X,V,W)
          | ~ product(U,Z,W)
          | ~ product(Y,Z,V)
          | ~ product(X,Y,U) )
      <=> ( product(X,V,W)
          | ~ product(U,Z,W)
          | ~ product(Y,Z,V)
          | ~ product(X,Y,U) ) )),
    inference(bind,[status(th)],]) ).

tff(50,plain,
    ( ! [W: $i,V: $i,Z: $i,Y: $i,U: $i,X: $i] :
        ( product(X,V,W)
        | ~ product(U,Z,W)
        | ~ product(Y,Z,V)
        | ~ product(X,Y,U) )
  <=> ! [W: $i,V: $i,Z: $i,Y: $i,U: $i,X: $i] :
        ( product(X,V,W)
        | ~ product(U,Z,W)
        | ~ product(Y,Z,V)
        | ~ product(X,Y,U) ) ),
    inference(quant_intro,[status(thm)],[49]) ).

tff(51,plain,
    ( ! [W: $i,V: $i,Z: $i,Y: $i,U: $i,X: $i] :
        ( product(X,V,W)
        | ~ product(U,Z,W)
        | ~ product(Y,Z,V)
        | ~ product(X,Y,U) )
  <=> ! [W: $i,V: $i,Z: $i,Y: $i,U: $i,X: $i] :
        ( product(X,V,W)
        | ~ product(U,Z,W)
        | ~ product(Y,Z,V)
        | ~ product(X,Y,U) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(52,plain,
    ^ [W: $i,V: $i,Z: $i,Y: $i,U: $i,X: $i] :
      trans(
        monotonicity(
          rewrite(
            ( ( ~ product(X,Y,U)
              | ~ product(Y,Z,V)
              | ~ product(U,Z,W) )
          <=> ( ~ product(U,Z,W)
              | ~ product(Y,Z,V)
              | ~ product(X,Y,U) ) )),
          ( ( ~ product(X,Y,U)
            | ~ product(Y,Z,V)
            | ~ product(U,Z,W)
            | product(X,V,W) )
        <=> ( ~ product(U,Z,W)
            | ~ product(Y,Z,V)
            | ~ product(X,Y,U)
            | product(X,V,W) ) )),
        rewrite(
          ( ( ~ product(U,Z,W)
            | ~ product(Y,Z,V)
            | ~ product(X,Y,U)
            | product(X,V,W) )
        <=> ( product(X,V,W)
            | ~ product(U,Z,W)
            | ~ product(Y,Z,V)
            | ~ product(X,Y,U) ) )),
        ( ( ~ product(X,Y,U)
          | ~ product(Y,Z,V)
          | ~ product(U,Z,W)
          | product(X,V,W) )
      <=> ( product(X,V,W)
          | ~ product(U,Z,W)
          | ~ product(Y,Z,V)
          | ~ product(X,Y,U) ) )),
    inference(bind,[status(th)],]) ).

tff(53,plain,
    ( ! [W: $i,V: $i,Z: $i,Y: $i,U: $i,X: $i] :
        ( ~ product(X,Y,U)
        | ~ product(Y,Z,V)
        | ~ product(U,Z,W)
        | product(X,V,W) )
  <=> ! [W: $i,V: $i,Z: $i,Y: $i,U: $i,X: $i] :
        ( product(X,V,W)
        | ~ product(U,Z,W)
        | ~ product(Y,Z,V)
        | ~ product(X,Y,U) ) ),
    inference(quant_intro,[status(thm)],[52]) ).

tff(54,axiom,
    ! [W: $i,V: $i,Z: $i,Y: $i,U: $i,X: $i] :
      ( ~ product(X,Y,U)
      | ~ product(Y,Z,V)
      | ~ product(U,Z,W)
      | product(X,V,W) ),
    file('/export/starexec/sandbox/benchmark/Axioms/GRP003-0.ax',associativity1) ).

tff(55,plain,
    ! [W: $i,V: $i,Z: $i,Y: $i,U: $i,X: $i] :
      ( product(X,V,W)
      | ~ product(U,Z,W)
      | ~ product(Y,Z,V)
      | ~ product(X,Y,U) ),
    inference(modus_ponens,[status(thm)],[54,53]) ).

tff(56,plain,
    ! [W: $i,V: $i,Z: $i,Y: $i,U: $i,X: $i] :
      ( product(X,V,W)
      | ~ product(U,Z,W)
      | ~ product(Y,Z,V)
      | ~ product(X,Y,U) ),
    inference(modus_ponens,[status(thm)],[55,51]) ).

tff(57,plain,
    ! [W: $i,V: $i,Z: $i,Y: $i,U: $i,X: $i] :
      ( product(X,V,W)
      | ~ product(U,Z,W)
      | ~ product(Y,Z,V)
      | ~ product(X,Y,U) ),
    inference(skolemize,[status(sab)],[56]) ).

tff(58,plain,
    ! [W: $i,V: $i,Z: $i,Y: $i,U: $i,X: $i] :
      ( product(X,V,W)
      | ~ product(U,Z,W)
      | ~ product(Y,Z,V)
      | ~ product(X,Y,U) ),
    inference(modus_ponens,[status(thm)],[57,50]) ).

tff(59,plain,
    ( ( ~ ! [W: $i,V: $i,Z: $i,Y: $i,U: $i,X: $i] :
            ( product(X,V,W)
            | ~ product(U,Z,W)
            | ~ product(Y,Z,V)
            | ~ product(X,Y,U) )
      | product(inverse(a),identity,multiply(identity,b))
      | ~ product(identity,b,multiply(identity,b))
      | ~ product(a,b,identity)
      | ~ product(inverse(a),a,identity) )
  <=> ( ~ ! [W: $i,V: $i,Z: $i,Y: $i,U: $i,X: $i] :
            ( product(X,V,W)
            | ~ product(U,Z,W)
            | ~ product(Y,Z,V)
            | ~ product(X,Y,U) )
      | product(inverse(a),identity,multiply(identity,b))
      | ~ product(identity,b,multiply(identity,b))
      | ~ product(a,b,identity)
      | ~ product(inverse(a),a,identity) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(60,plain,
    ( ~ ! [W: $i,V: $i,Z: $i,Y: $i,U: $i,X: $i] :
          ( product(X,V,W)
          | ~ product(U,Z,W)
          | ~ product(Y,Z,V)
          | ~ product(X,Y,U) )
    | product(inverse(a),identity,multiply(identity,b))
    | ~ product(identity,b,multiply(identity,b))
    | ~ product(a,b,identity)
    | ~ product(inverse(a),a,identity) ),
    inference(quant_inst,[status(thm)],]) ).

tff(61,plain,
    ( ~ ! [W: $i,V: $i,Z: $i,Y: $i,U: $i,X: $i] :
          ( product(X,V,W)
          | ~ product(U,Z,W)
          | ~ product(Y,Z,V)
          | ~ product(X,Y,U) )
    | product(inverse(a),identity,multiply(identity,b))
    | ~ product(identity,b,multiply(identity,b))
    | ~ product(a,b,identity)
    | ~ product(inverse(a),a,identity) ),
    inference(modus_ponens,[status(thm)],[60,59]) ).

tff(62,plain,
    product(inverse(a),identity,multiply(identity,b)),
    inference(unit_resolution,[status(thm)],[61,58,48,18,45]) ).

tff(63,plain,
    ^ [X: $i] :
      refl(
        ( product(X,identity,X)
      <=> product(X,identity,X) )),
    inference(bind,[status(th)],]) ).

tff(64,plain,
    ( ! [X: $i] : product(X,identity,X)
  <=> ! [X: $i] : product(X,identity,X) ),
    inference(quant_intro,[status(thm)],[63]) ).

tff(65,plain,
    ( ! [X: $i] : product(X,identity,X)
  <=> ! [X: $i] : product(X,identity,X) ),
    inference(rewrite,[status(thm)],]) ).

tff(66,axiom,
    ! [X: $i] : product(X,identity,X),
    file('/export/starexec/sandbox/benchmark/Axioms/GRP003-0.ax',right_identity) ).

tff(67,plain,
    ! [X: $i] : product(X,identity,X),
    inference(modus_ponens,[status(thm)],[66,65]) ).

tff(68,plain,
    ! [X: $i] : product(X,identity,X),
    inference(skolemize,[status(sab)],[67]) ).

tff(69,plain,
    ! [X: $i] : product(X,identity,X),
    inference(modus_ponens,[status(thm)],[68,64]) ).

tff(70,plain,
    ( ~ ! [X: $i] : product(X,identity,X)
    | product(inverse(a),identity,inverse(a)) ),
    inference(quant_inst,[status(thm)],]) ).

tff(71,plain,
    product(inverse(a),identity,inverse(a)),
    inference(unit_resolution,[status(thm)],[70,69]) ).

tff(72,plain,
    ( ( ~ ! [W: $i,Z: $i,Y: $i,X: $i] :
            ( ( Z = W )
            | ~ product(X,Y,W)
            | ~ product(X,Y,Z) )
      | ( inverse(a) = multiply(identity,b) )
      | ~ product(inverse(a),identity,multiply(identity,b))
      | ~ product(inverse(a),identity,inverse(a)) )
  <=> ( ~ ! [W: $i,Z: $i,Y: $i,X: $i] :
            ( ( Z = W )
            | ~ product(X,Y,W)
            | ~ product(X,Y,Z) )
      | ( inverse(a) = multiply(identity,b) )
      | ~ product(inverse(a),identity,multiply(identity,b))
      | ~ product(inverse(a),identity,inverse(a)) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(73,plain,
    ( ~ ! [W: $i,Z: $i,Y: $i,X: $i] :
          ( ( Z = W )
          | ~ product(X,Y,W)
          | ~ product(X,Y,Z) )
    | ( inverse(a) = multiply(identity,b) )
    | ~ product(inverse(a),identity,multiply(identity,b))
    | ~ product(inverse(a),identity,inverse(a)) ),
    inference(quant_inst,[status(thm)],]) ).

tff(74,plain,
    ( ~ ! [W: $i,Z: $i,Y: $i,X: $i] :
          ( ( Z = W )
          | ~ product(X,Y,W)
          | ~ product(X,Y,Z) )
    | ( inverse(a) = multiply(identity,b) )
    | ~ product(inverse(a),identity,multiply(identity,b))
    | ~ product(inverse(a),identity,inverse(a)) ),
    inference(modus_ponens,[status(thm)],[73,72]) ).

tff(75,plain,
    inverse(a) = multiply(identity,b),
    inference(unit_resolution,[status(thm)],[74,28,71,62]) ).

tff(76,plain,
    inverse(a) = b,
    inference(transitivity,[status(thm)],[75,36]) ).

tff(77,plain,
    ( product(inverse(a),a,identity)
  <=> product(b,a,identity) ),
    inference(monotonicity,[status(thm)],[76]) ).

tff(78,plain,
    ( product(b,a,identity)
  <=> product(inverse(a),a,identity) ),
    inference(symmetry,[status(thm)],[77]) ).

tff(79,plain,
    ( ~ product(b,a,identity)
  <=> ~ product(inverse(a),a,identity) ),
    inference(monotonicity,[status(thm)],[78]) ).

tff(80,plain,
    ( ~ product(b,a,identity)
  <=> ~ product(b,a,identity) ),
    inference(rewrite,[status(thm)],]) ).

tff(81,axiom,
    ~ product(b,a,identity),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_b_multiply_a_is_identity) ).

tff(82,plain,
    ~ product(b,a,identity),
    inference(modus_ponens,[status(thm)],[81,80]) ).

tff(83,plain,
    ~ product(inverse(a),a,identity),
    inference(modus_ponens,[status(thm)],[82,79]) ).

tff(84,plain,
    $false,
    inference(unit_resolution,[status(thm)],[45,83]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : GRP010-1 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.13  % Command  : z3_tptp -proof -model -t:%d -file:%s
% 0.13/0.35  % Computer : n015.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Wed Aug 31 14:15:37 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  Z3tptp [4.8.9.0] (c) 2006-20**. Microsoft Corp.
% 0.13/0.35  Usage: tptp [options] [-file:]file
% 0.13/0.35    -h, -?       prints this message.
% 0.13/0.35    -smt2        print SMT-LIB2 benchmark.
% 0.13/0.35    -m, -model   generate model.
% 0.13/0.35    -p, -proof   generate proof.
% 0.13/0.35    -c, -core    generate unsat core of named formulas.
% 0.13/0.35    -st, -statistics display statistics.
% 0.13/0.35    -t:timeout   set timeout (in second).
% 0.13/0.35    -smt2status  display status in smt2 format instead of SZS.
% 0.13/0.35    -check_status check the status produced by Z3 against annotation in benchmark.
% 0.13/0.35    -<param>:<value> configuration parameter and value.
% 0.13/0.35    -o:<output-file> file to place output in.
% 0.22/0.41  % SZS status Unsatisfiable
% 0.22/0.41  % SZS output start Proof
% See solution above
%------------------------------------------------------------------------------