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

View Problem - Process Solution

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

% Computer : n021.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:18:09 EDT 2022

% Result   : Unsatisfiable 1.81s 2.79s
% Output   : CNFRefutation 1.81s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :    9
% Syntax   : Number of formulae    :   30 (  25 unt;   5 typ;   0 def)
%            Number of atoms       :   65 (  37 equ;   0 cnn)
%            Maximal formula atoms :    1 (   2 avg)
%            Number of connectives :  147 (   6   ~;   0   |;   0   &; 141   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    5 (   2 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    5 (   5   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    8 (   5 usr;   4 con; 0-2 aty)
%            Number of variables   :   38 (   0   ^  38   !;   0   ?;  38   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_a2,type,
    a2: $i ).

thf(tp_b2,type,
    b2: $i ).

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

thf(tp_inverse,type,
    inverse: $i > $i ).

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

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

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

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

thf(4,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[3]) ).

thf(5,negated_conjecture,
    ( multiply @ ( multiply @ ( inverse @ b2 ) @ b2 ) @ a2 )
 != a2,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_these_axioms_2) ).

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

thf(7,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( multiply @ A @ B )
          = ( divide @ A @ ( inverse @ B ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(8,plain,
    ( ( ! [A: $i,B: $i,C: $i,D: $i] :
          ( ( divide @ ( divide @ A @ A ) @ ( divide @ B @ ( divide @ ( divide @ C @ ( divide @ D @ B ) ) @ ( inverse @ D ) ) ) )
          = C ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(9,plain,
    ( ( ( ( multiply @ ( multiply @ ( inverse @ b2 ) @ b2 ) @ a2 )
       != a2 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

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

thf(11,plain,
    ( ( ( ( multiply @ ( multiply @ ( inverse @ b2 ) @ b2 ) @ a2 )
       != a2 ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[9]) ).

thf(12,plain,
    ( ( ( ( multiply @ ( multiply @ ( inverse @ b2 ) @ b2 ) @ a2 )
       != a2 ) )
    = $true ),
    inference(copy,[status(thm)],[11]) ).

thf(13,plain,
    ( ( ! [A: $i,B: $i,C: $i,D: $i] :
          ( ( divide @ ( divide @ A @ A ) @ ( divide @ B @ ( divide @ ( divide @ C @ ( divide @ D @ B ) ) @ ( inverse @ D ) ) ) )
          = C ) )
    = $true ),
    inference(copy,[status(thm)],[8]) ).

thf(14,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( multiply @ A @ B )
          = ( divide @ A @ ( inverse @ B ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[7]) ).

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

thf(16,plain,
    ( ( ( multiply @ ( multiply @ ( inverse @ b2 ) @ b2 ) @ a2 )
      = a2 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[12]) ).

thf(17,plain,
    ! [SV1: $i] :
      ( ( ! [SY6: $i,SY7: $i,SY8: $i] :
            ( ( divide @ ( divide @ SV1 @ SV1 ) @ ( divide @ SY6 @ ( divide @ ( divide @ SY7 @ ( divide @ SY8 @ SY6 ) ) @ ( inverse @ SY8 ) ) ) )
            = SY7 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[13]) ).

thf(18,plain,
    ! [SV2: $i] :
      ( ( ! [SY9: $i] :
            ( ( multiply @ SV2 @ SY9 )
            = ( divide @ SV2 @ ( inverse @ SY9 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[14]) ).

thf(19,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[15]) ).

thf(20,plain,
    ! [SV3: $i,SV1: $i] :
      ( ( ! [SY10: $i,SY11: $i] :
            ( ( divide @ ( divide @ SV1 @ SV1 ) @ ( divide @ SV3 @ ( divide @ ( divide @ SY10 @ ( divide @ SY11 @ SV3 ) ) @ ( inverse @ SY11 ) ) ) )
            = SY10 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[17]) ).

thf(21,plain,
    ! [SV4: $i,SV2: $i] :
      ( ( ( multiply @ SV2 @ SV4 )
        = ( divide @ SV2 @ ( inverse @ SV4 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[18]) ).

thf(22,plain,
    ! [SV5: $i,SV3: $i,SV1: $i] :
      ( ( ! [SY12: $i] :
            ( ( divide @ ( divide @ SV1 @ SV1 ) @ ( divide @ SV3 @ ( divide @ ( divide @ SV5 @ ( divide @ SY12 @ SV3 ) ) @ ( inverse @ SY12 ) ) ) )
            = SV5 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[20]) ).

thf(23,plain,
    ! [SV6: $i,SV5: $i,SV3: $i,SV1: $i] :
      ( ( ( divide @ ( divide @ SV1 @ SV1 ) @ ( divide @ SV3 @ ( divide @ ( divide @ SV5 @ ( divide @ SV6 @ SV3 ) ) @ ( inverse @ SV6 ) ) ) )
        = SV5 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[22]) ).

thf(24,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[16,23,21,19]) ).

thf(25,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[24]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.91  % Problem  : GRP467-1 : TPTP v8.1.0. Released v2.6.0.
% 0.06/0.92  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.16/1.13  % Computer : n021.cluster.edu
% 0.16/1.13  % Model    : x86_64 x86_64
% 0.16/1.13  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/1.13  % Memory   : 8042.1875MB
% 0.16/1.13  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/1.13  % CPULimit : 300
% 0.16/1.13  % WCLimit  : 600
% 0.16/1.13  % DateTime : Tue Jun 14 01:58:43 EDT 2022
% 0.16/1.13  % CPUTime  : 
% 0.16/1.14  
% 0.16/1.14   No.of.Axioms: 3
% 0.16/1.14  
% 0.16/1.14   Length.of.Defs: 0
% 0.16/1.14  
% 0.16/1.14   Contains.Choice.Funs: false
% 0.16/1.14  (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:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:5,loop_count:0,foatp_calls:0,translation:fof_full).
% 1.81/2.79  
% 1.81/2.79  ********************************
% 1.81/2.79  *   All subproblems solved!    *
% 1.81/2.79  ********************************
% 1.81/2.79  % SZS status Unsatisfiable for /export/starexec/sandbox2/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:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:24,loop_count:0,foatp_calls:1,translation:fof_full)
% 1.81/2.79  
% 1.81/2.79  %**** Beginning of derivation protocol ****
% 1.81/2.79  % SZS output start CNFRefutation
% See solution above
% 1.81/2.79  
% 1.81/2.79  %**** End of derivation protocol ****
% 1.81/2.79  %**** no. of clauses in derivation: 25 ****
% 1.81/2.79  %**** clause counter: 24 ****
% 1.81/2.79  
% 1.81/2.79  % SZS status Unsatisfiable for /export/starexec/sandbox2/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:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:24,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------