TSTP Solution File: RNG008-7 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : RNG008-7 : 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 : n025.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 20:33:56 EDT 2022

% Result   : Unsatisfiable 0.69s 0.87s
% Output   : CNFRefutation 0.69s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   20
% Syntax   : Number of formulae    :   72 (  65 unt;   7 typ;   0 def)
%            Number of atoms       :  167 ( 108 equ;   0 cnn)
%            Maximal formula atoms :    1 (   2 avg)
%            Number of connectives :  306 (   6   ~;   0   |;   0   &; 300   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    5 (   5   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   10 (   7 usr;   6 con; 0-2 aty)
%            Number of variables   :  102 (   0   ^ 102   !;   0   ?; 102   :)

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

thf(tp_add,type,
    add: $i > $i > $i ).

thf(tp_additive_identity,type,
    additive_identity: $i ).

thf(tp_additive_inverse,type,
    additive_inverse: $i > $i ).

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

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

thf(tp_multiply,type,
    multiply: $i > $i > $i ).

thf(1,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( multiply @ ( add @ X @ Y ) @ Z )
      = ( add @ ( multiply @ X @ Z ) @ ( multiply @ Y @ Z ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',distribute2) ).

thf(2,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( multiply @ X @ ( add @ Y @ Z ) )
      = ( add @ ( multiply @ X @ Y ) @ ( multiply @ X @ Z ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',distribute1) ).

thf(3,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( multiply @ X @ ( multiply @ Y @ Z ) )
      = ( multiply @ ( multiply @ X @ Y ) @ Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associativity_for_multiplication) ).

thf(4,axiom,
    ! [X: $i,Y: $i] :
      ( ( add @ X @ Y )
      = ( add @ Y @ X ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',commutativity_for_addition) ).

thf(5,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( add @ X @ ( add @ Y @ Z ) )
      = ( add @ ( add @ X @ Y ) @ Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associativity_for_addition) ).

thf(6,axiom,
    ! [X: $i] :
      ( ( add @ X @ ( additive_inverse @ X ) )
      = additive_identity ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',right_additive_inverse) ).

thf(7,axiom,
    ! [X: $i] :
      ( ( add @ ( additive_inverse @ X ) @ X )
      = additive_identity ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',left_additive_inverse) ).

thf(8,axiom,
    ! [X: $i] :
      ( ( add @ X @ additive_identity )
      = X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',right_additive_identity) ).

thf(9,axiom,
    ! [X: $i] :
      ( ( add @ additive_identity @ X )
      = X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',left_additive_identity) ).

thf(10,axiom,
    ! [X: $i] :
      ( ( multiply @ X @ X )
      = X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',boolean_ring) ).

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

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

thf(13,negated_conjecture,
    ( multiply @ b @ a )
 != c,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_commutativity) ).

thf(14,negated_conjecture,
    ( ( multiply @ a @ b )
    = c ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_times_b_is_c) ).

thf(15,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[12]) ).

thf(16,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( multiply @ ( add @ X @ Y ) @ Z )
          = ( add @ ( multiply @ X @ Z ) @ ( multiply @ Y @ Z ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(17,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( multiply @ X @ ( add @ Y @ Z ) )
          = ( add @ ( multiply @ X @ Y ) @ ( multiply @ X @ Z ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

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

thf(19,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( add @ X @ Y )
          = ( add @ Y @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(20,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( add @ X @ ( add @ Y @ Z ) )
          = ( add @ ( add @ X @ Y ) @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(21,plain,
    ( ( ! [X: $i] :
          ( ( add @ X @ ( additive_inverse @ X ) )
          = additive_identity ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(22,plain,
    ( ( ! [X: $i] :
          ( ( add @ ( additive_inverse @ X ) @ X )
          = additive_identity ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(23,plain,
    ( ( ! [X: $i] :
          ( ( add @ X @ additive_identity )
          = X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

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

thf(25,plain,
    ( ( ! [X: $i] :
          ( ( multiply @ X @ X )
          = X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(26,plain,
    ( ( ( ( multiply @ b @ a )
       != c ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(27,plain,
    ( ( ( multiply @ a @ b )
      = c )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

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

thf(29,plain,
    ( ( ( ( multiply @ b @ a )
       != c ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[26]) ).

thf(30,plain,
    ( ( ( multiply @ a @ b )
      = c )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

thf(31,plain,
    ( ( ( ( multiply @ b @ a )
       != c ) )
    = $true ),
    inference(copy,[status(thm)],[29]) ).

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

thf(33,plain,
    ( ( ! [X: $i] :
          ( ( add @ additive_identity @ X )
          = X ) )
    = $true ),
    inference(copy,[status(thm)],[24]) ).

thf(34,plain,
    ( ( ! [X: $i] :
          ( ( add @ X @ additive_identity )
          = X ) )
    = $true ),
    inference(copy,[status(thm)],[23]) ).

thf(35,plain,
    ( ( ! [X: $i] :
          ( ( add @ ( additive_inverse @ X ) @ X )
          = additive_identity ) )
    = $true ),
    inference(copy,[status(thm)],[22]) ).

thf(36,plain,
    ( ( ! [X: $i] :
          ( ( add @ X @ ( additive_inverse @ X ) )
          = additive_identity ) )
    = $true ),
    inference(copy,[status(thm)],[21]) ).

thf(37,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( add @ X @ ( add @ Y @ Z ) )
          = ( add @ ( add @ X @ Y ) @ Z ) ) )
    = $true ),
    inference(copy,[status(thm)],[20]) ).

thf(38,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( add @ X @ Y )
          = ( add @ Y @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[19]) ).

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

thf(40,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( multiply @ X @ ( add @ Y @ Z ) )
          = ( add @ ( multiply @ X @ Y ) @ ( multiply @ X @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[17]) ).

thf(41,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( multiply @ ( add @ X @ Y ) @ Z )
          = ( add @ ( multiply @ X @ Z ) @ ( multiply @ Y @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[16]) ).

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

thf(43,plain,
    ( ( ( multiply @ b @ a )
      = c )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[31]) ).

thf(44,plain,
    ! [SV1: $i] :
      ( ( ( multiply @ SV1 @ SV1 )
        = SV1 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[32]) ).

thf(45,plain,
    ! [SV2: $i] :
      ( ( ( add @ additive_identity @ SV2 )
        = SV2 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[33]) ).

thf(46,plain,
    ! [SV3: $i] :
      ( ( ( add @ SV3 @ additive_identity )
        = SV3 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[34]) ).

thf(47,plain,
    ! [SV4: $i] :
      ( ( ( add @ ( additive_inverse @ SV4 ) @ SV4 )
        = additive_identity )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[35]) ).

thf(48,plain,
    ! [SV5: $i] :
      ( ( ( add @ SV5 @ ( additive_inverse @ SV5 ) )
        = additive_identity )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[36]) ).

thf(49,plain,
    ! [SV6: $i] :
      ( ( ! [SY19: $i,SY20: $i] :
            ( ( add @ SV6 @ ( add @ SY19 @ SY20 ) )
            = ( add @ ( add @ SV6 @ SY19 ) @ SY20 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[37]) ).

thf(50,plain,
    ! [SV7: $i] :
      ( ( ! [SY21: $i] :
            ( ( add @ SV7 @ SY21 )
            = ( add @ SY21 @ SV7 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[38]) ).

thf(51,plain,
    ! [SV8: $i] :
      ( ( ! [SY22: $i,SY23: $i] :
            ( ( multiply @ SV8 @ ( multiply @ SY22 @ SY23 ) )
            = ( multiply @ ( multiply @ SV8 @ SY22 ) @ SY23 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[39]) ).

thf(52,plain,
    ! [SV9: $i] :
      ( ( ! [SY24: $i,SY25: $i] :
            ( ( multiply @ SV9 @ ( add @ SY24 @ SY25 ) )
            = ( add @ ( multiply @ SV9 @ SY24 ) @ ( multiply @ SV9 @ SY25 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[40]) ).

thf(53,plain,
    ! [SV10: $i] :
      ( ( ! [SY26: $i,SY27: $i] :
            ( ( multiply @ ( add @ SV10 @ SY26 ) @ SY27 )
            = ( add @ ( multiply @ SV10 @ SY27 ) @ ( multiply @ SY26 @ SY27 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[41]) ).

thf(54,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[42]) ).

thf(55,plain,
    ! [SV11: $i,SV6: $i] :
      ( ( ! [SY28: $i] :
            ( ( add @ SV6 @ ( add @ SV11 @ SY28 ) )
            = ( add @ ( add @ SV6 @ SV11 ) @ SY28 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[49]) ).

thf(56,plain,
    ! [SV12: $i,SV7: $i] :
      ( ( ( add @ SV7 @ SV12 )
        = ( add @ SV12 @ SV7 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[50]) ).

thf(57,plain,
    ! [SV13: $i,SV8: $i] :
      ( ( ! [SY29: $i] :
            ( ( multiply @ SV8 @ ( multiply @ SV13 @ SY29 ) )
            = ( multiply @ ( multiply @ SV8 @ SV13 ) @ SY29 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[51]) ).

thf(58,plain,
    ! [SV14: $i,SV9: $i] :
      ( ( ! [SY30: $i] :
            ( ( multiply @ SV9 @ ( add @ SV14 @ SY30 ) )
            = ( add @ ( multiply @ SV9 @ SV14 ) @ ( multiply @ SV9 @ SY30 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[52]) ).

thf(59,plain,
    ! [SV15: $i,SV10: $i] :
      ( ( ! [SY31: $i] :
            ( ( multiply @ ( add @ SV10 @ SV15 ) @ SY31 )
            = ( add @ ( multiply @ SV10 @ SY31 ) @ ( multiply @ SV15 @ SY31 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[53]) ).

thf(60,plain,
    ! [SV16: $i,SV11: $i,SV6: $i] :
      ( ( ( add @ SV6 @ ( add @ SV11 @ SV16 ) )
        = ( add @ ( add @ SV6 @ SV11 ) @ SV16 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[55]) ).

thf(61,plain,
    ! [SV17: $i,SV13: $i,SV8: $i] :
      ( ( ( multiply @ SV8 @ ( multiply @ SV13 @ SV17 ) )
        = ( multiply @ ( multiply @ SV8 @ SV13 ) @ SV17 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[57]) ).

thf(62,plain,
    ! [SV18: $i,SV14: $i,SV9: $i] :
      ( ( ( multiply @ SV9 @ ( add @ SV14 @ SV18 ) )
        = ( add @ ( multiply @ SV9 @ SV14 ) @ ( multiply @ SV9 @ SV18 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[58]) ).

thf(63,plain,
    ! [SV19: $i,SV15: $i,SV10: $i] :
      ( ( ( multiply @ ( add @ SV10 @ SV15 ) @ SV19 )
        = ( add @ ( multiply @ SV10 @ SV19 ) @ ( multiply @ SV15 @ SV19 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[59]) ).

thf(64,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[30,63,62,61,60,56,54,48,47,46,45,44,43]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : RNG008-7 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.14/0.34  % Computer : n025.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 : Mon May 30 11:36:57 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 0.14/0.35  
% 0.14/0.35   No.of.Axioms: 12
% 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.36  (rf:0,axioms:12,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:14,loop_count:0,foatp_calls:0,translation:fof_full)...
% 0.69/0.87  
% 0.69/0.87  ********************************
% 0.69/0.87  *   All subproblems solved!    *
% 0.69/0.87  ********************************
% 0.69/0.87  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:12,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:64,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.69/0.87  
% 0.69/0.87  %**** Beginning of derivation protocol ****
% 0.69/0.87  % SZS output start CNFRefutation
% See solution above
% 0.69/0.87  
% 0.69/0.87  %**** End of derivation protocol ****
% 0.69/0.87  %**** no. of clauses in derivation: 65 ****
% 0.69/0.87  %**** clause counter: 64 ****
% 0.69/0.87  
% 0.69/0.87  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:12,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:64,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------