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

View Problem - Process Solution

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

% 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 : Tue Sep 20 11:57:50 EDT 2022

% Result   : Unsatisfiable 0.22s 0.51s
% Output   : Proof 0.42s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :   71
% Syntax   : Number of formulae    :  149 (  34 unt;  12 typ;   0 def)
%            Number of atoms       :  857 ( 242 equ)
%            Maximal formula atoms :   20 (   6 avg)
%            Number of connectives : 1283 ( 631   ~; 561   |;   0   &)
%                                         (  91 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   5 avg)
%            Maximal term depth    :    4 (   2 avg)
%            Number of FOOLs       :   68 (  68 fml;   0 var)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    8 (   5   >;   3   *;   0   +;   0  <<)
%            Number of predicates  :   14 (  11 usr;   2 prp; 0-3 aty)
%            Number of functors    :    9 (   9 usr;   7 con; 0-2 aty)
%            Number of variables   :  210 ( 186   !;   0   ?; 210   :)

% Comments : 
%------------------------------------------------------------------------------
tff(sk3_type,type,
    sk3: $i ).

tff(app_type,type,
    app: ( $i * $i ) > $i ).

tff(nil_type,type,
    nil: $i ).

tff(cons_type,type,
    cons: ( $i * $i ) > $i ).

tff(sk5_type,type,
    sk5: $i ).

tff(sk6_type,type,
    sk6: $i ).

tff(ssList_type,type,
    ssList: $i > $o ).

tff(sk1_type,type,
    sk1: $i ).

tff(neq_type,type,
    neq: ( $i * $i ) > $o ).

tff(sk4_type,type,
    sk4: $i ).

tff(sk2_type,type,
    sk2: $i ).

tff(ssItem_type,type,
    ssItem: $i > $o ).

tff(1,plain,
    ( ssList(sk1)
  <=> ssList(sk3) ),
    inference(rewrite,[status(thm)],]) ).

tff(2,plain,
    ( ssList(sk1)
  <=> ssList(sk1) ),
    inference(rewrite,[status(thm)],]) ).

tff(3,axiom,
    ssList(sk1),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',co1_1) ).

tff(4,plain,
    ssList(sk1),
    inference(modus_ponens,[status(thm)],[3,2]) ).

tff(5,plain,
    ssList(sk3),
    inference(modus_ponens,[status(thm)],[4,1]) ).

tff(6,plain,
    ^ [U: $i] :
      refl(
        ( ( ~ ssList(U)
          | ( app(U,nil) = U ) )
      <=> ( ~ ssList(U)
          | ( app(U,nil) = U ) ) )),
    inference(bind,[status(th)],]) ).

tff(7,plain,
    ( ! [U: $i] :
        ( ~ ssList(U)
        | ( app(U,nil) = U ) )
  <=> ! [U: $i] :
        ( ~ ssList(U)
        | ( app(U,nil) = U ) ) ),
    inference(quant_intro,[status(thm)],[6]) ).

tff(8,plain,
    ( ! [U: $i] :
        ( ~ ssList(U)
        | ( app(U,nil) = U ) )
  <=> ! [U: $i] :
        ( ~ ssList(U)
        | ( app(U,nil) = U ) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(9,axiom,
    ! [U: $i] :
      ( ~ ssList(U)
      | ( app(U,nil) = U ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SWC001-0.ax',clause73) ).

tff(10,plain,
    ! [U: $i] :
      ( ~ ssList(U)
      | ( app(U,nil) = U ) ),
    inference(modus_ponens,[status(thm)],[9,8]) ).

tff(11,plain,
    ! [U: $i] :
      ( ~ ssList(U)
      | ( app(U,nil) = U ) ),
    inference(skolemize,[status(sab)],[10]) ).

tff(12,plain,
    ! [U: $i] :
      ( ~ ssList(U)
      | ( app(U,nil) = U ) ),
    inference(modus_ponens,[status(thm)],[11,7]) ).

tff(13,plain,
    ( ( ~ ! [U: $i] :
            ( ~ ssList(U)
            | ( app(U,nil) = U ) )
      | ~ ssList(sk3)
      | ( app(sk3,nil) = sk3 ) )
  <=> ( ~ ! [U: $i] :
            ( ~ ssList(U)
            | ( app(U,nil) = U ) )
      | ~ ssList(sk3)
      | ( app(sk3,nil) = sk3 ) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(14,plain,
    ( ~ ! [U: $i] :
          ( ~ ssList(U)
          | ( app(U,nil) = U ) )
    | ~ ssList(sk3)
    | ( app(sk3,nil) = sk3 ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(15,plain,
    ( ~ ! [U: $i] :
          ( ~ ssList(U)
          | ( app(U,nil) = U ) )
    | ~ ssList(sk3)
    | ( app(sk3,nil) = sk3 ) ),
    inference(modus_ponens,[status(thm)],[14,13]) ).

tff(16,plain,
    app(sk3,nil) = sk3,
    inference(unit_resolution,[status(thm)],[15,12,5]) ).

tff(17,plain,
    ( ( $false
      | ( app(sk6,cons(sk5,nil)) = sk3 ) )
  <=> ( app(sk6,cons(sk5,nil)) = sk3 ) ),
    inference(rewrite,[status(thm)],]) ).

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

tff(19,plain,
    ( neq(sk2,nil)
  <=> neq(sk4,nil) ),
    inference(rewrite,[status(thm)],]) ).

tff(20,plain,
    ( neq(sk2,nil)
  <=> neq(sk2,nil) ),
    inference(rewrite,[status(thm)],]) ).

tff(21,plain,
    ( ( neq(sk2,nil)
      | neq(sk2,nil) )
  <=> neq(sk2,nil) ),
    inference(rewrite,[status(thm)],]) ).

tff(22,axiom,
    ( neq(sk2,nil)
    | neq(sk2,nil) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',co1_7) ).

tff(23,plain,
    neq(sk2,nil),
    inference(modus_ponens,[status(thm)],[22,21]) ).

tff(24,plain,
    neq(sk2,nil),
    inference(modus_ponens,[status(thm)],[23,20]) ).

tff(25,plain,
    neq(sk4,nil),
    inference(modus_ponens,[status(thm)],[24,19]) ).

tff(26,plain,
    ( neq(sk4,nil)
  <=> $true ),
    inference(iff_true,[status(thm)],[25]) ).

tff(27,plain,
    ( ~ neq(sk4,nil)
  <=> ~ $true ),
    inference(monotonicity,[status(thm)],[26]) ).

tff(28,plain,
    ( ~ neq(sk4,nil)
  <=> $false ),
    inference(transitivity,[status(thm)],[27,18]) ).

tff(29,plain,
    ( ( ~ neq(sk4,nil)
      | ( app(sk6,cons(sk5,nil)) = sk3 ) )
  <=> ( $false
      | ( app(sk6,cons(sk5,nil)) = sk3 ) ) ),
    inference(monotonicity,[status(thm)],[28]) ).

tff(30,plain,
    ( ( ~ neq(sk4,nil)
      | ( app(sk6,cons(sk5,nil)) = sk3 ) )
  <=> ( app(sk6,cons(sk5,nil)) = sk3 ) ),
    inference(transitivity,[status(thm)],[29,17]) ).

tff(31,plain,
    ( ( ~ neq(sk4,nil)
      | ( app(sk6,cons(sk5,nil)) = sk3 ) )
  <=> ( ~ neq(sk4,nil)
      | ( app(sk6,cons(sk5,nil)) = sk3 ) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(32,plain,
    ( ( ( app(sk6,cons(sk5,nil)) = sk3 )
      | ~ neq(sk4,nil) )
  <=> ( ~ neq(sk4,nil)
      | ( app(sk6,cons(sk5,nil)) = sk3 ) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(33,axiom,
    ( ( app(sk6,cons(sk5,nil)) = sk3 )
    | ~ neq(sk4,nil) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',co1_18) ).

tff(34,plain,
    ( ~ neq(sk4,nil)
    | ( app(sk6,cons(sk5,nil)) = sk3 ) ),
    inference(modus_ponens,[status(thm)],[33,32]) ).

tff(35,plain,
    ( ~ neq(sk4,nil)
    | ( app(sk6,cons(sk5,nil)) = sk3 ) ),
    inference(modus_ponens,[status(thm)],[34,31]) ).

tff(36,plain,
    app(sk6,cons(sk5,nil)) = sk3,
    inference(modus_ponens,[status(thm)],[35,30]) ).

tff(37,plain,
    app(app(sk6,cons(sk5,nil)),nil) = app(sk3,nil),
    inference(monotonicity,[status(thm)],[36]) ).

tff(38,plain,
    app(app(sk6,cons(sk5,nil)),nil) = sk3,
    inference(transitivity,[status(thm)],[37,16]) ).

tff(39,plain,
    ( ssList(sk2)
  <=> ssList(sk4) ),
    inference(rewrite,[status(thm)],]) ).

tff(40,plain,
    ( ssList(sk2)
  <=> ssList(sk2) ),
    inference(rewrite,[status(thm)],]) ).

tff(41,axiom,
    ssList(sk2),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',co1_2) ).

tff(42,plain,
    ssList(sk2),
    inference(modus_ponens,[status(thm)],[41,40]) ).

tff(43,plain,
    ssList(sk4),
    inference(modus_ponens,[status(thm)],[42,39]) ).

tff(44,plain,
    ^ [U: $i] :
      refl(
        ( ( ~ ssList(U)
          | ( app(nil,U) = U ) )
      <=> ( ~ ssList(U)
          | ( app(nil,U) = U ) ) )),
    inference(bind,[status(th)],]) ).

tff(45,plain,
    ( ! [U: $i] :
        ( ~ ssList(U)
        | ( app(nil,U) = U ) )
  <=> ! [U: $i] :
        ( ~ ssList(U)
        | ( app(nil,U) = U ) ) ),
    inference(quant_intro,[status(thm)],[44]) ).

tff(46,plain,
    ( ! [U: $i] :
        ( ~ ssList(U)
        | ( app(nil,U) = U ) )
  <=> ! [U: $i] :
        ( ~ ssList(U)
        | ( app(nil,U) = U ) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(47,axiom,
    ! [U: $i] :
      ( ~ ssList(U)
      | ( app(nil,U) = U ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SWC001-0.ax',clause74) ).

tff(48,plain,
    ! [U: $i] :
      ( ~ ssList(U)
      | ( app(nil,U) = U ) ),
    inference(modus_ponens,[status(thm)],[47,46]) ).

tff(49,plain,
    ! [U: $i] :
      ( ~ ssList(U)
      | ( app(nil,U) = U ) ),
    inference(skolemize,[status(sab)],[48]) ).

tff(50,plain,
    ! [U: $i] :
      ( ~ ssList(U)
      | ( app(nil,U) = U ) ),
    inference(modus_ponens,[status(thm)],[49,45]) ).

tff(51,plain,
    ( ( ~ ! [U: $i] :
            ( ~ ssList(U)
            | ( app(nil,U) = U ) )
      | ~ ssList(sk4)
      | ( app(nil,sk4) = sk4 ) )
  <=> ( ~ ! [U: $i] :
            ( ~ ssList(U)
            | ( app(nil,U) = U ) )
      | ~ ssList(sk4)
      | ( app(nil,sk4) = sk4 ) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(52,plain,
    ( ~ ! [U: $i] :
          ( ~ ssList(U)
          | ( app(nil,U) = U ) )
    | ~ ssList(sk4)
    | ( app(nil,sk4) = sk4 ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(53,plain,
    ( ~ ! [U: $i] :
          ( ~ ssList(U)
          | ( app(nil,U) = U ) )
    | ~ ssList(sk4)
    | ( app(nil,sk4) = sk4 ) ),
    inference(modus_ponens,[status(thm)],[52,51]) ).

tff(54,plain,
    app(nil,sk4) = sk4,
    inference(unit_resolution,[status(thm)],[53,50,43]) ).

tff(55,plain,
    ( ( $false
      | ( app(cons(sk5,nil),sk6) = sk4 ) )
  <=> ( app(cons(sk5,nil),sk6) = sk4 ) ),
    inference(rewrite,[status(thm)],]) ).

tff(56,plain,
    ( ( ~ neq(sk4,nil)
      | ( app(cons(sk5,nil),sk6) = sk4 ) )
  <=> ( $false
      | ( app(cons(sk5,nil),sk6) = sk4 ) ) ),
    inference(monotonicity,[status(thm)],[28]) ).

tff(57,plain,
    ( ( ~ neq(sk4,nil)
      | ( app(cons(sk5,nil),sk6) = sk4 ) )
  <=> ( app(cons(sk5,nil),sk6) = sk4 ) ),
    inference(transitivity,[status(thm)],[56,55]) ).

tff(58,plain,
    ( ( ~ neq(sk4,nil)
      | ( app(cons(sk5,nil),sk6) = sk4 ) )
  <=> ( ~ neq(sk4,nil)
      | ( app(cons(sk5,nil),sk6) = sk4 ) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(59,plain,
    ( ( ( app(cons(sk5,nil),sk6) = sk4 )
      | ~ neq(sk4,nil) )
  <=> ( ~ neq(sk4,nil)
      | ( app(cons(sk5,nil),sk6) = sk4 ) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(60,axiom,
    ( ( app(cons(sk5,nil),sk6) = sk4 )
    | ~ neq(sk4,nil) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',co1_17) ).

tff(61,plain,
    ( ~ neq(sk4,nil)
    | ( app(cons(sk5,nil),sk6) = sk4 ) ),
    inference(modus_ponens,[status(thm)],[60,59]) ).

tff(62,plain,
    ( ~ neq(sk4,nil)
    | ( app(cons(sk5,nil),sk6) = sk4 ) ),
    inference(modus_ponens,[status(thm)],[61,58]) ).

tff(63,plain,
    app(cons(sk5,nil),sk6) = sk4,
    inference(modus_ponens,[status(thm)],[62,57]) ).

tff(64,plain,
    app(nil,app(cons(sk5,nil),sk6)) = app(nil,sk4),
    inference(monotonicity,[status(thm)],[63]) ).

tff(65,plain,
    ( ( ssItem(sk5)
      | $false )
  <=> ssItem(sk5) ),
    inference(rewrite,[status(thm)],]) ).

tff(66,plain,
    ( ( ssItem(sk5)
      | ~ neq(sk4,nil) )
  <=> ( ssItem(sk5)
      | $false ) ),
    inference(monotonicity,[status(thm)],[28]) ).

tff(67,plain,
    ( ( ssItem(sk5)
      | ~ neq(sk4,nil) )
  <=> ssItem(sk5) ),
    inference(transitivity,[status(thm)],[66,65]) ).

tff(68,plain,
    ( ( ssItem(sk5)
      | ~ neq(sk4,nil) )
  <=> ( ssItem(sk5)
      | ~ neq(sk4,nil) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(69,axiom,
    ( ssItem(sk5)
    | ~ neq(sk4,nil) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',co1_15) ).

tff(70,plain,
    ( ssItem(sk5)
    | ~ neq(sk4,nil) ),
    inference(modus_ponens,[status(thm)],[69,68]) ).

tff(71,plain,
    ssItem(sk5),
    inference(modus_ponens,[status(thm)],[70,67]) ).

tff(72,plain,
    ^ [V: $i,U: $i] :
      refl(
        ( ( ~ ssItem(U)
          | ~ ssList(V)
          | ssList(cons(U,V)) )
      <=> ( ~ ssItem(U)
          | ~ ssList(V)
          | ssList(cons(U,V)) ) )),
    inference(bind,[status(th)],]) ).

tff(73,plain,
    ( ! [V: $i,U: $i] :
        ( ~ ssItem(U)
        | ~ ssList(V)
        | ssList(cons(U,V)) )
  <=> ! [V: $i,U: $i] :
        ( ~ ssItem(U)
        | ~ ssList(V)
        | ssList(cons(U,V)) ) ),
    inference(quant_intro,[status(thm)],[72]) ).

tff(74,plain,
    ( ! [V: $i,U: $i] :
        ( ~ ssItem(U)
        | ~ ssList(V)
        | ssList(cons(U,V)) )
  <=> ! [V: $i,U: $i] :
        ( ~ ssItem(U)
        | ~ ssList(V)
        | ssList(cons(U,V)) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(75,plain,
    ^ [V: $i,U: $i] :
      rewrite(
        ( ( ~ ssItem(U)
          | ~ ssList(V)
          | ssList(cons(U,V)) )
      <=> ( ~ ssItem(U)
          | ~ ssList(V)
          | ssList(cons(U,V)) ) )),
    inference(bind,[status(th)],]) ).

tff(76,plain,
    ( ! [V: $i,U: $i] :
        ( ~ ssItem(U)
        | ~ ssList(V)
        | ssList(cons(U,V)) )
  <=> ! [V: $i,U: $i] :
        ( ~ ssItem(U)
        | ~ ssList(V)
        | ssList(cons(U,V)) ) ),
    inference(quant_intro,[status(thm)],[75]) ).

tff(77,axiom,
    ! [V: $i,U: $i] :
      ( ~ ssItem(U)
      | ~ ssList(V)
      | ssList(cons(U,V)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SWC001-0.ax',clause86) ).

tff(78,plain,
    ! [V: $i,U: $i] :
      ( ~ ssItem(U)
      | ~ ssList(V)
      | ssList(cons(U,V)) ),
    inference(modus_ponens,[status(thm)],[77,76]) ).

tff(79,plain,
    ! [V: $i,U: $i] :
      ( ~ ssItem(U)
      | ~ ssList(V)
      | ssList(cons(U,V)) ),
    inference(modus_ponens,[status(thm)],[78,74]) ).

tff(80,plain,
    ! [V: $i,U: $i] :
      ( ~ ssItem(U)
      | ~ ssList(V)
      | ssList(cons(U,V)) ),
    inference(skolemize,[status(sab)],[79]) ).

tff(81,plain,
    ! [V: $i,U: $i] :
      ( ~ ssItem(U)
      | ~ ssList(V)
      | ssList(cons(U,V)) ),
    inference(modus_ponens,[status(thm)],[80,73]) ).

tff(82,plain,
    ( ssList(nil)
  <=> ssList(nil) ),
    inference(rewrite,[status(thm)],]) ).

tff(83,axiom,
    ssList(nil),
    file('/export/starexec/sandbox/benchmark/Axioms/SWC001-0.ax',clause8) ).

tff(84,plain,
    ssList(nil),
    inference(modus_ponens,[status(thm)],[83,82]) ).

tff(85,plain,
    ( ( ~ ! [V: $i,U: $i] :
            ( ~ ssItem(U)
            | ~ ssList(V)
            | ssList(cons(U,V)) )
      | ~ ssItem(sk5)
      | ~ ssList(nil)
      | ssList(cons(sk5,nil)) )
  <=> ( ~ ! [V: $i,U: $i] :
            ( ~ ssItem(U)
            | ~ ssList(V)
            | ssList(cons(U,V)) )
      | ~ ssItem(sk5)
      | ~ ssList(nil)
      | ssList(cons(sk5,nil)) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(86,plain,
    ( ~ ! [V: $i,U: $i] :
          ( ~ ssItem(U)
          | ~ ssList(V)
          | ssList(cons(U,V)) )
    | ~ ssItem(sk5)
    | ~ ssList(nil)
    | ssList(cons(sk5,nil)) ),
    inference(quant_inst,[status(thm)],]) ).

tff(87,plain,
    ( ~ ! [V: $i,U: $i] :
          ( ~ ssItem(U)
          | ~ ssList(V)
          | ssList(cons(U,V)) )
    | ~ ssItem(sk5)
    | ~ ssList(nil)
    | ssList(cons(sk5,nil)) ),
    inference(modus_ponens,[status(thm)],[86,85]) ).

tff(88,plain,
    ssList(cons(sk5,nil)),
    inference(unit_resolution,[status(thm)],[87,84,81,71]) ).

tff(89,plain,
    ( ( ssList(sk6)
      | $false )
  <=> ssList(sk6) ),
    inference(rewrite,[status(thm)],]) ).

tff(90,plain,
    ( ( ssList(sk6)
      | ~ neq(sk4,nil) )
  <=> ( ssList(sk6)
      | $false ) ),
    inference(monotonicity,[status(thm)],[28]) ).

tff(91,plain,
    ( ( ssList(sk6)
      | ~ neq(sk4,nil) )
  <=> ssList(sk6) ),
    inference(transitivity,[status(thm)],[90,89]) ).

tff(92,plain,
    ( ( ssList(sk6)
      | ~ neq(sk4,nil) )
  <=> ( ssList(sk6)
      | ~ neq(sk4,nil) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(93,axiom,
    ( ssList(sk6)
    | ~ neq(sk4,nil) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',co1_16) ).

tff(94,plain,
    ( ssList(sk6)
    | ~ neq(sk4,nil) ),
    inference(modus_ponens,[status(thm)],[93,92]) ).

tff(95,plain,
    ssList(sk6),
    inference(modus_ponens,[status(thm)],[94,91]) ).

tff(96,plain,
    ^ [W: $i,V: $i,U: $i] :
      refl(
        ( ( ~ ssList(U)
          | ~ ssList(V)
          | ~ ssList(W)
          | ( app(app(W,V),U) = app(W,app(V,U)) ) )
      <=> ( ~ ssList(U)
          | ~ ssList(V)
          | ~ ssList(W)
          | ( app(app(W,V),U) = app(W,app(V,U)) ) ) )),
    inference(bind,[status(th)],]) ).

tff(97,plain,
    ( ! [W: $i,V: $i,U: $i] :
        ( ~ ssList(U)
        | ~ ssList(V)
        | ~ ssList(W)
        | ( app(app(W,V),U) = app(W,app(V,U)) ) )
  <=> ! [W: $i,V: $i,U: $i] :
        ( ~ ssList(U)
        | ~ ssList(V)
        | ~ ssList(W)
        | ( app(app(W,V),U) = app(W,app(V,U)) ) ) ),
    inference(quant_intro,[status(thm)],[96]) ).

tff(98,plain,
    ( ! [W: $i,V: $i,U: $i] :
        ( ~ ssList(U)
        | ~ ssList(V)
        | ~ ssList(W)
        | ( app(app(W,V),U) = app(W,app(V,U)) ) )
  <=> ! [W: $i,V: $i,U: $i] :
        ( ~ ssList(U)
        | ~ ssList(V)
        | ~ ssList(W)
        | ( app(app(W,V),U) = app(W,app(V,U)) ) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(99,plain,
    ^ [W: $i,V: $i,U: $i] :
      trans(
        monotonicity(
          rewrite(
            ( ( ~ ssList(U)
              | ~ ssList(V)
              | ~ ssList(W) )
          <=> ( ~ ssList(U)
              | ~ ssList(V)
              | ~ ssList(W) ) )),
          ( ( ~ ssList(U)
            | ~ ssList(V)
            | ~ ssList(W)
            | ( app(app(W,V),U) = app(W,app(V,U)) ) )
        <=> ( ~ ssList(U)
            | ~ ssList(V)
            | ~ ssList(W)
            | ( app(app(W,V),U) = app(W,app(V,U)) ) ) )),
        rewrite(
          ( ( ~ ssList(U)
            | ~ ssList(V)
            | ~ ssList(W)
            | ( app(app(W,V),U) = app(W,app(V,U)) ) )
        <=> ( ~ ssList(U)
            | ~ ssList(V)
            | ~ ssList(W)
            | ( app(app(W,V),U) = app(W,app(V,U)) ) ) )),
        ( ( ~ ssList(U)
          | ~ ssList(V)
          | ~ ssList(W)
          | ( app(app(W,V),U) = app(W,app(V,U)) ) )
      <=> ( ~ ssList(U)
          | ~ ssList(V)
          | ~ ssList(W)
          | ( app(app(W,V),U) = app(W,app(V,U)) ) ) )),
    inference(bind,[status(th)],]) ).

tff(100,plain,
    ( ! [W: $i,V: $i,U: $i] :
        ( ~ ssList(U)
        | ~ ssList(V)
        | ~ ssList(W)
        | ( app(app(W,V),U) = app(W,app(V,U)) ) )
  <=> ! [W: $i,V: $i,U: $i] :
        ( ~ ssList(U)
        | ~ ssList(V)
        | ~ ssList(W)
        | ( app(app(W,V),U) = app(W,app(V,U)) ) ) ),
    inference(quant_intro,[status(thm)],[99]) ).

tff(101,axiom,
    ! [W: $i,V: $i,U: $i] :
      ( ~ ssList(U)
      | ~ ssList(V)
      | ~ ssList(W)
      | ( app(app(W,V),U) = app(W,app(V,U)) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SWC001-0.ax',clause149) ).

tff(102,plain,
    ! [W: $i,V: $i,U: $i] :
      ( ~ ssList(U)
      | ~ ssList(V)
      | ~ ssList(W)
      | ( app(app(W,V),U) = app(W,app(V,U)) ) ),
    inference(modus_ponens,[status(thm)],[101,100]) ).

tff(103,plain,
    ! [W: $i,V: $i,U: $i] :
      ( ~ ssList(U)
      | ~ ssList(V)
      | ~ ssList(W)
      | ( app(app(W,V),U) = app(W,app(V,U)) ) ),
    inference(modus_ponens,[status(thm)],[102,98]) ).

tff(104,plain,
    ! [W: $i,V: $i,U: $i] :
      ( ~ ssList(U)
      | ~ ssList(V)
      | ~ ssList(W)
      | ( app(app(W,V),U) = app(W,app(V,U)) ) ),
    inference(skolemize,[status(sab)],[103]) ).

tff(105,plain,
    ! [W: $i,V: $i,U: $i] :
      ( ~ ssList(U)
      | ~ ssList(V)
      | ~ ssList(W)
      | ( app(app(W,V),U) = app(W,app(V,U)) ) ),
    inference(modus_ponens,[status(thm)],[104,97]) ).

tff(106,plain,
    ( ( ~ ! [W: $i,V: $i,U: $i] :
            ( ~ ssList(U)
            | ~ ssList(V)
            | ~ ssList(W)
            | ( app(app(W,V),U) = app(W,app(V,U)) ) )
      | ~ ssList(nil)
      | ~ ssList(sk6)
      | ~ ssList(cons(sk5,nil))
      | ( app(app(nil,cons(sk5,nil)),sk6) = app(nil,app(cons(sk5,nil),sk6)) ) )
  <=> ( ~ ! [W: $i,V: $i,U: $i] :
            ( ~ ssList(U)
            | ~ ssList(V)
            | ~ ssList(W)
            | ( app(app(W,V),U) = app(W,app(V,U)) ) )
      | ~ ssList(nil)
      | ~ ssList(sk6)
      | ~ ssList(cons(sk5,nil))
      | ( app(app(nil,cons(sk5,nil)),sk6) = app(nil,app(cons(sk5,nil),sk6)) ) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(107,plain,
    ( ( ~ ssList(sk6)
      | ~ ssList(cons(sk5,nil))
      | ~ ssList(nil)
      | ( app(app(nil,cons(sk5,nil)),sk6) = app(nil,app(cons(sk5,nil),sk6)) ) )
  <=> ( ~ ssList(nil)
      | ~ ssList(sk6)
      | ~ ssList(cons(sk5,nil))
      | ( app(app(nil,cons(sk5,nil)),sk6) = app(nil,app(cons(sk5,nil),sk6)) ) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(108,plain,
    ( ( ~ ! [W: $i,V: $i,U: $i] :
            ( ~ ssList(U)
            | ~ ssList(V)
            | ~ ssList(W)
            | ( app(app(W,V),U) = app(W,app(V,U)) ) )
      | ~ ssList(sk6)
      | ~ ssList(cons(sk5,nil))
      | ~ ssList(nil)
      | ( app(app(nil,cons(sk5,nil)),sk6) = app(nil,app(cons(sk5,nil),sk6)) ) )
  <=> ( ~ ! [W: $i,V: $i,U: $i] :
            ( ~ ssList(U)
            | ~ ssList(V)
            | ~ ssList(W)
            | ( app(app(W,V),U) = app(W,app(V,U)) ) )
      | ~ ssList(nil)
      | ~ ssList(sk6)
      | ~ ssList(cons(sk5,nil))
      | ( app(app(nil,cons(sk5,nil)),sk6) = app(nil,app(cons(sk5,nil),sk6)) ) ) ),
    inference(monotonicity,[status(thm)],[107]) ).

tff(109,plain,
    ( ( ~ ! [W: $i,V: $i,U: $i] :
            ( ~ ssList(U)
            | ~ ssList(V)
            | ~ ssList(W)
            | ( app(app(W,V),U) = app(W,app(V,U)) ) )
      | ~ ssList(sk6)
      | ~ ssList(cons(sk5,nil))
      | ~ ssList(nil)
      | ( app(app(nil,cons(sk5,nil)),sk6) = app(nil,app(cons(sk5,nil),sk6)) ) )
  <=> ( ~ ! [W: $i,V: $i,U: $i] :
            ( ~ ssList(U)
            | ~ ssList(V)
            | ~ ssList(W)
            | ( app(app(W,V),U) = app(W,app(V,U)) ) )
      | ~ ssList(nil)
      | ~ ssList(sk6)
      | ~ ssList(cons(sk5,nil))
      | ( app(app(nil,cons(sk5,nil)),sk6) = app(nil,app(cons(sk5,nil),sk6)) ) ) ),
    inference(transitivity,[status(thm)],[108,106]) ).

tff(110,plain,
    ( ~ ! [W: $i,V: $i,U: $i] :
          ( ~ ssList(U)
          | ~ ssList(V)
          | ~ ssList(W)
          | ( app(app(W,V),U) = app(W,app(V,U)) ) )
    | ~ ssList(sk6)
    | ~ ssList(cons(sk5,nil))
    | ~ ssList(nil)
    | ( app(app(nil,cons(sk5,nil)),sk6) = app(nil,app(cons(sk5,nil),sk6)) ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(111,plain,
    ( ~ ! [W: $i,V: $i,U: $i] :
          ( ~ ssList(U)
          | ~ ssList(V)
          | ~ ssList(W)
          | ( app(app(W,V),U) = app(W,app(V,U)) ) )
    | ~ ssList(nil)
    | ~ ssList(sk6)
    | ~ ssList(cons(sk5,nil))
    | ( app(app(nil,cons(sk5,nil)),sk6) = app(nil,app(cons(sk5,nil),sk6)) ) ),
    inference(modus_ponens,[status(thm)],[110,109]) ).

tff(112,plain,
    app(app(nil,cons(sk5,nil)),sk6) = app(nil,app(cons(sk5,nil),sk6)),
    inference(unit_resolution,[status(thm)],[111,84,105,95,88]) ).

tff(113,plain,
    app(app(nil,cons(sk5,nil)),sk6) = sk4,
    inference(transitivity,[status(thm)],[112,64,54]) ).

tff(114,plain,
    ^ [B: $i,A: $i,C: $i] :
      refl(
        ( ( ~ ssList(C)
          | ~ ssItem(A)
          | ~ ssList(B)
          | ( app(app(C,cons(A,nil)),B) != sk3 )
          | ( app(app(B,cons(A,nil)),C) != sk4 ) )
      <=> ( ~ ssList(C)
          | ~ ssItem(A)
          | ~ ssList(B)
          | ( app(app(C,cons(A,nil)),B) != sk3 )
          | ( app(app(B,cons(A,nil)),C) != sk4 ) ) )),
    inference(bind,[status(th)],]) ).

tff(115,plain,
    ( ! [B: $i,A: $i,C: $i] :
        ( ~ ssList(C)
        | ~ ssItem(A)
        | ~ ssList(B)
        | ( app(app(C,cons(A,nil)),B) != sk3 )
        | ( app(app(B,cons(A,nil)),C) != sk4 ) )
  <=> ! [B: $i,A: $i,C: $i] :
        ( ~ ssList(C)
        | ~ ssItem(A)
        | ~ ssList(B)
        | ( app(app(C,cons(A,nil)),B) != sk3 )
        | ( app(app(B,cons(A,nil)),C) != sk4 ) ) ),
    inference(quant_intro,[status(thm)],[114]) ).

tff(116,plain,
    ^ [B: $i,A: $i,C: $i] :
      trans(
        monotonicity(
          trans(
            monotonicity(
              iff_true(
                mp(
                  mp(
                    mp(
                      asserted(
                        ( neq(sk2,nil)
                        | neq(sk2,nil) )),
                      rewrite(
                        ( ( neq(sk2,nil)
                          | neq(sk2,nil) )
                      <=> neq(sk2,nil) )),
                      neq(sk2,nil)),
                    rewrite(
                      ( neq(sk2,nil)
                    <=> neq(sk2,nil) )),
                    neq(sk2,nil)),
                  rewrite(
                    ( neq(sk2,nil)
                  <=> neq(sk4,nil) )),
                  neq(sk4,nil)),
                ( neq(sk4,nil)
              <=> $true )),
              ( ~ neq(sk4,nil)
            <=> ~ $true )),
            rewrite(
              ( ~ $true
            <=> $false )),
            ( ~ neq(sk4,nil)
          <=> $false )),
          ( ( ~ ssList(C)
            | ~ neq(sk4,nil)
            | ~ ssItem(A)
            | ~ ssList(B)
            | ( app(app(C,cons(A,nil)),B) != sk3 )
            | ( app(app(B,cons(A,nil)),C) != sk4 ) )
        <=> ( ~ ssList(C)
            | $false
            | ~ ssItem(A)
            | ~ ssList(B)
            | ( app(app(C,cons(A,nil)),B) != sk3 )
            | ( app(app(B,cons(A,nil)),C) != sk4 ) ) )),
        rewrite(
          ( ( ~ ssList(C)
            | $false
            | ~ ssItem(A)
            | ~ ssList(B)
            | ( app(app(C,cons(A,nil)),B) != sk3 )
            | ( app(app(B,cons(A,nil)),C) != sk4 ) )
        <=> ( ~ ssList(C)
            | ~ ssItem(A)
            | ~ ssList(B)
            | ( app(app(C,cons(A,nil)),B) != sk3 )
            | ( app(app(B,cons(A,nil)),C) != sk4 ) ) )),
        ( ( ~ ssList(C)
          | ~ neq(sk4,nil)
          | ~ ssItem(A)
          | ~ ssList(B)
          | ( app(app(C,cons(A,nil)),B) != sk3 )
          | ( app(app(B,cons(A,nil)),C) != sk4 ) )
      <=> ( ~ ssList(C)
          | ~ ssItem(A)
          | ~ ssList(B)
          | ( app(app(C,cons(A,nil)),B) != sk3 )
          | ( app(app(B,cons(A,nil)),C) != sk4 ) ) )),
    inference(bind,[status(th)],]) ).

tff(117,plain,
    ( ! [B: $i,A: $i,C: $i] :
        ( ~ ssList(C)
        | ~ neq(sk4,nil)
        | ~ ssItem(A)
        | ~ ssList(B)
        | ( app(app(C,cons(A,nil)),B) != sk3 )
        | ( app(app(B,cons(A,nil)),C) != sk4 ) )
  <=> ! [B: $i,A: $i,C: $i] :
        ( ~ ssList(C)
        | ~ ssItem(A)
        | ~ ssList(B)
        | ( app(app(C,cons(A,nil)),B) != sk3 )
        | ( app(app(B,cons(A,nil)),C) != sk4 ) ) ),
    inference(quant_intro,[status(thm)],[116]) ).

tff(118,plain,
    ^ [B: $i,A: $i,C: $i] :
      trans(
        monotonicity(
          rewrite(
            ( ( app(app(C,cons(A,nil)),B) != sk1 )
          <=> ( app(app(C,cons(A,nil)),B) != sk3 ) )),
          rewrite(
            ( ( app(app(B,cons(A,nil)),C) != sk2 )
          <=> ( app(app(B,cons(A,nil)),C) != sk4 ) )),
          ( ( ~ ssList(C)
            | ~ neq(sk4,nil)
            | ~ ssItem(A)
            | ~ ssList(B)
            | ( app(app(C,cons(A,nil)),B) != sk1 )
            | ( app(app(B,cons(A,nil)),C) != sk2 ) )
        <=> ( ~ ssList(C)
            | ~ neq(sk4,nil)
            | ~ ssItem(A)
            | ~ ssList(B)
            | ( app(app(C,cons(A,nil)),B) != sk3 )
            | ( app(app(B,cons(A,nil)),C) != sk4 ) ) )),
        rewrite(
          ( ( ~ ssList(C)
            | ~ neq(sk4,nil)
            | ~ ssItem(A)
            | ~ ssList(B)
            | ( app(app(C,cons(A,nil)),B) != sk3 )
            | ( app(app(B,cons(A,nil)),C) != sk4 ) )
        <=> ( ~ ssList(C)
            | ~ neq(sk4,nil)
            | ~ ssItem(A)
            | ~ ssList(B)
            | ( app(app(C,cons(A,nil)),B) != sk3 )
            | ( app(app(B,cons(A,nil)),C) != sk4 ) ) )),
        ( ( ~ ssList(C)
          | ~ neq(sk4,nil)
          | ~ ssItem(A)
          | ~ ssList(B)
          | ( app(app(C,cons(A,nil)),B) != sk1 )
          | ( app(app(B,cons(A,nil)),C) != sk2 ) )
      <=> ( ~ ssList(C)
          | ~ neq(sk4,nil)
          | ~ ssItem(A)
          | ~ ssList(B)
          | ( app(app(C,cons(A,nil)),B) != sk3 )
          | ( app(app(B,cons(A,nil)),C) != sk4 ) ) )),
    inference(bind,[status(th)],]) ).

tff(119,plain,
    ( ! [B: $i,A: $i,C: $i] :
        ( ~ ssList(C)
        | ~ neq(sk4,nil)
        | ~ ssItem(A)
        | ~ ssList(B)
        | ( app(app(C,cons(A,nil)),B) != sk1 )
        | ( app(app(B,cons(A,nil)),C) != sk2 ) )
  <=> ! [B: $i,A: $i,C: $i] :
        ( ~ ssList(C)
        | ~ neq(sk4,nil)
        | ~ ssItem(A)
        | ~ ssList(B)
        | ( app(app(C,cons(A,nil)),B) != sk3 )
        | ( app(app(B,cons(A,nil)),C) != sk4 ) ) ),
    inference(quant_intro,[status(thm)],[118]) ).

tff(120,plain,
    ( ! [B: $i,A: $i,C: $i] :
        ( ~ ssList(C)
        | ~ neq(sk4,nil)
        | ~ ssItem(A)
        | ~ ssList(B)
        | ( app(app(C,cons(A,nil)),B) != sk1 )
        | ( app(app(B,cons(A,nil)),C) != sk2 ) )
  <=> ! [B: $i,A: $i,C: $i] :
        ( ~ ssList(C)
        | ~ neq(sk4,nil)
        | ~ ssItem(A)
        | ~ ssList(B)
        | ( app(app(C,cons(A,nil)),B) != sk1 )
        | ( app(app(B,cons(A,nil)),C) != sk2 ) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(121,plain,
    ^ [B: $i,A: $i,C: $i] :
      trans(
        monotonicity(
          trans(
            monotonicity(
              trans(
                monotonicity(
                  rewrite(
                    ( ( ~ ssItem(A)
                      | ~ ssList(B)
                      | ~ ssList(C) )
                  <=> ( ~ ssList(C)
                      | ~ ssItem(A)
                      | ~ ssList(B) ) )),
                  ( ( ~ ssItem(A)
                    | ~ ssList(B)
                    | ~ ssList(C)
                    | ( app(app(B,cons(A,nil)),C) != sk2 ) )
                <=> ( ~ ssList(C)
                    | ~ ssItem(A)
                    | ~ ssList(B)
                    | ( app(app(B,cons(A,nil)),C) != sk2 ) ) )),
                rewrite(
                  ( ( ~ ssList(C)
                    | ~ ssItem(A)
                    | ~ ssList(B)
                    | ( app(app(B,cons(A,nil)),C) != sk2 ) )
                <=> ( ~ ssList(C)
                    | ~ ssItem(A)
                    | ~ ssList(B)
                    | ( app(app(B,cons(A,nil)),C) != sk2 ) ) )),
                ( ( ~ ssItem(A)
                  | ~ ssList(B)
                  | ~ ssList(C)
                  | ( app(app(B,cons(A,nil)),C) != sk2 ) )
              <=> ( ~ ssList(C)
                  | ~ ssItem(A)
                  | ~ ssList(B)
                  | ( app(app(B,cons(A,nil)),C) != sk2 ) ) )),
              ( ( ~ ssItem(A)
                | ~ ssList(B)
                | ~ ssList(C)
                | ( app(app(B,cons(A,nil)),C) != sk2 )
                | ( app(app(C,cons(A,nil)),B) != sk1 ) )
            <=> ( ~ ssList(C)
                | ~ ssItem(A)
                | ~ ssList(B)
                | ( app(app(B,cons(A,nil)),C) != sk2 )
                | ( app(app(C,cons(A,nil)),B) != sk1 ) ) )),
            rewrite(
              ( ( ~ ssList(C)
                | ~ ssItem(A)
                | ~ ssList(B)
                | ( app(app(B,cons(A,nil)),C) != sk2 )
                | ( app(app(C,cons(A,nil)),B) != sk1 ) )
            <=> ( ~ ssList(C)
                | ~ ssItem(A)
                | ~ ssList(B)
                | ( app(app(C,cons(A,nil)),B) != sk1 )
                | ( app(app(B,cons(A,nil)),C) != sk2 ) ) )),
            ( ( ~ ssItem(A)
              | ~ ssList(B)
              | ~ ssList(C)
              | ( app(app(B,cons(A,nil)),C) != sk2 )
              | ( app(app(C,cons(A,nil)),B) != sk1 ) )
          <=> ( ~ ssList(C)
              | ~ ssItem(A)
              | ~ ssList(B)
              | ( app(app(C,cons(A,nil)),B) != sk1 )
              | ( app(app(B,cons(A,nil)),C) != sk2 ) ) )),
          ( ( ~ ssItem(A)
            | ~ ssList(B)
            | ~ ssList(C)
            | ( app(app(B,cons(A,nil)),C) != sk2 )
            | ( app(app(C,cons(A,nil)),B) != sk1 )
            | ~ neq(sk4,nil) )
        <=> ( ~ ssList(C)
            | ~ ssItem(A)
            | ~ ssList(B)
            | ( app(app(C,cons(A,nil)),B) != sk1 )
            | ( app(app(B,cons(A,nil)),C) != sk2 )
            | ~ neq(sk4,nil) ) )),
        rewrite(
          ( ( ~ ssList(C)
            | ~ ssItem(A)
            | ~ ssList(B)
            | ( app(app(C,cons(A,nil)),B) != sk1 )
            | ( app(app(B,cons(A,nil)),C) != sk2 )
            | ~ neq(sk4,nil) )
        <=> ( ~ ssList(C)
            | ~ neq(sk4,nil)
            | ~ ssItem(A)
            | ~ ssList(B)
            | ( app(app(C,cons(A,nil)),B) != sk1 )
            | ( app(app(B,cons(A,nil)),C) != sk2 ) ) )),
        ( ( ~ ssItem(A)
          | ~ ssList(B)
          | ~ ssList(C)
          | ( app(app(B,cons(A,nil)),C) != sk2 )
          | ( app(app(C,cons(A,nil)),B) != sk1 )
          | ~ neq(sk4,nil) )
      <=> ( ~ ssList(C)
          | ~ neq(sk4,nil)
          | ~ ssItem(A)
          | ~ ssList(B)
          | ( app(app(C,cons(A,nil)),B) != sk1 )
          | ( app(app(B,cons(A,nil)),C) != sk2 ) ) )),
    inference(bind,[status(th)],]) ).

tff(122,plain,
    ( ! [B: $i,A: $i,C: $i] :
        ( ~ ssItem(A)
        | ~ ssList(B)
        | ~ ssList(C)
        | ( app(app(B,cons(A,nil)),C) != sk2 )
        | ( app(app(C,cons(A,nil)),B) != sk1 )
        | ~ neq(sk4,nil) )
  <=> ! [B: $i,A: $i,C: $i] :
        ( ~ ssList(C)
        | ~ neq(sk4,nil)
        | ~ ssItem(A)
        | ~ ssList(B)
        | ( app(app(C,cons(A,nil)),B) != sk1 )
        | ( app(app(B,cons(A,nil)),C) != sk2 ) ) ),
    inference(quant_intro,[status(thm)],[121]) ).

tff(123,axiom,
    ! [B: $i,A: $i,C: $i] :
      ( ~ ssItem(A)
      | ~ ssList(B)
      | ~ ssList(C)
      | ( app(app(B,cons(A,nil)),C) != sk2 )
      | ( app(app(C,cons(A,nil)),B) != sk1 )
      | ~ neq(sk4,nil) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',co1_14) ).

tff(124,plain,
    ! [B: $i,A: $i,C: $i] :
      ( ~ ssList(C)
      | ~ neq(sk4,nil)
      | ~ ssItem(A)
      | ~ ssList(B)
      | ( app(app(C,cons(A,nil)),B) != sk1 )
      | ( app(app(B,cons(A,nil)),C) != sk2 ) ),
    inference(modus_ponens,[status(thm)],[123,122]) ).

tff(125,plain,
    ! [B: $i,A: $i,C: $i] :
      ( ~ ssList(C)
      | ~ neq(sk4,nil)
      | ~ ssItem(A)
      | ~ ssList(B)
      | ( app(app(C,cons(A,nil)),B) != sk1 )
      | ( app(app(B,cons(A,nil)),C) != sk2 ) ),
    inference(modus_ponens,[status(thm)],[124,120]) ).

tff(126,plain,
    ! [B: $i,A: $i,C: $i] :
      ( ~ ssList(C)
      | ~ neq(sk4,nil)
      | ~ ssItem(A)
      | ~ ssList(B)
      | ( app(app(C,cons(A,nil)),B) != sk3 )
      | ( app(app(B,cons(A,nil)),C) != sk4 ) ),
    inference(modus_ponens,[status(thm)],[125,119]) ).

tff(127,plain,
    ! [B: $i,A: $i,C: $i] :
      ( ~ ssList(C)
      | ~ ssItem(A)
      | ~ ssList(B)
      | ( app(app(C,cons(A,nil)),B) != sk3 )
      | ( app(app(B,cons(A,nil)),C) != sk4 ) ),
    inference(modus_ponens,[status(thm)],[126,117]) ).

tff(128,plain,
    ! [B: $i,A: $i,C: $i] :
      ( ~ ssList(C)
      | ~ ssItem(A)
      | ~ ssList(B)
      | ( app(app(C,cons(A,nil)),B) != sk3 )
      | ( app(app(B,cons(A,nil)),C) != sk4 ) ),
    inference(skolemize,[status(sab)],[127]) ).

tff(129,plain,
    ! [B: $i,A: $i,C: $i] :
      ( ~ ssList(C)
      | ~ ssItem(A)
      | ~ ssList(B)
      | ( app(app(C,cons(A,nil)),B) != sk3 )
      | ( app(app(B,cons(A,nil)),C) != sk4 ) ),
    inference(modus_ponens,[status(thm)],[128,115]) ).

tff(130,plain,
    ( ( ~ ! [B: $i,A: $i,C: $i] :
            ( ~ ssList(C)
            | ~ ssItem(A)
            | ~ ssList(B)
            | ( app(app(C,cons(A,nil)),B) != sk3 )
            | ( app(app(B,cons(A,nil)),C) != sk4 ) )
      | ~ ssList(nil)
      | ~ ssList(sk6)
      | ~ ssItem(sk5)
      | ( app(app(sk6,cons(sk5,nil)),nil) != sk3 )
      | ( app(app(nil,cons(sk5,nil)),sk6) != sk4 ) )
  <=> ( ~ ! [B: $i,A: $i,C: $i] :
            ( ~ ssList(C)
            | ~ ssItem(A)
            | ~ ssList(B)
            | ( app(app(C,cons(A,nil)),B) != sk3 )
            | ( app(app(B,cons(A,nil)),C) != sk4 ) )
      | ~ ssList(nil)
      | ~ ssList(sk6)
      | ~ ssItem(sk5)
      | ( app(app(sk6,cons(sk5,nil)),nil) != sk3 )
      | ( app(app(nil,cons(sk5,nil)),sk6) != sk4 ) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(131,plain,
    ( ( ~ ssList(sk6)
      | ~ ssItem(sk5)
      | ~ ssList(nil)
      | ( app(app(sk6,cons(sk5,nil)),nil) != sk3 )
      | ( app(app(nil,cons(sk5,nil)),sk6) != sk4 ) )
  <=> ( ~ ssList(nil)
      | ~ ssList(sk6)
      | ~ ssItem(sk5)
      | ( app(app(sk6,cons(sk5,nil)),nil) != sk3 )
      | ( app(app(nil,cons(sk5,nil)),sk6) != sk4 ) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(132,plain,
    ( ( ~ ! [B: $i,A: $i,C: $i] :
            ( ~ ssList(C)
            | ~ ssItem(A)
            | ~ ssList(B)
            | ( app(app(C,cons(A,nil)),B) != sk3 )
            | ( app(app(B,cons(A,nil)),C) != sk4 ) )
      | ~ ssList(sk6)
      | ~ ssItem(sk5)
      | ~ ssList(nil)
      | ( app(app(sk6,cons(sk5,nil)),nil) != sk3 )
      | ( app(app(nil,cons(sk5,nil)),sk6) != sk4 ) )
  <=> ( ~ ! [B: $i,A: $i,C: $i] :
            ( ~ ssList(C)
            | ~ ssItem(A)
            | ~ ssList(B)
            | ( app(app(C,cons(A,nil)),B) != sk3 )
            | ( app(app(B,cons(A,nil)),C) != sk4 ) )
      | ~ ssList(nil)
      | ~ ssList(sk6)
      | ~ ssItem(sk5)
      | ( app(app(sk6,cons(sk5,nil)),nil) != sk3 )
      | ( app(app(nil,cons(sk5,nil)),sk6) != sk4 ) ) ),
    inference(monotonicity,[status(thm)],[131]) ).

tff(133,plain,
    ( ( ~ ! [B: $i,A: $i,C: $i] :
            ( ~ ssList(C)
            | ~ ssItem(A)
            | ~ ssList(B)
            | ( app(app(C,cons(A,nil)),B) != sk3 )
            | ( app(app(B,cons(A,nil)),C) != sk4 ) )
      | ~ ssList(sk6)
      | ~ ssItem(sk5)
      | ~ ssList(nil)
      | ( app(app(sk6,cons(sk5,nil)),nil) != sk3 )
      | ( app(app(nil,cons(sk5,nil)),sk6) != sk4 ) )
  <=> ( ~ ! [B: $i,A: $i,C: $i] :
            ( ~ ssList(C)
            | ~ ssItem(A)
            | ~ ssList(B)
            | ( app(app(C,cons(A,nil)),B) != sk3 )
            | ( app(app(B,cons(A,nil)),C) != sk4 ) )
      | ~ ssList(nil)
      | ~ ssList(sk6)
      | ~ ssItem(sk5)
      | ( app(app(sk6,cons(sk5,nil)),nil) != sk3 )
      | ( app(app(nil,cons(sk5,nil)),sk6) != sk4 ) ) ),
    inference(transitivity,[status(thm)],[132,130]) ).

tff(134,plain,
    ( ~ ! [B: $i,A: $i,C: $i] :
          ( ~ ssList(C)
          | ~ ssItem(A)
          | ~ ssList(B)
          | ( app(app(C,cons(A,nil)),B) != sk3 )
          | ( app(app(B,cons(A,nil)),C) != sk4 ) )
    | ~ ssList(sk6)
    | ~ ssItem(sk5)
    | ~ ssList(nil)
    | ( app(app(sk6,cons(sk5,nil)),nil) != sk3 )
    | ( app(app(nil,cons(sk5,nil)),sk6) != sk4 ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(135,plain,
    ( ~ ! [B: $i,A: $i,C: $i] :
          ( ~ ssList(C)
          | ~ ssItem(A)
          | ~ ssList(B)
          | ( app(app(C,cons(A,nil)),B) != sk3 )
          | ( app(app(B,cons(A,nil)),C) != sk4 ) )
    | ~ ssList(nil)
    | ~ ssList(sk6)
    | ~ ssItem(sk5)
    | ( app(app(sk6,cons(sk5,nil)),nil) != sk3 )
    | ( app(app(nil,cons(sk5,nil)),sk6) != sk4 ) ),
    inference(modus_ponens,[status(thm)],[134,133]) ).

tff(136,plain,
    ( ( app(app(sk6,cons(sk5,nil)),nil) != sk3 )
    | ( app(app(nil,cons(sk5,nil)),sk6) != sk4 ) ),
    inference(unit_resolution,[status(thm)],[135,84,129,71,95]) ).

tff(137,plain,
    $false,
    inference(unit_resolution,[status(thm)],[136,113,38]) ).

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