TSTP Solution File: COL057-1 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : COL057-1 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp
% Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s

% Computer : n022.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  : 600s
% DateTime : Fri Jul 15 00:34:40 EDT 2022

% Result   : Unsatisfiable 0.20s 0.47s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   12
% Syntax   : Number of formulae    :   42 (  36 unt;   6 typ;   0 def)
%            Number of atoms       :   94 (  57 equ;   0 cnn)
%            Maximal formula atoms :    1 (   2 avg)
%            Number of connectives :  261 (   7   ~;   0   |;   0   &; 254   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    3 (   3   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    9 (   6 usr;   6 con; 0-2 aty)
%            Number of variables   :   64 (   0   ^  64   !;   0   ?;  64   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_apply,type,
    apply: $i > $i > $i ).

thf(tp_b,type,
    b: $i ).

thf(tp_c,type,
    c: $i ).

thf(tp_f,type,
    f: $i > $i ).

thf(tp_i,type,
    i: $i ).

thf(tp_s,type,
    s: $i ).

thf(1,axiom,
    ! [X: $i] :
      ( ( apply @ i @ X )
      = X ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',i_definition) ).

thf(2,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( apply @ ( apply @ ( apply @ c @ X ) @ Y ) @ Z )
      = ( apply @ ( apply @ X @ Z ) @ Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c_definition) ).

thf(3,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( apply @ ( apply @ ( apply @ b @ X ) @ Y ) @ Z )
      = ( apply @ X @ ( apply @ Y @ Z ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b_definition) ).

thf(4,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( apply @ ( apply @ ( apply @ s @ X ) @ Y ) @ Z )
      = ( apply @ ( apply @ X @ Z ) @ ( apply @ Y @ Z ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',s_definition) ).

thf(5,conjecture,
    $false,
    file('no conjecture given, we try to refute the axioms',dummy_conjecture) ).

thf(6,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[5]) ).

thf(7,negated_conjecture,
    ! [Y: $i] :
      ( ( apply @ Y @ ( f @ Y ) )
     != ( apply @ ( f @ Y ) @ ( apply @ Y @ ( f @ Y ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_strong_fixed_point) ).

thf(8,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[6]) ).

thf(9,plain,
    ( ( ! [X: $i] :
          ( ( apply @ i @ X )
          = X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(10,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( apply @ ( apply @ ( apply @ c @ X ) @ Y ) @ Z )
          = ( apply @ ( apply @ X @ Z ) @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(11,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( apply @ ( apply @ ( apply @ b @ X ) @ Y ) @ Z )
          = ( apply @ X @ ( apply @ Y @ Z ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(12,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( apply @ ( apply @ ( apply @ s @ X ) @ Y ) @ Z )
          = ( apply @ ( apply @ X @ Z ) @ ( apply @ Y @ Z ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(13,plain,
    ( ( ! [Y: $i] :
          ( ( apply @ Y @ ( f @ Y ) )
         != ( apply @ ( f @ Y ) @ ( apply @ Y @ ( f @ Y ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(14,plain,
    ( ( ~ $false )
    = $true ),
    inference(polarity_switch,[status(thm)],[8]) ).

thf(15,plain,
    ( ( ! [Y: $i] :
          ( ( apply @ Y @ ( f @ Y ) )
         != ( apply @ ( f @ Y ) @ ( apply @ Y @ ( f @ Y ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[13]) ).

thf(16,plain,
    ( ( ! [Y: $i] :
          ( ( apply @ Y @ ( f @ Y ) )
         != ( apply @ ( f @ Y ) @ ( apply @ Y @ ( f @ Y ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[15]) ).

thf(17,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( apply @ ( apply @ ( apply @ s @ X ) @ Y ) @ Z )
          = ( apply @ ( apply @ X @ Z ) @ ( apply @ Y @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[12]) ).

thf(18,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( apply @ ( apply @ ( apply @ b @ X ) @ Y ) @ Z )
          = ( apply @ X @ ( apply @ Y @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[11]) ).

thf(19,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( apply @ ( apply @ ( apply @ c @ X ) @ Y ) @ Z )
          = ( apply @ ( apply @ X @ Z ) @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[10]) ).

thf(20,plain,
    ( ( ! [X: $i] :
          ( ( apply @ i @ X )
          = X ) )
    = $true ),
    inference(copy,[status(thm)],[9]) ).

thf(21,plain,
    ( ( ~ $false )
    = $true ),
    inference(copy,[status(thm)],[14]) ).

thf(22,plain,
    ! [SV1: $i] :
      ( ( ( ( apply @ SV1 @ ( f @ SV1 ) )
         != ( apply @ ( f @ SV1 ) @ ( apply @ SV1 @ ( f @ SV1 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[16]) ).

thf(23,plain,
    ! [SV2: $i] :
      ( ( ! [SY11: $i,SY12: $i] :
            ( ( apply @ ( apply @ ( apply @ s @ SV2 ) @ SY11 ) @ SY12 )
            = ( apply @ ( apply @ SV2 @ SY12 ) @ ( apply @ SY11 @ SY12 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[17]) ).

thf(24,plain,
    ! [SV3: $i] :
      ( ( ! [SY13: $i,SY14: $i] :
            ( ( apply @ ( apply @ ( apply @ b @ SV3 ) @ SY13 ) @ SY14 )
            = ( apply @ SV3 @ ( apply @ SY13 @ SY14 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[18]) ).

thf(25,plain,
    ! [SV4: $i] :
      ( ( ! [SY15: $i,SY16: $i] :
            ( ( apply @ ( apply @ ( apply @ c @ SV4 ) @ SY15 ) @ SY16 )
            = ( apply @ ( apply @ SV4 @ SY16 ) @ SY15 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[19]) ).

thf(26,plain,
    ! [SV5: $i] :
      ( ( ( apply @ i @ SV5 )
        = SV5 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[20]) ).

thf(27,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[21]) ).

thf(28,plain,
    ! [SV1: $i] :
      ( ( ( apply @ SV1 @ ( f @ SV1 ) )
        = ( apply @ ( f @ SV1 ) @ ( apply @ SV1 @ ( f @ SV1 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[22]) ).

thf(29,plain,
    ! [SV6: $i,SV2: $i] :
      ( ( ! [SY17: $i] :
            ( ( apply @ ( apply @ ( apply @ s @ SV2 ) @ SV6 ) @ SY17 )
            = ( apply @ ( apply @ SV2 @ SY17 ) @ ( apply @ SV6 @ SY17 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[23]) ).

thf(30,plain,
    ! [SV7: $i,SV3: $i] :
      ( ( ! [SY18: $i] :
            ( ( apply @ ( apply @ ( apply @ b @ SV3 ) @ SV7 ) @ SY18 )
            = ( apply @ SV3 @ ( apply @ SV7 @ SY18 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[24]) ).

thf(31,plain,
    ! [SV8: $i,SV4: $i] :
      ( ( ! [SY19: $i] :
            ( ( apply @ ( apply @ ( apply @ c @ SV4 ) @ SV8 ) @ SY19 )
            = ( apply @ ( apply @ SV4 @ SY19 ) @ SV8 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[25]) ).

thf(32,plain,
    ! [SV9: $i,SV6: $i,SV2: $i] :
      ( ( ( apply @ ( apply @ ( apply @ s @ SV2 ) @ SV6 ) @ SV9 )
        = ( apply @ ( apply @ SV2 @ SV9 ) @ ( apply @ SV6 @ SV9 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[29]) ).

thf(33,plain,
    ! [SV10: $i,SV7: $i,SV3: $i] :
      ( ( ( apply @ ( apply @ ( apply @ b @ SV3 ) @ SV7 ) @ SV10 )
        = ( apply @ SV3 @ ( apply @ SV7 @ SV10 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[30]) ).

thf(34,plain,
    ! [SV11: $i,SV8: $i,SV4: $i] :
      ( ( ( apply @ ( apply @ ( apply @ c @ SV4 ) @ SV8 ) @ SV11 )
        = ( apply @ ( apply @ SV4 @ SV11 ) @ SV8 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[31]) ).

thf(35,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[26,34,33,32,28,27]) ).

thf(36,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[35]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : COL057-1 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.14/0.34  % Computer : n022.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  : 600
% 0.14/0.34  % DateTime : Tue May 31 09:36:07 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.14/0.35  
% 0.14/0.35   No.of.Axioms: 5
% 0.14/0.35  
% 0.14/0.35   Length.of.Defs: 0
% 0.14/0.35  
% 0.14/0.35   Contains.Choice.Funs: false
% 0.14/0.35  (rf:0,axioms:5,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:7,loop_count:0,foatp_calls:0,translation:fof_full).
% 0.20/0.47  
% 0.20/0.47  ********************************
% 0.20/0.47  *   All subproblems solved!    *
% 0.20/0.47  ********************************
% 0.20/0.47  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:5,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:35,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.20/0.47  
% 0.20/0.47  %**** Beginning of derivation protocol ****
% 0.20/0.47  % SZS output start CNFRefutation
% See solution above
% 0.20/0.47  
% 0.20/0.47  %**** End of derivation protocol ****
% 0.20/0.47  %**** no. of clauses in derivation: 36 ****
% 0.20/0.47  %**** clause counter: 35 ****
% 0.20/0.47  
% 0.20/0.47  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:5,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:35,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------