TSTP Solution File: HEN003-4 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : HEN003-4 : 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 : n013.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 : Sat Jul 16 12:57:13 EDT 2022

% Result   : Unsatisfiable 0.20s 0.40s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   16
% Syntax   : Number of formulae    :   69 (  53 unt;   5 typ;   0 def)
%            Number of atoms       :  221 (  99 equ;   0 cnn)
%            Maximal formula atoms :    3 (   3 avg)
%            Number of connectives :  296 (  33   ~;  33   |;   0   &; 230   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   2 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    4 (   4   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    8 (   5 usr;   5 con; 0-2 aty)
%            Number of variables   :   92 (   0   ^  92   !;   0   ?;  92   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_a,type,
    a: $i ).

thf(tp_divide,type,
    divide: $i > $i > $i ).

thf(tp_identity,type,
    identity: $i ).

thf(tp_less_equal,type,
    less_equal: $i > $i > $o ).

thf(tp_zero,type,
    zero: $i ).

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

thf(2,axiom,
    ! [X: $i] :
      ( ( divide @ X @ identity )
      = zero ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',everything_divide_id_is_zero) ).

thf(3,axiom,
    ! [X: $i] : ( less_equal @ X @ identity ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',identity_is_largest) ).

thf(4,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( less_equal @ X @ Y )
      | ~ ( less_equal @ Y @ X )
      | ( X = Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',less_equal_and_equal) ).

thf(5,axiom,
    ! [X: $i] : ( less_equal @ zero @ X ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',zero_is_smallest) ).

thf(6,axiom,
    ! [X: $i,Z: $i,Y: $i] : ( less_equal @ ( divide @ ( divide @ X @ Z ) @ ( divide @ Y @ Z ) ) @ ( divide @ ( divide @ X @ Y ) @ Z ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',quotient_property) ).

thf(7,axiom,
    ! [X: $i,Y: $i] : ( less_equal @ ( divide @ X @ Y ) @ X ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',quotient_smaller_than_numerator) ).

thf(8,axiom,
    ! [X: $i,Y: $i] :
      ( ( ( divide @ X @ Y )
       != zero )
      | ( less_equal @ X @ Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',quotient_less_equal2) ).

thf(9,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( less_equal @ X @ Y )
      | ( ( divide @ X @ Y )
        = zero ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',quotient_less_equal1) ).

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

thf(11,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[10]) ).

thf(12,negated_conjecture,
    ( divide @ a @ a )
 != zero,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_x_divide_x_is_zero) ).

thf(13,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[11]) ).

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

thf(15,plain,
    ( ( ! [X: $i] :
          ( ( divide @ X @ identity )
          = zero ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(16,plain,
    ( ( ! [X: $i] : ( less_equal @ X @ identity ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(17,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( less_equal @ X @ Y )
          | ~ ( less_equal @ Y @ X )
          | ( X = Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(18,plain,
    ( ( ! [X: $i] : ( less_equal @ zero @ X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(19,plain,
    ( ( ! [X: $i,Z: $i,Y: $i] : ( less_equal @ ( divide @ ( divide @ X @ Z ) @ ( divide @ Y @ Z ) ) @ ( divide @ ( divide @ X @ Y ) @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(20,plain,
    ( ( ! [X: $i,Y: $i] : ( less_equal @ ( divide @ X @ Y ) @ X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(21,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( ( divide @ X @ Y )
           != zero )
          | ( less_equal @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(22,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( less_equal @ X @ Y )
          | ( ( divide @ X @ Y )
            = zero ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(23,plain,
    ( ( ( ( divide @ a @ a )
       != zero ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

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

thf(25,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( ( divide @ X @ Y )
           != zero )
          | ( less_equal @ X @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[21]) ).

thf(26,plain,
    ( ( ( ( divide @ a @ a )
       != zero ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[23]) ).

thf(27,plain,
    ( ( ( ( divide @ a @ a )
       != zero ) )
    = $true ),
    inference(copy,[status(thm)],[26]) ).

thf(28,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( less_equal @ X @ Y )
          | ( ( divide @ X @ Y )
            = zero ) ) )
    = $true ),
    inference(copy,[status(thm)],[22]) ).

thf(29,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( ( divide @ X @ Y )
           != zero )
          | ( less_equal @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[25]) ).

thf(30,plain,
    ( ( ! [X: $i,Y: $i] : ( less_equal @ ( divide @ X @ Y ) @ X ) )
    = $true ),
    inference(copy,[status(thm)],[20]) ).

thf(31,plain,
    ( ( ! [X: $i,Z: $i,Y: $i] : ( less_equal @ ( divide @ ( divide @ X @ Z ) @ ( divide @ Y @ Z ) ) @ ( divide @ ( divide @ X @ Y ) @ Z ) ) )
    = $true ),
    inference(copy,[status(thm)],[19]) ).

thf(32,plain,
    ( ( ! [X: $i] : ( less_equal @ zero @ X ) )
    = $true ),
    inference(copy,[status(thm)],[18]) ).

thf(33,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( less_equal @ X @ Y )
          | ~ ( less_equal @ Y @ X )
          | ( X = Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[17]) ).

thf(34,plain,
    ( ( ! [X: $i] : ( less_equal @ X @ identity ) )
    = $true ),
    inference(copy,[status(thm)],[16]) ).

thf(35,plain,
    ( ( ! [X: $i] :
          ( ( divide @ X @ identity )
          = zero ) )
    = $true ),
    inference(copy,[status(thm)],[15]) ).

thf(36,plain,
    ( ( ! [X: $i] :
          ( ( divide @ zero @ X )
          = zero ) )
    = $true ),
    inference(copy,[status(thm)],[14]) ).

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

thf(38,plain,
    ( ( ( divide @ a @ a )
      = zero )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[27]) ).

thf(39,plain,
    ! [SV1: $i] :
      ( ( ! [SY15: $i] :
            ( ~ ( less_equal @ SV1 @ SY15 )
            | ( ( divide @ SV1 @ SY15 )
              = zero ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[28]) ).

thf(40,plain,
    ! [SV2: $i] :
      ( ( ! [SY16: $i] :
            ( ( ( divide @ SV2 @ SY16 )
             != zero )
            | ( less_equal @ SV2 @ SY16 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[29]) ).

thf(41,plain,
    ! [SV3: $i] :
      ( ( ! [SY17: $i] : ( less_equal @ ( divide @ SV3 @ SY17 ) @ SV3 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[30]) ).

thf(42,plain,
    ! [SV4: $i] :
      ( ( ! [SY18: $i,SY19: $i] : ( less_equal @ ( divide @ ( divide @ SV4 @ SY18 ) @ ( divide @ SY19 @ SY18 ) ) @ ( divide @ ( divide @ SV4 @ SY19 ) @ SY18 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[31]) ).

thf(43,plain,
    ! [SV5: $i] :
      ( ( less_equal @ zero @ SV5 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[32]) ).

thf(44,plain,
    ! [SV6: $i] :
      ( ( ! [SY20: $i] :
            ( ~ ( less_equal @ SV6 @ SY20 )
            | ~ ( less_equal @ SY20 @ SV6 )
            | ( SV6 = SY20 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[33]) ).

thf(45,plain,
    ! [SV7: $i] :
      ( ( less_equal @ SV7 @ identity )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[34]) ).

thf(46,plain,
    ! [SV8: $i] :
      ( ( ( divide @ SV8 @ identity )
        = zero )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[35]) ).

thf(47,plain,
    ! [SV9: $i] :
      ( ( ( divide @ zero @ SV9 )
        = zero )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[36]) ).

thf(48,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[37]) ).

thf(49,plain,
    ! [SV10: $i,SV1: $i] :
      ( ( ~ ( less_equal @ SV1 @ SV10 )
        | ( ( divide @ SV1 @ SV10 )
          = zero ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[39]) ).

thf(50,plain,
    ! [SV11: $i,SV2: $i] :
      ( ( ( ( divide @ SV2 @ SV11 )
         != zero )
        | ( less_equal @ SV2 @ SV11 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[40]) ).

thf(51,plain,
    ! [SV12: $i,SV3: $i] :
      ( ( less_equal @ ( divide @ SV3 @ SV12 ) @ SV3 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[41]) ).

thf(52,plain,
    ! [SV13: $i,SV4: $i] :
      ( ( ! [SY21: $i] : ( less_equal @ ( divide @ ( divide @ SV4 @ SV13 ) @ ( divide @ SY21 @ SV13 ) ) @ ( divide @ ( divide @ SV4 @ SY21 ) @ SV13 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[42]) ).

thf(53,plain,
    ! [SV14: $i,SV6: $i] :
      ( ( ~ ( less_equal @ SV6 @ SV14 )
        | ~ ( less_equal @ SV14 @ SV6 )
        | ( SV6 = SV14 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[44]) ).

thf(54,plain,
    ! [SV10: $i,SV1: $i] :
      ( ( ( ~ ( less_equal @ SV1 @ SV10 ) )
        = $true )
      | ( ( ( divide @ SV1 @ SV10 )
          = zero )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[49]) ).

thf(55,plain,
    ! [SV11: $i,SV2: $i] :
      ( ( ( ( ( divide @ SV2 @ SV11 )
           != zero ) )
        = $true )
      | ( ( less_equal @ SV2 @ SV11 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[50]) ).

thf(56,plain,
    ! [SV15: $i,SV13: $i,SV4: $i] :
      ( ( less_equal @ ( divide @ ( divide @ SV4 @ SV13 ) @ ( divide @ SV15 @ SV13 ) ) @ ( divide @ ( divide @ SV4 @ SV15 ) @ SV13 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[52]) ).

thf(57,plain,
    ! [SV14: $i,SV6: $i] :
      ( ( ( ~ ( less_equal @ SV6 @ SV14 ) )
        = $true )
      | ( ( ~ ( less_equal @ SV14 @ SV6 )
          | ( SV6 = SV14 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[53]) ).

thf(58,plain,
    ! [SV10: $i,SV1: $i] :
      ( ( ( less_equal @ SV1 @ SV10 )
        = $false )
      | ( ( ( divide @ SV1 @ SV10 )
          = zero )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[54]) ).

thf(59,plain,
    ! [SV11: $i,SV2: $i] :
      ( ( ( ( divide @ SV2 @ SV11 )
          = zero )
        = $false )
      | ( ( less_equal @ SV2 @ SV11 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[55]) ).

thf(60,plain,
    ! [SV14: $i,SV6: $i] :
      ( ( ( less_equal @ SV6 @ SV14 )
        = $false )
      | ( ( ~ ( less_equal @ SV14 @ SV6 )
          | ( SV6 = SV14 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[57]) ).

thf(61,plain,
    ! [SV6: $i,SV14: $i] :
      ( ( ( ~ ( less_equal @ SV14 @ SV6 ) )
        = $true )
      | ( ( SV6 = SV14 )
        = $true )
      | ( ( less_equal @ SV6 @ SV14 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[60]) ).

thf(62,plain,
    ! [SV6: $i,SV14: $i] :
      ( ( ( less_equal @ SV14 @ SV6 )
        = $false )
      | ( ( SV6 = SV14 )
        = $true )
      | ( ( less_equal @ SV6 @ SV14 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[61]) ).

thf(63,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[38,62,59,58,56,51,48,47,46,45,43]) ).

thf(64,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[63]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : HEN003-4 : 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.13/0.34  % Computer : n013.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 : Fri Jul  1 12:59:44 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  
% 0.13/0.35   No.of.Axioms: 10
% 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.20/0.35  (rf:0,axioms:10,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:12,loop_count:0,foatp_calls:0,translation:fof_full)..
% 0.20/0.40  
% 0.20/0.40  ********************************
% 0.20/0.40  *   All subproblems solved!    *
% 0.20/0.40  ********************************
% 0.20/0.40  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:10,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:63,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.20/0.40  
% 0.20/0.40  %**** Beginning of derivation protocol ****
% 0.20/0.40  % SZS output start CNFRefutation
% See solution above
% 0.20/0.40  
% 0.20/0.40  %**** End of derivation protocol ****
% 0.20/0.40  %**** no. of clauses in derivation: 64 ****
% 0.20/0.40  %**** clause counter: 63 ****
% 0.20/0.40  
% 0.20/0.40  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:10,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:63,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------