TSTP Solution File: FLD030-4 by Z3---4.8.9.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Z3---4.8.9.0
% Problem  : FLD030-4 : TPTP v8.1.0. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp
% Command  : z3_tptp -proof -model -t:%d -file:%s

% Computer : n018.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 14:55:44 EDT 2022

% Result   : Unsatisfiable 0.18s 0.38s
% Output   : Proof 0.18s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   27
% Syntax   : Number of formulae    :   47 (  14 unt;   7 typ;   0 def)
%            Number of atoms       :  204 (   0 equ)
%            Maximal formula atoms :   16 (   5 avg)
%            Number of connectives :  278 ( 130   ~; 126   |;   0   &)
%                                         (  22 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   6 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of FOOLs       :   16 (  16 fml;   0 var)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    4 (   2   >;   2   *;   0   +;   0  <<)
%            Number of predicates  :    7 (   6 usr;   1 prp; 0-3 aty)
%            Number of functors    :    5 (   5 usr;   5 con; 0-0 aty)
%            Number of variables   :  119 ( 105   !;   0   ?; 119   :)

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

tff(c_type,type,
    c: $i ).

tff(multiplicative_identity_type,type,
    multiplicative_identity: $i ).

tff(defined_type,type,
    defined: $i > $o ).

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

tff(d_type,type,
    d: $i ).

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

tff(1,plain,
    ( defined(c)
  <=> defined(c) ),
    inference(rewrite,[status(thm)],]) ).

tff(2,axiom,
    defined(c),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c_is_defined) ).

tff(3,plain,
    defined(c),
    inference(modus_ponens,[status(thm)],[2,1]) ).

tff(4,plain,
    ^ [X: $i] :
      refl(
        ( ( ~ defined(X)
          | product(multiplicative_identity,X,X) )
      <=> ( ~ defined(X)
          | product(multiplicative_identity,X,X) ) )),
    inference(bind,[status(th)],]) ).

tff(5,plain,
    ( ! [X: $i] :
        ( ~ defined(X)
        | product(multiplicative_identity,X,X) )
  <=> ! [X: $i] :
        ( ~ defined(X)
        | product(multiplicative_identity,X,X) ) ),
    inference(quant_intro,[status(thm)],[4]) ).

tff(6,plain,
    ( ! [X: $i] :
        ( ~ defined(X)
        | product(multiplicative_identity,X,X) )
  <=> ! [X: $i] :
        ( ~ defined(X)
        | product(multiplicative_identity,X,X) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(7,plain,
    ^ [X: $i] :
      rewrite(
        ( ( product(multiplicative_identity,X,X)
          | ~ defined(X) )
      <=> ( ~ defined(X)
          | product(multiplicative_identity,X,X) ) )),
    inference(bind,[status(th)],]) ).

tff(8,plain,
    ( ! [X: $i] :
        ( product(multiplicative_identity,X,X)
        | ~ defined(X) )
  <=> ! [X: $i] :
        ( ~ defined(X)
        | product(multiplicative_identity,X,X) ) ),
    inference(quant_intro,[status(thm)],[7]) ).

tff(9,axiom,
    ! [X: $i] :
      ( product(multiplicative_identity,X,X)
      | ~ defined(X) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/FLD002-0.ax',existence_of_identity_multiplication) ).

tff(10,plain,
    ! [X: $i] :
      ( ~ defined(X)
      | product(multiplicative_identity,X,X) ),
    inference(modus_ponens,[status(thm)],[9,8]) ).

tff(11,plain,
    ! [X: $i] :
      ( ~ defined(X)
      | product(multiplicative_identity,X,X) ),
    inference(modus_ponens,[status(thm)],[10,6]) ).

tff(12,plain,
    ! [X: $i] :
      ( ~ defined(X)
      | product(multiplicative_identity,X,X) ),
    inference(skolemize,[status(sab)],[11]) ).

tff(13,plain,
    ! [X: $i] :
      ( ~ defined(X)
      | product(multiplicative_identity,X,X) ),
    inference(modus_ponens,[status(thm)],[12,5]) ).

tff(14,plain,
    ( ( ~ ! [X: $i] :
            ( ~ defined(X)
            | product(multiplicative_identity,X,X) )
      | ~ defined(c)
      | product(multiplicative_identity,c,c) )
  <=> ( ~ ! [X: $i] :
            ( ~ defined(X)
            | product(multiplicative_identity,X,X) )
      | ~ defined(c)
      | product(multiplicative_identity,c,c) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(15,plain,
    ( ~ ! [X: $i] :
          ( ~ defined(X)
          | product(multiplicative_identity,X,X) )
    | ~ defined(c)
    | product(multiplicative_identity,c,c) ),
    inference(quant_inst,[status(thm)],]) ).

tff(16,plain,
    ( ~ ! [X: $i] :
          ( ~ defined(X)
          | product(multiplicative_identity,X,X) )
    | ~ defined(c)
    | product(multiplicative_identity,c,c) ),
    inference(modus_ponens,[status(thm)],[15,14]) ).

tff(17,plain,
    product(multiplicative_identity,c,c),
    inference(unit_resolution,[status(thm)],[16,13,3]) ).

tff(18,plain,
    ( ~ product(d,b,c)
  <=> ~ product(d,b,c) ),
    inference(rewrite,[status(thm)],]) ).

tff(19,axiom,
    ~ product(d,b,c),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_product_7) ).

tff(20,plain,
    ~ product(d,b,c),
    inference(modus_ponens,[status(thm)],[19,18]) ).

tff(21,plain,
    ( product(multiplicative_identity,a,d)
  <=> product(multiplicative_identity,a,d) ),
    inference(rewrite,[status(thm)],]) ).

tff(22,axiom,
    product(multiplicative_identity,a,d),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',product_6) ).

tff(23,plain,
    product(multiplicative_identity,a,d),
    inference(modus_ponens,[status(thm)],[22,21]) ).

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

tff(25,axiom,
    product(a,b,c),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',product_5) ).

tff(26,plain,
    product(a,b,c),
    inference(modus_ponens,[status(thm)],[25,24]) ).

tff(27,plain,
    ^ [W: $i,V: $i,Z: $i,Y: $i,U: $i,X: $i] :
      refl(
        ( ( 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)
          | ~ product(X,V,W) ) )),
    inference(bind,[status(th)],]) ).

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

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

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

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

tff(32,axiom,
    ! [W: $i,V: $i,Z: $i,Y: $i,U: $i,X: $i] :
      ( product(U,Z,W)
      | ~ product(X,Y,U)
      | ~ product(Y,Z,V)
      | ~ product(X,V,W) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/FLD002-0.ax',associativity_multiplication_2) ).

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

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

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

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

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

tff(38,plain,
    ( ~ ! [W: $i,V: $i,Z: $i,Y: $i,U: $i,X: $i] :
          ( product(U,Z,W)
          | ~ product(Y,Z,V)
          | ~ product(X,Y,U)
          | ~ product(X,V,W) )
    | product(d,b,c)
    | ~ product(a,b,c)
    | ~ product(multiplicative_identity,a,d)
    | ~ product(multiplicative_identity,c,c) ),
    inference(quant_inst,[status(thm)],]) ).

tff(39,plain,
    ( ~ ! [W: $i,V: $i,Z: $i,Y: $i,U: $i,X: $i] :
          ( product(U,Z,W)
          | ~ product(Y,Z,V)
          | ~ product(X,Y,U)
          | ~ product(X,V,W) )
    | product(d,b,c)
    | ~ product(a,b,c)
    | ~ product(multiplicative_identity,a,d)
    | ~ product(multiplicative_identity,c,c) ),
    inference(modus_ponens,[status(thm)],[38,37]) ).

tff(40,plain,
    $false,
    inference(unit_resolution,[status(thm)],[39,36,26,23,20,17]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : FLD030-4 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.06/0.12  % Command  : z3_tptp -proof -model -t:%d -file:%s
% 0.12/0.33  % Computer : n018.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.33  % DateTime : Wed Aug 31 02:45:11 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.33  Z3tptp [4.8.9.0] (c) 2006-20**. Microsoft Corp.
% 0.12/0.33  Usage: tptp [options] [-file:]file
% 0.12/0.33    -h, -?       prints this message.
% 0.12/0.33    -smt2        print SMT-LIB2 benchmark.
% 0.12/0.33    -m, -model   generate model.
% 0.12/0.33    -p, -proof   generate proof.
% 0.12/0.33    -c, -core    generate unsat core of named formulas.
% 0.12/0.33    -st, -statistics display statistics.
% 0.12/0.33    -t:timeout   set timeout (in second).
% 0.12/0.33    -smt2status  display status in smt2 format instead of SZS.
% 0.12/0.33    -check_status check the status produced by Z3 against annotation in benchmark.
% 0.12/0.33    -<param>:<value> configuration parameter and value.
% 0.12/0.33    -o:<output-file> file to place output in.
% 0.18/0.38  % SZS status Unsatisfiable
% 0.18/0.38  % SZS output start Proof
% See solution above
%------------------------------------------------------------------------------