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

View Problem - Process Solution

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

% Computer : n021.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 Sep 29 23:54:18 EDT 2022

% Result   : Unsatisfiable 0.20s 0.51s
% Output   : Proof 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   41
% Syntax   : Number of formulae    :   82 (  20 unt;   9 typ;   0 def)
%            Number of atoms       :  322 (   0 equ)
%            Maximal formula atoms :   12 (   4 avg)
%            Number of connectives :  434 ( 203   ~; 189   |;   0   &)
%                                         (  42 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   5 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of FOOLs       :   18 (  18 fml;   0 var)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   15 (   6   >;   9   *;   0   +;   0  <<)
%            Number of predicates  :   12 (  10 usr;   2 prp; 0-3 aty)
%            Number of functors    :    3 (   3 usr;   3 con; 0-0 aty)
%            Number of variables   :  158 ( 143   !;   0   ?; 158   :)

% Comments : 
%------------------------------------------------------------------------------
tff(l3_type,type,
    l3: ( $i * $i ) > $o ).

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

tff(p2_type,type,
    p2: ( $i * $i * $i ) > $o ).

tff(m1_type,type,
    m1: ( $i * $i * $i ) > $o ).

tff(l0_type,type,
    l0: $i > $o ).

tff(p1_type,type,
    p1: ( $i * $i * $i ) > $o ).

tff(m0_type,type,
    m0: ( $i * $i * $i ) > $o ).

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

tff(e_type,type,
    e: $i ).

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

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

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

tff(4,axiom,
    ! [X: $i] : ~ l3(c,X),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_this) ).

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

tff(6,plain,
    ! [X: $i] : ~ l3(c,X),
    inference(skolemize,[status(sab)],[5]) ).

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

tff(8,plain,
    ^ [D: $i,E: $i] :
      refl(
        ( ( p2(D,E,D)
          | ~ m1(E,D,E) )
      <=> ( p2(D,E,D)
          | ~ m1(E,D,E) ) )),
    inference(bind,[status(th)],]) ).

tff(9,plain,
    ( ! [D: $i,E: $i] :
        ( p2(D,E,D)
        | ~ m1(E,D,E) )
  <=> ! [D: $i,E: $i] :
        ( p2(D,E,D)
        | ~ m1(E,D,E) ) ),
    inference(quant_intro,[status(thm)],[8]) ).

tff(10,plain,
    ( ! [D: $i,E: $i] :
        ( p2(D,E,D)
        | ~ m1(E,D,E) )
  <=> ! [D: $i,E: $i] :
        ( p2(D,E,D)
        | ~ m1(E,D,E) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(11,axiom,
    ! [D: $i,E: $i] :
      ( p2(D,E,D)
      | ~ m1(E,D,E) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_176) ).

tff(12,plain,
    ! [D: $i,E: $i] :
      ( p2(D,E,D)
      | ~ m1(E,D,E) ),
    inference(modus_ponens,[status(thm)],[11,10]) ).

tff(13,plain,
    ! [D: $i,E: $i] :
      ( p2(D,E,D)
      | ~ m1(E,D,E) ),
    inference(skolemize,[status(sab)],[12]) ).

tff(14,plain,
    ! [D: $i,E: $i] :
      ( p2(D,E,D)
      | ~ m1(E,D,E) ),
    inference(modus_ponens,[status(thm)],[13,9]) ).

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

tff(16,plain,
    ( ( $false
      | m1(c,c,c) )
  <=> m1(c,c,c) ),
    inference(rewrite,[status(thm)],]) ).

tff(17,plain,
    ( ~ $true
  <=> $false ),
    inference(rewrite,[status(thm)],]) ).

tff(18,axiom,
    l0(c),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',axiom_24) ).

tff(19,plain,
    ( l0(c)
  <=> $true ),
    inference(iff_true,[status(thm)],[18]) ).

tff(20,plain,
    ( ~ l0(c)
  <=> ~ $true ),
    inference(monotonicity,[status(thm)],[19]) ).

tff(21,plain,
    ( ~ l0(c)
  <=> $false ),
    inference(transitivity,[status(thm)],[20,17]) ).

tff(22,plain,
    ( ( ~ l0(c)
      | m1(c,c,c) )
  <=> ( $false
      | m1(c,c,c) ) ),
    inference(monotonicity,[status(thm)],[21]) ).

tff(23,plain,
    ( ( ~ l0(c)
      | m1(c,c,c) )
  <=> m1(c,c,c) ),
    inference(transitivity,[status(thm)],[22,16]) ).

tff(24,plain,
    ( ( m1(c,c,c)
      | ~ l0(c) )
  <=> ( ~ l0(c)
      | m1(c,c,c) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(25,axiom,
    ( m1(c,c,c)
    | ~ l0(c) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_020) ).

tff(26,plain,
    ( ~ l0(c)
    | m1(c,c,c) ),
    inference(modus_ponens,[status(thm)],[25,24]) ).

tff(27,plain,
    m1(c,c,c),
    inference(modus_ponens,[status(thm)],[26,23]) ).

tff(28,plain,
    m1(c,c,c),
    inference(modus_ponens,[status(thm)],[27,15]) ).

tff(29,plain,
    ( ( ~ ! [D: $i,E: $i] :
            ( p2(D,E,D)
            | ~ m1(E,D,E) )
      | ~ m1(c,c,c)
      | p2(c,c,c) )
  <=> ( ~ ! [D: $i,E: $i] :
            ( p2(D,E,D)
            | ~ m1(E,D,E) )
      | ~ m1(c,c,c)
      | p2(c,c,c) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(30,plain,
    ( ( p2(c,c,c)
      | ~ m1(c,c,c) )
  <=> ( ~ m1(c,c,c)
      | p2(c,c,c) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(31,plain,
    ( ( ~ ! [D: $i,E: $i] :
            ( p2(D,E,D)
            | ~ m1(E,D,E) )
      | p2(c,c,c)
      | ~ m1(c,c,c) )
  <=> ( ~ ! [D: $i,E: $i] :
            ( p2(D,E,D)
            | ~ m1(E,D,E) )
      | ~ m1(c,c,c)
      | p2(c,c,c) ) ),
    inference(monotonicity,[status(thm)],[30]) ).

tff(32,plain,
    ( ( ~ ! [D: $i,E: $i] :
            ( p2(D,E,D)
            | ~ m1(E,D,E) )
      | p2(c,c,c)
      | ~ m1(c,c,c) )
  <=> ( ~ ! [D: $i,E: $i] :
            ( p2(D,E,D)
            | ~ m1(E,D,E) )
      | ~ m1(c,c,c)
      | p2(c,c,c) ) ),
    inference(transitivity,[status(thm)],[31,29]) ).

tff(33,plain,
    ( ~ ! [D: $i,E: $i] :
          ( p2(D,E,D)
          | ~ m1(E,D,E) )
    | p2(c,c,c)
    | ~ m1(c,c,c) ),
    inference(quant_inst,[status(thm)],]) ).

tff(34,plain,
    ( ~ ! [D: $i,E: $i] :
          ( p2(D,E,D)
          | ~ m1(E,D,E) )
    | ~ m1(c,c,c)
    | p2(c,c,c) ),
    inference(modus_ponens,[status(thm)],[33,32]) ).

tff(35,plain,
    p2(c,c,c),
    inference(unit_resolution,[status(thm)],[34,28,14]) ).

tff(36,plain,
    ^ [D: $i,E: $i,F: $i] :
      refl(
        ( ( ~ p2(E,F,D)
          | ~ p1(D,D,E)
          | l3(D,D) )
      <=> ( ~ p2(E,F,D)
          | ~ p1(D,D,E)
          | l3(D,D) ) )),
    inference(bind,[status(th)],]) ).

tff(37,plain,
    ( ! [D: $i,E: $i,F: $i] :
        ( ~ p2(E,F,D)
        | ~ p1(D,D,E)
        | l3(D,D) )
  <=> ! [D: $i,E: $i,F: $i] :
        ( ~ p2(E,F,D)
        | ~ p1(D,D,E)
        | l3(D,D) ) ),
    inference(quant_intro,[status(thm)],[36]) ).

tff(38,plain,
    ( ! [D: $i,E: $i,F: $i] :
        ( ~ p2(E,F,D)
        | ~ p1(D,D,E)
        | l3(D,D) )
  <=> ! [D: $i,E: $i,F: $i] :
        ( ~ p2(E,F,D)
        | ~ p1(D,D,E)
        | l3(D,D) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(39,plain,
    ^ [D: $i,E: $i,F: $i] :
      trans(
        monotonicity(
          rewrite(
            ( ( l3(D,D)
              | ~ p1(D,D,E) )
          <=> ( ~ p1(D,D,E)
              | l3(D,D) ) )),
          ( ( l3(D,D)
            | ~ p1(D,D,E)
            | ~ p2(E,F,D) )
        <=> ( ~ p1(D,D,E)
            | l3(D,D)
            | ~ p2(E,F,D) ) )),
        rewrite(
          ( ( ~ p1(D,D,E)
            | l3(D,D)
            | ~ p2(E,F,D) )
        <=> ( ~ p2(E,F,D)
            | ~ p1(D,D,E)
            | l3(D,D) ) )),
        ( ( l3(D,D)
          | ~ p1(D,D,E)
          | ~ p2(E,F,D) )
      <=> ( ~ p2(E,F,D)
          | ~ p1(D,D,E)
          | l3(D,D) ) )),
    inference(bind,[status(th)],]) ).

tff(40,plain,
    ( ! [D: $i,E: $i,F: $i] :
        ( l3(D,D)
        | ~ p1(D,D,E)
        | ~ p2(E,F,D) )
  <=> ! [D: $i,E: $i,F: $i] :
        ( ~ p2(E,F,D)
        | ~ p1(D,D,E)
        | l3(D,D) ) ),
    inference(quant_intro,[status(thm)],[39]) ).

tff(41,axiom,
    ! [D: $i,E: $i,F: $i] :
      ( l3(D,D)
      | ~ p1(D,D,E)
      | ~ p2(E,F,D) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_216) ).

tff(42,plain,
    ! [D: $i,E: $i,F: $i] :
      ( ~ p2(E,F,D)
      | ~ p1(D,D,E)
      | l3(D,D) ),
    inference(modus_ponens,[status(thm)],[41,40]) ).

tff(43,plain,
    ! [D: $i,E: $i,F: $i] :
      ( ~ p2(E,F,D)
      | ~ p1(D,D,E)
      | l3(D,D) ),
    inference(modus_ponens,[status(thm)],[42,38]) ).

tff(44,plain,
    ! [D: $i,E: $i,F: $i] :
      ( ~ p2(E,F,D)
      | ~ p1(D,D,E)
      | l3(D,D) ),
    inference(skolemize,[status(sab)],[43]) ).

tff(45,plain,
    ! [D: $i,E: $i,F: $i] :
      ( ~ p2(E,F,D)
      | ~ p1(D,D,E)
      | l3(D,D) ),
    inference(modus_ponens,[status(thm)],[44,37]) ).

tff(46,plain,
    ^ [I: $i,A: $i,J: $i] :
      refl(
        ( ( ~ l0(I)
          | ~ m0(J,A,I)
          | p1(I,I,I) )
      <=> ( ~ l0(I)
          | ~ m0(J,A,I)
          | p1(I,I,I) ) )),
    inference(bind,[status(th)],]) ).

tff(47,plain,
    ( ! [I: $i,A: $i,J: $i] :
        ( ~ l0(I)
        | ~ m0(J,A,I)
        | p1(I,I,I) )
  <=> ! [I: $i,A: $i,J: $i] :
        ( ~ l0(I)
        | ~ m0(J,A,I)
        | p1(I,I,I) ) ),
    inference(quant_intro,[status(thm)],[46]) ).

tff(48,plain,
    ( ! [I: $i,A: $i,J: $i] :
        ( ~ l0(I)
        | ~ m0(J,A,I)
        | p1(I,I,I) )
  <=> ! [I: $i,A: $i,J: $i] :
        ( ~ l0(I)
        | ~ m0(J,A,I)
        | p1(I,I,I) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(49,plain,
    ^ [I: $i,A: $i,J: $i] :
      trans(
        monotonicity(
          rewrite(
            ( ( p1(I,I,I)
              | ~ l0(I) )
          <=> ( ~ l0(I)
              | p1(I,I,I) ) )),
          ( ( p1(I,I,I)
            | ~ l0(I)
            | ~ m0(J,A,I) )
        <=> ( ~ l0(I)
            | p1(I,I,I)
            | ~ m0(J,A,I) ) )),
        rewrite(
          ( ( ~ l0(I)
            | p1(I,I,I)
            | ~ m0(J,A,I) )
        <=> ( ~ l0(I)
            | ~ m0(J,A,I)
            | p1(I,I,I) ) )),
        ( ( p1(I,I,I)
          | ~ l0(I)
          | ~ m0(J,A,I) )
      <=> ( ~ l0(I)
          | ~ m0(J,A,I)
          | p1(I,I,I) ) )),
    inference(bind,[status(th)],]) ).

tff(50,plain,
    ( ! [I: $i,A: $i,J: $i] :
        ( p1(I,I,I)
        | ~ l0(I)
        | ~ m0(J,A,I) )
  <=> ! [I: $i,A: $i,J: $i] :
        ( ~ l0(I)
        | ~ m0(J,A,I)
        | p1(I,I,I) ) ),
    inference(quant_intro,[status(thm)],[49]) ).

tff(51,axiom,
    ! [I: $i,A: $i,J: $i] :
      ( p1(I,I,I)
      | ~ l0(I)
      | ~ m0(J,A,I) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_086) ).

tff(52,plain,
    ! [I: $i,A: $i,J: $i] :
      ( ~ l0(I)
      | ~ m0(J,A,I)
      | p1(I,I,I) ),
    inference(modus_ponens,[status(thm)],[51,50]) ).

tff(53,plain,
    ! [I: $i,A: $i,J: $i] :
      ( ~ l0(I)
      | ~ m0(J,A,I)
      | p1(I,I,I) ),
    inference(modus_ponens,[status(thm)],[52,48]) ).

tff(54,plain,
    ! [I: $i,A: $i,J: $i] :
      ( ~ l0(I)
      | ~ m0(J,A,I)
      | p1(I,I,I) ),
    inference(skolemize,[status(sab)],[53]) ).

tff(55,plain,
    ! [I: $i,A: $i,J: $i] :
      ( ~ l0(I)
      | ~ m0(J,A,I)
      | p1(I,I,I) ),
    inference(modus_ponens,[status(thm)],[54,47]) ).

tff(56,plain,
    ( m0(e,b,c)
  <=> m0(e,b,c) ),
    inference(rewrite,[status(thm)],]) ).

tff(57,axiom,
    m0(e,b,c),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',axiom_27) ).

tff(58,plain,
    m0(e,b,c),
    inference(modus_ponens,[status(thm)],[57,56]) ).

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

tff(60,plain,
    l0(c),
    inference(modus_ponens,[status(thm)],[18,59]) ).

tff(61,plain,
    ( ( ~ ! [I: $i,A: $i,J: $i] :
            ( ~ l0(I)
            | ~ m0(J,A,I)
            | p1(I,I,I) )
      | ~ l0(c)
      | ~ m0(e,b,c)
      | p1(c,c,c) )
  <=> ( ~ ! [I: $i,A: $i,J: $i] :
            ( ~ l0(I)
            | ~ m0(J,A,I)
            | p1(I,I,I) )
      | ~ l0(c)
      | ~ m0(e,b,c)
      | p1(c,c,c) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(62,plain,
    ( ~ ! [I: $i,A: $i,J: $i] :
          ( ~ l0(I)
          | ~ m0(J,A,I)
          | p1(I,I,I) )
    | ~ l0(c)
    | ~ m0(e,b,c)
    | p1(c,c,c) ),
    inference(quant_inst,[status(thm)],]) ).

tff(63,plain,
    ( ~ ! [I: $i,A: $i,J: $i] :
          ( ~ l0(I)
          | ~ m0(J,A,I)
          | p1(I,I,I) )
    | ~ l0(c)
    | ~ m0(e,b,c)
    | p1(c,c,c) ),
    inference(modus_ponens,[status(thm)],[62,61]) ).

tff(64,plain,
    p1(c,c,c),
    inference(unit_resolution,[status(thm)],[63,60,58,55]) ).

tff(65,plain,
    ( ( ~ ! [D: $i,E: $i,F: $i] :
            ( ~ p2(E,F,D)
            | ~ p1(D,D,E)
            | l3(D,D) )
      | l3(c,c)
      | ~ p2(c,c,c)
      | ~ p1(c,c,c) )
  <=> ( ~ ! [D: $i,E: $i,F: $i] :
            ( ~ p2(E,F,D)
            | ~ p1(D,D,E)
            | l3(D,D) )
      | l3(c,c)
      | ~ p2(c,c,c)
      | ~ p1(c,c,c) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(66,plain,
    ( ( ~ p2(c,c,c)
      | ~ p1(c,c,c)
      | l3(c,c) )
  <=> ( l3(c,c)
      | ~ p2(c,c,c)
      | ~ p1(c,c,c) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(67,plain,
    ( ( ~ ! [D: $i,E: $i,F: $i] :
            ( ~ p2(E,F,D)
            | ~ p1(D,D,E)
            | l3(D,D) )
      | ~ p2(c,c,c)
      | ~ p1(c,c,c)
      | l3(c,c) )
  <=> ( ~ ! [D: $i,E: $i,F: $i] :
            ( ~ p2(E,F,D)
            | ~ p1(D,D,E)
            | l3(D,D) )
      | l3(c,c)
      | ~ p2(c,c,c)
      | ~ p1(c,c,c) ) ),
    inference(monotonicity,[status(thm)],[66]) ).

tff(68,plain,
    ( ( ~ ! [D: $i,E: $i,F: $i] :
            ( ~ p2(E,F,D)
            | ~ p1(D,D,E)
            | l3(D,D) )
      | ~ p2(c,c,c)
      | ~ p1(c,c,c)
      | l3(c,c) )
  <=> ( ~ ! [D: $i,E: $i,F: $i] :
            ( ~ p2(E,F,D)
            | ~ p1(D,D,E)
            | l3(D,D) )
      | l3(c,c)
      | ~ p2(c,c,c)
      | ~ p1(c,c,c) ) ),
    inference(transitivity,[status(thm)],[67,65]) ).

tff(69,plain,
    ( ~ ! [D: $i,E: $i,F: $i] :
          ( ~ p2(E,F,D)
          | ~ p1(D,D,E)
          | l3(D,D) )
    | ~ p2(c,c,c)
    | ~ p1(c,c,c)
    | l3(c,c) ),
    inference(quant_inst,[status(thm)],]) ).

tff(70,plain,
    ( ~ ! [D: $i,E: $i,F: $i] :
          ( ~ p2(E,F,D)
          | ~ p1(D,D,E)
          | l3(D,D) )
    | l3(c,c)
    | ~ p2(c,c,c)
    | ~ p1(c,c,c) ),
    inference(modus_ponens,[status(thm)],[69,68]) ).

tff(71,plain,
    l3(c,c),
    inference(unit_resolution,[status(thm)],[70,64,45,35]) ).

tff(72,plain,
    ( ~ ! [X: $i] : ~ l3(c,X)
    | ~ l3(c,c) ),
    inference(quant_inst,[status(thm)],]) ).

tff(73,plain,
    $false,
    inference(unit_resolution,[status(thm)],[72,71,7]) ).

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