TSTP Solution File: LCL835_5 by Vampire---4.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire---4.8
% Problem  : LCL835_5 : TPTP v8.1.2. Released v6.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox2/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t %d %s

% Computer : n020.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 : Sun May  5 07:42:52 EDT 2024

% Result   : Theorem 0.61s 0.75s
% Output   : Refutation 0.61s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   69
% Syntax   : Number of formulae    :   81 (  10 unt;  65 typ;   0 def)
%            Number of atoms       :   27 (   0 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   23 (  12   ~;   7   |;   0   &)
%                                         (   0 <=>;   4  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   4 avg)
%            Maximal term depth    :    7 (   2 avg)
%            Number of types       :    5 (   4 usr)
%            Number of type conns  :   78 (  38   >;  40   *;   0   +;   0  <<)
%            Number of predicates  :    7 (   6 usr;   1 prp; 0-4 aty)
%            Number of functors    :   55 (  55 usr;  19 con; 0-5 aty)
%            Number of variables   :   58 (  21   !;   0   ?;  58   :)
%                                         (  37  !>;   0  ?*;   0  @-;   0  @+)

% Comments : 
%------------------------------------------------------------------------------
tff(type_def_5,type,
    bool: $tType ).

tff(type_def_6,type,
    dB: $tType ).

tff(type_def_7,type,
    list: $tType > $tType ).

tff(type_def_8,type,
    nat: $tType ).

tff(type_def_9,type,
    type: $tType ).

tff(type_def_10,type,
    fun: ( $tType * $tType ) > $tType ).

tff(func_def_0,type,
    combb: 
      !>[X0: $tType,X1: $tType,X2: $tType] : fun(fun(X0,X1),fun(fun(X2,X0),fun(X2,X1))) ).

tff(func_def_1,type,
    combc: 
      !>[X0: $tType,X1: $tType,X2: $tType] : ( ( fun(X0,fun(X1,X2)) * X1 ) > fun(X0,X2) ) ).

tff(func_def_2,type,
    combs: 
      !>[X0: $tType,X1: $tType,X2: $tType] : ( ( fun(X0,fun(X1,X2)) * fun(X0,X1) ) > fun(X0,X2) ) ).

tff(func_def_3,type,
    zero_zero: 
      !>[X0: $tType] : X0 ).

tff(func_def_4,type,
    it: fun(dB,bool) ).

tff(func_def_5,type,
    beta: fun(dB,fun(dB,bool)) ).

tff(func_def_6,type,
    abs: dB > dB ).

tff(func_def_7,type,
    app: fun(dB,fun(dB,dB)) ).

tff(func_def_8,type,
    var: nat > dB ).

tff(func_def_9,type,
    dB_size: dB > nat ).

tff(func_def_10,type,
    liftn: ( nat * dB * nat ) > dB ).

tff(func_def_11,type,
    subst: ( dB * dB * nat ) > dB ).

tff(func_def_12,type,
    substn: ( dB * dB * nat ) > dB ).

tff(func_def_13,type,
    append: 
      !>[X0: $tType] : ( ( list(X0) * list(X0) ) > list(X0) ) ).

tff(func_def_14,type,
    foldl: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,fun(X1,X0)) * X0 * list(X1) ) > X0 ) ).

tff(func_def_15,type,
    insert: 
      !>[X0: $tType] : ( ( X0 * list(X0) ) > list(X0) ) ).

tff(func_def_16,type,
    cons: 
      !>[X0: $tType] : ( ( X0 * list(X0) ) > list(X0) ) ).

tff(func_def_17,type,
    nil: 
      !>[X0: $tType] : list(X0) ).

tff(func_def_18,type,
    list_case: 
      !>[X0: $tType,X1: $tType] : ( ( X0 * fun(X1,fun(list(X1),X0)) * list(X1) ) > X0 ) ).

tff(func_def_19,type,
    sublist: 
      !>[X0: $tType] : ( ( list(X0) * fun(nat,bool) ) > list(X0) ) ).

tff(func_def_20,type,
    size_size: 
      !>[X0: $tType] : ( X0 > nat ) ).

tff(func_def_21,type,
    shift: 
      !>[X0: $tType] : ( ( fun(nat,X0) * nat * X0 ) > fun(nat,X0) ) ).

tff(func_def_22,type,
    fun1: ( type * type ) > type ).

tff(func_def_23,type,
    type_case: 
      !>[X0: $tType] : ( ( fun(nat,X0) * fun(type,fun(type,X0)) * type ) > X0 ) ).

tff(func_def_24,type,
    typing: ( fun(nat,type) * dB ) > fun(type,bool) ).

tff(func_def_25,type,
    typings: ( fun(nat,type) * list(dB) ) > fun(list(type),bool) ).

tff(func_def_26,type,
    aa: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,X1) * X0 ) > X1 ) ).

tff(func_def_27,type,
    fFalse: bool ).

tff(func_def_28,type,
    fTrue: bool ).

tff(func_def_29,type,
    fconj: fun(bool,fun(bool,bool)) ).

tff(func_def_30,type,
    t: type ).

tff(func_def_31,type,
    t_a: type ).

tff(func_def_32,type,
    t1: type ).

tff(func_def_33,type,
    a: dB ).

tff(func_def_34,type,
    as: list(dB) ).

tff(func_def_35,type,
    e: fun(nat,type) ).

tff(func_def_36,type,
    ea: fun(nat,type) ).

tff(func_def_37,type,
    i: nat ).

tff(func_def_38,type,
    ia: nat ).

tff(func_def_39,type,
    r: dB ).

tff(func_def_40,type,
    t2: dB ).

tff(func_def_41,type,
    u: dB ).

tff(func_def_42,type,
    ua: dB ).

tff(func_def_43,type,
    sK0: 
      !>[X0: $tType,X1: $tType] : ( fun(X0,fun(X1,X0)) > X1 ) ).

tff(func_def_44,type,
    sK1: 
      !>[X0: $tType,X1: $tType] : ( fun(X0,fun(X1,X0)) > X1 ) ).

tff(func_def_45,type,
    sK2: 
      !>[X0: $tType,X1: $tType] : ( fun(X0,fun(X1,X0)) > X0 ) ).

tff(func_def_46,type,
    sK3: ( dB * fun(nat,type) ) > type ).

tff(func_def_47,type,
    sK4: ( dB * fun(nat,type) ) > type ).

tff(func_def_48,type,
    sK5: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X1,X0) * fun(X1,X0) ) > X1 ) ).

tff(func_def_49,type,
    sK6: ( dB * dB * dB ) > dB ).

tff(func_def_50,type,
    sK7: ( dB * dB * dB ) > dB ).

tff(func_def_51,type,
    sK8: ( dB * dB * dB ) > dB ).

tff(func_def_52,type,
    sK9: ( dB * dB ) > dB ).

tff(pred_def_1,type,
    zero: 
      !>[X0: $tType] : $o ).

tff(pred_def_2,type,
    step1: 
      !>[X0: $tType] : ( ( fun(X0,fun(X0,bool)) * list(X0) * list(X0) ) > $o ) ).

tff(pred_def_3,type,
    listsp: 
      !>[X0: $tType] : ( ( fun(X0,bool) * list(X0) ) > $o ) ).

tff(pred_def_4,type,
    member: 
      !>[X0: $tType] : ( ( X0 * fun(X0,bool) ) > $o ) ).

tff(pred_def_5,type,
    pp: bool > $o ).

tff(pred_def_6,type,
    sQ10_eqProxy: 
      !>[X0: $tType] : ( ( X0 * X0 ) > $o ) ).

tff(f326,plain,
    $false,
    inference(subsumption_resolution,[],[f323,f226]) ).

tff(f226,plain,
    pp(aa(dB,bool,aa(dB,fun(dB,bool),beta,foldl(dB,dB,app,aa(dB,dB,aa(dB,fun(dB,dB),app,abs(r)),a),as)),foldl(dB,dB,app,subst(r,a,zero_zero(nat)),as))),
    inference(cnf_transformation,[],[f4]) ).

tff(f4,axiom,
    pp(aa(dB,bool,aa(dB,fun(dB,bool),beta,foldl(dB,dB,app,aa(dB,dB,aa(dB,fun(dB,dB),app,abs(r)),a),as)),foldl(dB,dB,app,subst(r,a,zero_zero(nat)),as))),
    file('/export/starexec/sandbox2/tmp/tmp.wEqn8Fig9p/Vampire---4.8_25532',fact_3__096Abs_Ar_A_092_060degree_062_Aa_A_092_060degree_062_092_060degree_062_Aas_A_092_060rightarrow_062_092_060_094sub_062_092_060beta_062r_091a_P0_093_A_092_060degree_062_092_060degree_062_Aas_096) ).

tff(f323,plain,
    ~ pp(aa(dB,bool,aa(dB,fun(dB,bool),beta,foldl(dB,dB,app,aa(dB,dB,aa(dB,fun(dB,dB),app,abs(r)),a),as)),foldl(dB,dB,app,subst(r,a,zero_zero(nat)),as))),
    inference(resolution,[],[f322,f221]) ).

tff(f221,plain,
    pp(aa(type,bool,typing(shift(type,e,i,t1),foldl(dB,dB,app,aa(dB,dB,aa(dB,fun(dB,dB),app,abs(r)),a),as)),t)),
    inference(cnf_transformation,[],[f5]) ).

tff(f5,axiom,
    pp(aa(type,bool,typing(shift(type,e,i,t1),foldl(dB,dB,app,aa(dB,dB,aa(dB,fun(dB,dB),app,abs(r)),a),as)),t)),
    file('/export/starexec/sandbox2/tmp/tmp.wEqn8Fig9p/Vampire---4.8_25532',fact_4_T) ).

tff(f322,plain,
    ! [X0: dB] :
      ( ~ pp(aa(type,bool,typing(shift(type,e,i,t1),X0),t))
      | ~ pp(aa(dB,bool,aa(dB,fun(dB,bool),beta,X0),foldl(dB,dB,app,subst(r,a,zero_zero(nat)),as))) ),
    inference(resolution,[],[f206,f264]) ).

tff(f264,plain,
    ! [X2: dB,X3: fun(nat,type),X0: dB,X1: type] :
      ( pp(aa(type,bool,typing(X3,X0),X1))
      | ~ pp(aa(dB,bool,aa(dB,fun(dB,bool),beta,X2),X0))
      | ~ pp(aa(type,bool,typing(X3,X2),X1)) ),
    inference(cnf_transformation,[],[f180]) ).

tff(f180,plain,
    ! [X0: dB,X1: type,X2: dB,X3: fun(nat,type)] :
      ( pp(aa(type,bool,typing(X3,X0),X1))
      | ~ pp(aa(dB,bool,aa(dB,fun(dB,bool),beta,X2),X0))
      | ~ pp(aa(type,bool,typing(X3,X2),X1)) ),
    inference(flattening,[],[f179]) ).

tff(f179,plain,
    ! [X0: dB,X1: type,X2: dB,X3: fun(nat,type)] :
      ( pp(aa(type,bool,typing(X3,X0),X1))
      | ~ pp(aa(dB,bool,aa(dB,fun(dB,bool),beta,X2),X0))
      | ~ pp(aa(type,bool,typing(X3,X2),X1)) ),
    inference(ennf_transformation,[],[f150]) ).

tff(f150,plain,
    ! [X0: dB,X1: type,X2: dB,X3: fun(nat,type)] :
      ( pp(aa(type,bool,typing(X3,X2),X1))
     => ( pp(aa(dB,bool,aa(dB,fun(dB,bool),beta,X2),X0))
       => pp(aa(type,bool,typing(X3,X0),X1)) ) ),
    inference(rectify,[],[f30]) ).

tff(f30,axiom,
    ! [X37: dB,X15: type,X16: dB,X17: fun(nat,type)] :
      ( pp(aa(type,bool,typing(X17,X16),X15))
     => ( pp(aa(dB,bool,aa(dB,fun(dB,bool),beta,X16),X37))
       => pp(aa(type,bool,typing(X17,X37),X15)) ) ),
    file('/export/starexec/sandbox2/tmp/tmp.wEqn8Fig9p/Vampire---4.8_25532',fact_29_subject__reduction) ).

tff(f206,plain,
    ~ pp(aa(type,bool,typing(shift(type,e,i,t1),foldl(dB,dB,app,subst(r,a,zero_zero(nat)),as)),t)),
    inference(cnf_transformation,[],[f113]) ).

tff(f113,plain,
    ~ pp(aa(type,bool,typing(shift(type,e,i,t1),foldl(dB,dB,app,subst(r,a,zero_zero(nat)),as)),t)),
    inference(flattening,[],[f112]) ).

tff(f112,negated_conjecture,
    ~ pp(aa(type,bool,typing(shift(type,e,i,t1),foldl(dB,dB,app,subst(r,a,zero_zero(nat)),as)),t)),
    inference(negated_conjecture,[],[f111]) ).

tff(f111,conjecture,
    pp(aa(type,bool,typing(shift(type,e,i,t1),foldl(dB,dB,app,subst(r,a,zero_zero(nat)),as)),t)),
    file('/export/starexec/sandbox2/tmp/tmp.wEqn8Fig9p/Vampire---4.8_25532',conj_0) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.13  % Problem    : LCL835_5 : TPTP v8.1.2. Released v6.0.0.
% 0.15/0.15  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox2/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t %d %s
% 0.15/0.36  % Computer : n020.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit   : 300
% 0.15/0.36  % WCLimit    : 300
% 0.15/0.36  % DateTime   : Fri May  3 13:53:01 EDT 2024
% 0.15/0.36  % CPUTime    : 
% 0.15/0.36  This is a TF1_THM_EQU_NAR problem
% 0.15/0.36  Running vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox2/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t 300 /export/starexec/sandbox2/tmp/tmp.wEqn8Fig9p/Vampire---4.8_25532
% 0.58/0.75  % (25648)lrs-21_1:1_to=lpo:sil=2000:sp=frequency:sos=on:lma=on:i=56:sd=2:ss=axioms:ep=R_0 on Vampire---4 for (2996ds/56Mi)
% 0.58/0.75  % (25641)dis-1011_2:1_sil=2000:lsd=20:nwc=5.0:flr=on:mep=off:st=3.0:i=34:sd=1:ep=RS:ss=axioms_0 on Vampire---4 for (2996ds/34Mi)
% 0.58/0.75  % (25643)lrs+1011_1:1_sil=8000:sp=occurrence:nwc=10.0:i=78:ss=axioms:sgt=8_0 on Vampire---4 for (2996ds/78Mi)
% 0.58/0.75  % (25642)lrs+1011_461:32768_sil=16000:irw=on:sp=frequency:lsd=20:fd=preordered:nwc=10.0:s2agt=32:alpa=false:cond=fast:s2a=on:i=51:s2at=3.0:awrs=decay:awrsf=691:bd=off:nm=20:fsr=off:amm=sco:uhcvi=on:rawr=on_0 on Vampire---4 for (2996ds/51Mi)
% 0.58/0.75  % (25644)ott+1011_1:1_sil=2000:urr=on:i=33:sd=1:kws=inv_frequency:ss=axioms:sup=off_0 on Vampire---4 for (2996ds/33Mi)
% 0.58/0.75  % (25645)lrs+2_1:1_sil=16000:fde=none:sos=all:nwc=5.0:i=34:ep=RS:s2pl=on:lma=on:afp=100000_0 on Vampire---4 for (2996ds/34Mi)
% 0.58/0.75  % (25646)lrs+1002_1:16_to=lpo:sil=32000:sp=unary_frequency:sos=on:i=45:bd=off:ss=axioms_0 on Vampire---4 for (2996ds/45Mi)
% 0.58/0.75  % (25647)lrs+21_1:5_sil=2000:sos=on:urr=on:newcnf=on:slsq=on:i=83:slsql=off:bd=off:nm=2:ss=axioms:st=1.5:sp=const_min:gsp=on:rawr=on_0 on Vampire---4 for (2996ds/83Mi)
% 0.61/0.75  % (25648)First to succeed.
% 0.61/0.75  % (25648)Solution written to "/export/starexec/sandbox2/tmp/vampire-proof-25639"
% 0.61/0.75  % (25647)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 0.61/0.75  % (25648)Refutation found. Thanks to Tanya!
% 0.61/0.75  % SZS status Theorem for Vampire---4
% 0.61/0.75  % SZS output start Proof for Vampire---4
% See solution above
% 0.61/0.75  % (25648)------------------------------
% 0.61/0.75  % (25648)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.61/0.75  % (25648)Termination reason: Refutation
% 0.61/0.75  
% 0.61/0.75  % (25648)Memory used [KB]: 1220
% 0.61/0.75  % (25648)Time elapsed: 0.005 s
% 0.61/0.75  % (25648)Instructions burned: 12 (million)
% 0.61/0.75  % (25639)Success in time 0.382 s
% 0.61/0.75  % Vampire---4.8 exiting
%------------------------------------------------------------------------------