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

View Problem - Process Solution

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

% Computer : n024.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 10:19:52 EDT 2022

% Result   : Unsatisfiable 71.75s 72.03s
% Output   : CNFRefutation 71.75s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   14
% Syntax   : Number of formulae    :   51 (  45 unt;   6 typ;   0 def)
%            Number of atoms       :  117 (  73 equ;   0 cnn)
%            Maximal formula atoms :    1 (   2 avg)
%            Number of connectives :  314 (   6   ~;   0   |;   0   &; 308   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    6 (   6   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    9 (   6 usr;   5 con; 0-2 aty)
%            Number of variables   :   76 (   0   ^  76   !;   0   ?;  76   :)

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

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

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

thf(tp_ld,type,
    ld: $i > $i > $i ).

thf(tp_mult,type,
    mult: $i > $i > $i ).

thf(tp_rd,type,
    rd: $i > $i > $i ).

thf(1,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( mult @ ( mult @ A @ B ) @ ( mult @ C @ C ) )
      = ( mult @ ( mult @ A @ C ) @ ( mult @ B @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',f06) ).

thf(2,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( mult @ ( mult @ A @ ( mult @ A @ A ) ) @ ( mult @ B @ C ) )
      = ( mult @ ( mult @ A @ B ) @ ( mult @ ( mult @ A @ A ) @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',f05) ).

thf(3,axiom,
    ! [A: $i,B: $i] :
      ( ( rd @ ( mult @ A @ B ) @ B )
      = A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',f04) ).

thf(4,axiom,
    ! [A: $i,B: $i] :
      ( ( mult @ ( rd @ A @ B ) @ B )
      = A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',f03) ).

thf(5,axiom,
    ! [A: $i,B: $i] :
      ( ( ld @ A @ ( mult @ A @ B ) )
      = B ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',f02) ).

thf(6,axiom,
    ! [A: $i,B: $i] :
      ( ( mult @ A @ ( ld @ A @ B ) )
      = B ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',f01) ).

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

thf(8,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[7]) ).

thf(9,negated_conjecture,
    ( mult @ ( mult @ a @ a ) @ ( mult @ b @ c ) )
 != ( mult @ ( mult @ a @ b ) @ ( mult @ a @ c ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',goals) ).

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

thf(11,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ( mult @ ( mult @ A @ B ) @ ( mult @ C @ C ) )
          = ( mult @ ( mult @ A @ C ) @ ( mult @ B @ C ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(12,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ( mult @ ( mult @ A @ ( mult @ A @ A ) ) @ ( mult @ B @ C ) )
          = ( mult @ ( mult @ A @ B ) @ ( mult @ ( mult @ A @ A ) @ C ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(13,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( rd @ ( mult @ A @ B ) @ B )
          = A ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(14,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( mult @ ( rd @ A @ B ) @ B )
          = A ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(15,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( ld @ A @ ( mult @ A @ B ) )
          = B ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(16,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( mult @ A @ ( ld @ A @ B ) )
          = B ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(17,plain,
    ( ( ( ( mult @ ( mult @ a @ a ) @ ( mult @ b @ c ) )
       != ( mult @ ( mult @ a @ b ) @ ( mult @ a @ c ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

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

thf(19,plain,
    ( ( ( ( mult @ ( mult @ a @ a ) @ ( mult @ b @ c ) )
       != ( mult @ ( mult @ a @ b ) @ ( mult @ a @ c ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[17]) ).

thf(20,plain,
    ( ( ( ( mult @ ( mult @ a @ a ) @ ( mult @ b @ c ) )
       != ( mult @ ( mult @ a @ b ) @ ( mult @ a @ c ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[19]) ).

thf(21,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( mult @ A @ ( ld @ A @ B ) )
          = B ) )
    = $true ),
    inference(copy,[status(thm)],[16]) ).

thf(22,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( ld @ A @ ( mult @ A @ B ) )
          = B ) )
    = $true ),
    inference(copy,[status(thm)],[15]) ).

thf(23,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( mult @ ( rd @ A @ B ) @ B )
          = A ) )
    = $true ),
    inference(copy,[status(thm)],[14]) ).

thf(24,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( rd @ ( mult @ A @ B ) @ B )
          = A ) )
    = $true ),
    inference(copy,[status(thm)],[13]) ).

thf(25,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ( mult @ ( mult @ A @ ( mult @ A @ A ) ) @ ( mult @ B @ C ) )
          = ( mult @ ( mult @ A @ B ) @ ( mult @ ( mult @ A @ A ) @ C ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[12]) ).

thf(26,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ( mult @ ( mult @ A @ B ) @ ( mult @ C @ C ) )
          = ( mult @ ( mult @ A @ C ) @ ( mult @ B @ C ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[11]) ).

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

thf(28,plain,
    ( ( ( mult @ ( mult @ a @ a ) @ ( mult @ b @ c ) )
      = ( mult @ ( mult @ a @ b ) @ ( mult @ a @ c ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[20]) ).

thf(29,plain,
    ! [SV1: $i] :
      ( ( ! [SY14: $i] :
            ( ( mult @ SV1 @ ( ld @ SV1 @ SY14 ) )
            = SY14 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[21]) ).

thf(30,plain,
    ! [SV2: $i] :
      ( ( ! [SY15: $i] :
            ( ( ld @ SV2 @ ( mult @ SV2 @ SY15 ) )
            = SY15 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[22]) ).

thf(31,plain,
    ! [SV3: $i] :
      ( ( ! [SY16: $i] :
            ( ( mult @ ( rd @ SV3 @ SY16 ) @ SY16 )
            = SV3 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[23]) ).

thf(32,plain,
    ! [SV4: $i] :
      ( ( ! [SY17: $i] :
            ( ( rd @ ( mult @ SV4 @ SY17 ) @ SY17 )
            = SV4 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[24]) ).

thf(33,plain,
    ! [SV5: $i] :
      ( ( ! [SY18: $i,SY19: $i] :
            ( ( mult @ ( mult @ SV5 @ ( mult @ SV5 @ SV5 ) ) @ ( mult @ SY18 @ SY19 ) )
            = ( mult @ ( mult @ SV5 @ SY18 ) @ ( mult @ ( mult @ SV5 @ SV5 ) @ SY19 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[25]) ).

thf(34,plain,
    ! [SV6: $i] :
      ( ( ! [SY20: $i,SY21: $i] :
            ( ( mult @ ( mult @ SV6 @ SY20 ) @ ( mult @ SY21 @ SY21 ) )
            = ( mult @ ( mult @ SV6 @ SY21 ) @ ( mult @ SY20 @ SY21 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[26]) ).

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

thf(36,plain,
    ! [SV7: $i,SV1: $i] :
      ( ( ( mult @ SV1 @ ( ld @ SV1 @ SV7 ) )
        = SV7 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[29]) ).

thf(37,plain,
    ! [SV8: $i,SV2: $i] :
      ( ( ( ld @ SV2 @ ( mult @ SV2 @ SV8 ) )
        = SV8 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[30]) ).

thf(38,plain,
    ! [SV9: $i,SV3: $i] :
      ( ( ( mult @ ( rd @ SV3 @ SV9 ) @ SV9 )
        = SV3 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[31]) ).

thf(39,plain,
    ! [SV10: $i,SV4: $i] :
      ( ( ( rd @ ( mult @ SV4 @ SV10 ) @ SV10 )
        = SV4 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[32]) ).

thf(40,plain,
    ! [SV11: $i,SV5: $i] :
      ( ( ! [SY22: $i] :
            ( ( mult @ ( mult @ SV5 @ ( mult @ SV5 @ SV5 ) ) @ ( mult @ SV11 @ SY22 ) )
            = ( mult @ ( mult @ SV5 @ SV11 ) @ ( mult @ ( mult @ SV5 @ SV5 ) @ SY22 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[33]) ).

thf(41,plain,
    ! [SV12: $i,SV6: $i] :
      ( ( ! [SY23: $i] :
            ( ( mult @ ( mult @ SV6 @ SV12 ) @ ( mult @ SY23 @ SY23 ) )
            = ( mult @ ( mult @ SV6 @ SY23 ) @ ( mult @ SV12 @ SY23 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[34]) ).

thf(42,plain,
    ! [SV13: $i,SV11: $i,SV5: $i] :
      ( ( ( mult @ ( mult @ SV5 @ ( mult @ SV5 @ SV5 ) ) @ ( mult @ SV11 @ SV13 ) )
        = ( mult @ ( mult @ SV5 @ SV11 ) @ ( mult @ ( mult @ SV5 @ SV5 ) @ SV13 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[40]) ).

thf(43,plain,
    ! [SV14: $i,SV12: $i,SV6: $i] :
      ( ( ( mult @ ( mult @ SV6 @ SV12 ) @ ( mult @ SV14 @ SV14 ) )
        = ( mult @ ( mult @ SV6 @ SV14 ) @ ( mult @ SV12 @ SV14 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[41]) ).

thf(44,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[28,43,42,39,38,37,36,35]) ).

thf(45,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[44]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.13  % Problem  : GRP750-1 : TPTP v8.1.0. Released v4.0.0.
% 0.08/0.14  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.35  % Computer : n024.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 600
% 0.13/0.35  % DateTime : Tue Jun 14 00:50:48 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.13/0.36  
% 0.13/0.36   No.of.Axioms: 7
% 0.13/0.36  
% 0.13/0.36   Length.of.Defs: 0
% 0.13/0.36  
% 0.13/0.36   Contains.Choice.Funs: false
% 0.13/0.37  (rf:0,axioms:7,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:9,loop_count:0,foatp_calls:0,translation:fof_full)..
% 71.75/72.03  
% 71.75/72.03  ********************************
% 71.75/72.03  *   All subproblems solved!    *
% 71.75/72.03  ********************************
% 71.75/72.03  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:7,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:44,loop_count:0,foatp_calls:1,translation:fof_full)
% 71.75/72.03  
% 71.75/72.03  %**** Beginning of derivation protocol ****
% 71.75/72.03  % SZS output start CNFRefutation
% See solution above
% 71.75/72.03  
% 71.75/72.03  %**** End of derivation protocol ****
% 71.75/72.03  %**** no. of clauses in derivation: 45 ****
% 71.75/72.03  %**** clause counter: 44 ****
% 71.75/72.03  
% 71.75/72.03  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:7,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:44,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------