TSTP Solution File: NUM769^1 by LEO-II---1.7.0

View Problem - Process Solution

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

% Computer : n003.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 : Mon Jul 18 11:55:17 EDT 2022

% Result   : Theorem 0.19s 0.38s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   11
% Syntax   : Number of formulae    :   34 (  21 unt;   7 typ;   0 def)
%            Number of atoms       :   95 (  26 equ;   0 cnn)
%            Maximal formula atoms :    2 (   3 avg)
%            Number of connectives :  166 (  12   ~;  12   |;   0   &; 138   @)
%                                         (   0 <=>;   4  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   2 avg)
%            Number of types       :    2 (   1 usr)
%            Number of type conns  :    8 (   8   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    9 (   6 usr;   4 con; 0-2 aty)
%            Number of variables   :   32 (   0   ^  32   !;   0   ?;  32   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_frac,type,
    frac: $tType ).

thf(tp_eq,type,
    eq: frac > frac > $o ).

thf(tp_mf,type,
    mf: frac > frac > frac ).

thf(tp_moref,type,
    moref: frac > frac > $o ).

thf(tp_pf,type,
    pf: frac > frac > frac ).

thf(tp_x,type,
    x: frac ).

thf(tp_y,type,
    y: frac ).

thf(1,axiom,
    ! [Xx: frac,Xy: frac] :
      ( ( moref @ Xx @ Xy )
     => ( eq @ ( pf @ Xy @ ( mf @ Xx @ Xy ) ) @ Xx ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',satz67c) ).

thf(2,axiom,
    ! [Xx: frac,Xy: frac] :
      ( ( eq @ Xx @ Xy )
     => ( eq @ Xy @ Xx ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',satz38) ).

thf(3,axiom,
    moref @ x @ y,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',m) ).

thf(4,conjecture,
    eq @ x @ ( pf @ y @ ( mf @ x @ y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',satz67d) ).

thf(5,negated_conjecture,
    ( ( eq @ x @ ( pf @ y @ ( mf @ x @ y ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[4]) ).

thf(6,plain,
    ( ( eq @ x @ ( pf @ y @ ( mf @ x @ y ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(7,plain,
    ( ( ! [Xx: frac,Xy: frac] :
          ( ( moref @ Xx @ Xy )
         => ( eq @ ( pf @ Xy @ ( mf @ Xx @ Xy ) ) @ Xx ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(8,plain,
    ( ( ! [Xx: frac,Xy: frac] :
          ( ( eq @ Xx @ Xy )
         => ( eq @ Xy @ Xx ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(9,plain,
    ( ( moref @ x @ y )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(10,plain,
    ( ( ~ ( eq @ x @ ( pf @ y @ ( mf @ x @ y ) ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[6]) ).

thf(11,plain,
    ( ( ! [Xx: frac,Xy: frac] :
          ( ~ ( moref @ Xx @ Xy )
          | ( eq @ ( pf @ Xy @ ( mf @ Xx @ Xy ) ) @ Xx ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[7]) ).

thf(12,plain,
    ( ( ! [Xx: frac,Xy: frac] :
          ( ~ ( eq @ Xx @ Xy )
          | ( eq @ Xy @ Xx ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[8]) ).

thf(13,plain,
    ( ( moref @ x @ y )
    = $true ),
    inference(copy,[status(thm)],[9]) ).

thf(14,plain,
    ( ( ! [Xx: frac,Xy: frac] :
          ( ~ ( eq @ Xx @ Xy )
          | ( eq @ Xy @ Xx ) ) )
    = $true ),
    inference(copy,[status(thm)],[12]) ).

thf(15,plain,
    ( ( ! [Xx: frac,Xy: frac] :
          ( ~ ( moref @ Xx @ Xy )
          | ( eq @ ( pf @ Xy @ ( mf @ Xx @ Xy ) ) @ Xx ) ) )
    = $true ),
    inference(copy,[status(thm)],[11]) ).

thf(16,plain,
    ( ( ~ ( eq @ x @ ( pf @ y @ ( mf @ x @ y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[10]) ).

thf(17,plain,
    ! [SV1: frac] :
      ( ( ! [SY4: frac] :
            ( ~ ( eq @ SV1 @ SY4 )
            | ( eq @ SY4 @ SV1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[14]) ).

thf(18,plain,
    ! [SV2: frac] :
      ( ( ! [SY5: frac] :
            ( ~ ( moref @ SV2 @ SY5 )
            | ( eq @ ( pf @ SY5 @ ( mf @ SV2 @ SY5 ) ) @ SV2 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[15]) ).

thf(19,plain,
    ( ( eq @ x @ ( pf @ y @ ( mf @ x @ y ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[16]) ).

thf(20,plain,
    ! [SV3: frac,SV1: frac] :
      ( ( ~ ( eq @ SV1 @ SV3 )
        | ( eq @ SV3 @ SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[17]) ).

thf(21,plain,
    ! [SV4: frac,SV2: frac] :
      ( ( ~ ( moref @ SV2 @ SV4 )
        | ( eq @ ( pf @ SV4 @ ( mf @ SV2 @ SV4 ) ) @ SV2 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[18]) ).

thf(22,plain,
    ! [SV3: frac,SV1: frac] :
      ( ( ( ~ ( eq @ SV1 @ SV3 ) )
        = $true )
      | ( ( eq @ SV3 @ SV1 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[20]) ).

thf(23,plain,
    ! [SV4: frac,SV2: frac] :
      ( ( ( ~ ( moref @ SV2 @ SV4 ) )
        = $true )
      | ( ( eq @ ( pf @ SV4 @ ( mf @ SV2 @ SV4 ) ) @ SV2 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[21]) ).

thf(24,plain,
    ! [SV3: frac,SV1: frac] :
      ( ( ( eq @ SV1 @ SV3 )
        = $false )
      | ( ( eq @ SV3 @ SV1 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[22]) ).

thf(25,plain,
    ! [SV4: frac,SV2: frac] :
      ( ( ( moref @ SV2 @ SV4 )
        = $false )
      | ( ( eq @ ( pf @ SV4 @ ( mf @ SV2 @ SV4 ) ) @ SV2 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[23]) ).

thf(26,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[13,25,24,19]) ).

thf(27,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[26]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : NUM769^1 : TPTP v8.1.0. Released v3.7.0.
% 0.03/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.34  % Computer : n003.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Thu Jul  7 20:33:57 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  
% 0.13/0.35   No.of.Axioms: 3
% 0.13/0.35  
% 0.13/0.35   Length.of.Defs: 0
% 0.13/0.35  
% 0.13/0.35   Contains.Choice.Funs: false
% 0.13/0.35  (rf:0,axioms:3,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:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:5,loop_count:0,foatp_calls:0,translation:fof_full)
% 0.19/0.38  ********************************
% 0.19/0.38  *   All subproblems solved!    *
% 0.19/0.38  ********************************
% 0.19/0.38  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:3,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:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:26,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.19/0.38  
% 0.19/0.38  %**** Beginning of derivation protocol ****
% 0.19/0.38  % SZS output start CNFRefutation
% See solution above
% 0.19/0.38  
% 0.19/0.38  %**** End of derivation protocol ****
% 0.19/0.38  %**** no. of clauses in derivation: 27 ****
% 0.19/0.38  %**** clause counter: 26 ****
% 0.19/0.38  
% 0.19/0.38  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:3,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:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:26,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------