TSTP Solution File: GRP133-2.003 by LEO-II---1.7.0

View Problem - Process Solution

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

% Computer : n032.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:16:25 EDT 2022

% Result   : Unsatisfiable 0.38s 0.59s
% Output   : CNFRefutation 0.38s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :   29
% Syntax   : Number of formulae    :  136 (  89 unt;   8 typ;   0 def)
%            Number of atoms       :  610 ( 157 equ;   0 cnn)
%            Maximal formula atoms :    5 (   4 avg)
%            Number of connectives : 1006 ( 139   ~; 168   |;   0   &; 699   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   10 (  10   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   11 (   8 usr;   5 con; 0-3 aty)
%            Number of variables   :  252 (   0   ^ 252   !;   0   ?; 252   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_e_1,type,
    e_1: $i ).

thf(tp_e_2,type,
    e_2: $i ).

thf(tp_e_3,type,
    e_3: $i ).

thf(tp_equalish,type,
    equalish: $i > $i > $o ).

thf(tp_greater,type,
    greater: $i > $i > $o ).

thf(tp_group_element,type,
    group_element: $i > $o ).

thf(tp_next,type,
    next: $i > $i > $o ).

thf(tp_product,type,
    product: $i > $i > $i > $o ).

thf(1,axiom,
    ! [W: $i,Y: $i,X: $i,Z: $i] :
      ( ~ ( product @ W @ Y @ X )
      | ~ ( product @ Z @ Y @ X )
      | ( equalish @ W @ Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',product_left_cancellation) ).

thf(2,axiom,
    ! [X: $i,W: $i,Y: $i,Z: $i] :
      ( ~ ( product @ X @ W @ Y )
      | ~ ( product @ X @ Z @ Y )
      | ( equalish @ W @ Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',product_right_cancellation) ).

thf(3,axiom,
    ! [X: $i,Y: $i,W: $i,Z: $i] :
      ( ~ ( product @ X @ Y @ W )
      | ~ ( product @ X @ Y @ Z )
      | ( equalish @ W @ Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',product_total_function2) ).

thf(4,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( group_element @ X )
      | ~ ( group_element @ Y )
      | ( product @ X @ Y @ e_1 )
      | ( product @ X @ Y @ e_2 )
      | ( product @ X @ Y @ e_3 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',product_total_function1) ).

thf(5,axiom,
    ~ ( equalish @ e_3 @ e_2 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',e_3_is_not_e_2) ).

thf(6,axiom,
    ~ ( equalish @ e_3 @ e_1 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',e_3_is_not_e_1) ).

thf(7,axiom,
    ~ ( equalish @ e_2 @ e_3 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',e_2_is_not_e_3) ).

thf(8,axiom,
    ~ ( equalish @ e_2 @ e_1 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',e_2_is_not_e_1) ).

thf(9,axiom,
    ~ ( equalish @ e_1 @ e_3 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',e_1_is_not_e_3) ).

thf(10,axiom,
    ~ ( equalish @ e_1 @ e_2 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',e_1_is_not_e_2) ).

thf(11,axiom,
    group_element @ e_3,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',element_3) ).

thf(12,axiom,
    group_element @ e_2,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',element_2) ).

thf(13,axiom,
    group_element @ e_1,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',element_1) ).

thf(14,axiom,
    ! [X: $i,Y: $i,X1: $i] :
      ( ~ ( product @ X @ e_1 @ Y )
      | ~ ( next @ X @ X1 )
      | ~ ( greater @ Y @ X1 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',no_redundancy) ).

thf(15,axiom,
    greater @ e_3 @ e_2,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',e_3_greater_e_2) ).

thf(16,axiom,
    greater @ e_3 @ e_1,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',e_3_greater_e_1) ).

thf(17,axiom,
    greater @ e_2 @ e_1,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',e_2_greater_e_1) ).

thf(18,axiom,
    next @ e_2 @ e_3,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',e_2_then_e_3) ).

thf(19,axiom,
    next @ e_1 @ e_2,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',e_1_then_e_2) ).

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

thf(21,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[20]) ).

thf(22,negated_conjecture,
    ! [X: $i,Y: $i,Z1: $i,Z2: $i] :
      ( ~ ( product @ X @ Y @ Z1 )
      | ~ ( product @ Y @ X @ Z2 )
      | ( product @ Z1 @ Z2 @ X ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',qg3) ).

thf(23,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[21]) ).

thf(24,plain,
    ( ( ! [W: $i,Y: $i,X: $i,Z: $i] :
          ( ~ ( product @ W @ Y @ X )
          | ~ ( product @ Z @ Y @ X )
          | ( equalish @ W @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(25,plain,
    ( ( ! [X: $i,W: $i,Y: $i,Z: $i] :
          ( ~ ( product @ X @ W @ Y )
          | ~ ( product @ X @ Z @ Y )
          | ( equalish @ W @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(26,plain,
    ( ( ! [X: $i,Y: $i,W: $i,Z: $i] :
          ( ~ ( product @ X @ Y @ W )
          | ~ ( product @ X @ Y @ Z )
          | ( equalish @ W @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(27,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( group_element @ X )
          | ~ ( group_element @ Y )
          | ( product @ X @ Y @ e_1 )
          | ( product @ X @ Y @ e_2 )
          | ( product @ X @ Y @ e_3 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(28,plain,
    ( ( ~ ( equalish @ e_3 @ e_2 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(29,plain,
    ( ( ~ ( equalish @ e_3 @ e_1 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(30,plain,
    ( ( ~ ( equalish @ e_2 @ e_3 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(31,plain,
    ( ( ~ ( equalish @ e_2 @ e_1 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(32,plain,
    ( ( ~ ( equalish @ e_1 @ e_3 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(33,plain,
    ( ( ~ ( equalish @ e_1 @ e_2 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(34,plain,
    ( ( group_element @ e_3 )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(35,plain,
    ( ( group_element @ e_2 )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(36,plain,
    ( ( group_element @ e_1 )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(37,plain,
    ( ( ! [X: $i,Y: $i,X1: $i] :
          ( ~ ( product @ X @ e_1 @ Y )
          | ~ ( next @ X @ X1 )
          | ~ ( greater @ Y @ X1 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(38,plain,
    ( ( greater @ e_3 @ e_2 )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

thf(39,plain,
    ( ( greater @ e_3 @ e_1 )
    = $true ),
    inference(unfold_def,[status(thm)],[16]) ).

thf(40,plain,
    ( ( greater @ e_2 @ e_1 )
    = $true ),
    inference(unfold_def,[status(thm)],[17]) ).

thf(41,plain,
    ( ( next @ e_2 @ e_3 )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

thf(42,plain,
    ( ( next @ e_1 @ e_2 )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

thf(43,plain,
    ( ( ! [X: $i,Y: $i,Z1: $i,Z2: $i] :
          ( ~ ( product @ X @ Y @ Z1 )
          | ~ ( product @ Y @ X @ Z2 )
          | ( product @ Z1 @ Z2 @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[22]) ).

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

thf(45,plain,
    ( ( ! [W: $i,Y: $i,X: $i] :
          ( ~ ( product @ W @ Y @ X )
          | ! [Z: $i] :
              ( ~ ( product @ Z @ Y @ X )
              | ( equalish @ W @ Z ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[24]) ).

thf(46,plain,
    ( ( ! [X: $i,W: $i,Y: $i] :
          ( ~ ( product @ X @ W @ Y )
          | ! [Z: $i] :
              ( ~ ( product @ X @ Z @ Y )
              | ( equalish @ W @ Z ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[25]) ).

thf(47,plain,
    ( ( ! [X: $i,Y: $i,W: $i] :
          ( ~ ( product @ X @ Y @ W )
          | ! [Z: $i] :
              ( ~ ( product @ X @ Y @ Z )
              | ( equalish @ W @ Z ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[26]) ).

thf(48,plain,
    ( ( ! [X: $i] :
          ( ~ ( group_element @ X )
          | ! [Y: $i] :
              ( ~ ( group_element @ Y )
              | ( product @ X @ Y @ e_1 )
              | ( product @ X @ Y @ e_2 )
              | ( product @ X @ Y @ e_3 ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[27]) ).

thf(49,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( product @ X @ e_1 @ Y )
          | ! [X1: $i] :
              ( ~ ( next @ X @ X1 )
              | ~ ( greater @ Y @ X1 ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[37]) ).

thf(50,plain,
    ( ( ! [X: $i,Y: $i,Z1: $i] :
          ( ~ ( product @ X @ Y @ Z1 )
          | ! [Z2: $i] :
              ( ~ ( product @ Y @ X @ Z2 )
              | ( product @ Z1 @ Z2 @ X ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[43]) ).

thf(51,plain,
    ( ( ! [X: $i,Y: $i,Z1: $i] :
          ( ~ ( product @ X @ Y @ Z1 )
          | ! [Z2: $i] :
              ( ~ ( product @ Y @ X @ Z2 )
              | ( product @ Z1 @ Z2 @ X ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[50]) ).

thf(52,plain,
    ( ( next @ e_1 @ e_2 )
    = $true ),
    inference(copy,[status(thm)],[42]) ).

thf(53,plain,
    ( ( next @ e_2 @ e_3 )
    = $true ),
    inference(copy,[status(thm)],[41]) ).

thf(54,plain,
    ( ( greater @ e_2 @ e_1 )
    = $true ),
    inference(copy,[status(thm)],[40]) ).

thf(55,plain,
    ( ( greater @ e_3 @ e_1 )
    = $true ),
    inference(copy,[status(thm)],[39]) ).

thf(56,plain,
    ( ( greater @ e_3 @ e_2 )
    = $true ),
    inference(copy,[status(thm)],[38]) ).

thf(57,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( product @ X @ e_1 @ Y )
          | ! [X1: $i] :
              ( ~ ( next @ X @ X1 )
              | ~ ( greater @ Y @ X1 ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[49]) ).

thf(58,plain,
    ( ( group_element @ e_1 )
    = $true ),
    inference(copy,[status(thm)],[36]) ).

thf(59,plain,
    ( ( group_element @ e_2 )
    = $true ),
    inference(copy,[status(thm)],[35]) ).

thf(60,plain,
    ( ( group_element @ e_3 )
    = $true ),
    inference(copy,[status(thm)],[34]) ).

thf(61,plain,
    ( ( ~ ( equalish @ e_1 @ e_2 ) )
    = $true ),
    inference(copy,[status(thm)],[33]) ).

thf(62,plain,
    ( ( ~ ( equalish @ e_1 @ e_3 ) )
    = $true ),
    inference(copy,[status(thm)],[32]) ).

thf(63,plain,
    ( ( ~ ( equalish @ e_2 @ e_1 ) )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(64,plain,
    ( ( ~ ( equalish @ e_2 @ e_3 ) )
    = $true ),
    inference(copy,[status(thm)],[30]) ).

thf(65,plain,
    ( ( ~ ( equalish @ e_3 @ e_1 ) )
    = $true ),
    inference(copy,[status(thm)],[29]) ).

thf(66,plain,
    ( ( ~ ( equalish @ e_3 @ e_2 ) )
    = $true ),
    inference(copy,[status(thm)],[28]) ).

thf(67,plain,
    ( ( ! [X: $i] :
          ( ~ ( group_element @ X )
          | ! [Y: $i] :
              ( ~ ( group_element @ Y )
              | ( product @ X @ Y @ e_1 )
              | ( product @ X @ Y @ e_2 )
              | ( product @ X @ Y @ e_3 ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[48]) ).

thf(68,plain,
    ( ( ! [X: $i,Y: $i,W: $i] :
          ( ~ ( product @ X @ Y @ W )
          | ! [Z: $i] :
              ( ~ ( product @ X @ Y @ Z )
              | ( equalish @ W @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[47]) ).

thf(69,plain,
    ( ( ! [X: $i,W: $i,Y: $i] :
          ( ~ ( product @ X @ W @ Y )
          | ! [Z: $i] :
              ( ~ ( product @ X @ Z @ Y )
              | ( equalish @ W @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[46]) ).

thf(70,plain,
    ( ( ! [W: $i,Y: $i,X: $i] :
          ( ~ ( product @ W @ Y @ X )
          | ! [Z: $i] :
              ( ~ ( product @ Z @ Y @ X )
              | ( equalish @ W @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[45]) ).

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

thf(72,plain,
    ! [SV1: $i] :
      ( ( ! [SY21: $i,SY22: $i] :
            ( ~ ( product @ SV1 @ SY21 @ SY22 )
            | ! [SY23: $i] :
                ( ~ ( product @ SY21 @ SV1 @ SY23 )
                | ( product @ SY22 @ SY23 @ SV1 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[51]) ).

thf(73,plain,
    ! [SV2: $i] :
      ( ( ! [SY24: $i] :
            ( ~ ( product @ SV2 @ e_1 @ SY24 )
            | ! [SY25: $i] :
                ( ~ ( next @ SV2 @ SY25 )
                | ~ ( greater @ SY24 @ SY25 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[57]) ).

thf(74,plain,
    ( ( equalish @ e_1 @ e_2 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[61]) ).

thf(75,plain,
    ( ( equalish @ e_1 @ e_3 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[62]) ).

thf(76,plain,
    ( ( equalish @ e_2 @ e_1 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[63]) ).

thf(77,plain,
    ( ( equalish @ e_2 @ e_3 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[64]) ).

thf(78,plain,
    ( ( equalish @ e_3 @ e_1 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[65]) ).

thf(79,plain,
    ( ( equalish @ e_3 @ e_2 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[66]) ).

thf(80,plain,
    ! [SV3: $i] :
      ( ( ~ ( group_element @ SV3 )
        | ! [SY26: $i] :
            ( ~ ( group_element @ SY26 )
            | ( product @ SV3 @ SY26 @ e_1 )
            | ( product @ SV3 @ SY26 @ e_2 )
            | ( product @ SV3 @ SY26 @ e_3 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[67]) ).

thf(81,plain,
    ! [SV4: $i] :
      ( ( ! [SY27: $i,SY28: $i] :
            ( ~ ( product @ SV4 @ SY27 @ SY28 )
            | ! [SY29: $i] :
                ( ~ ( product @ SV4 @ SY27 @ SY29 )
                | ( equalish @ SY28 @ SY29 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[68]) ).

thf(82,plain,
    ! [SV5: $i] :
      ( ( ! [SY30: $i,SY31: $i] :
            ( ~ ( product @ SV5 @ SY30 @ SY31 )
            | ! [SY32: $i] :
                ( ~ ( product @ SV5 @ SY32 @ SY31 )
                | ( equalish @ SY30 @ SY32 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[69]) ).

thf(83,plain,
    ! [SV6: $i] :
      ( ( ! [SY33: $i,SY34: $i] :
            ( ~ ( product @ SV6 @ SY33 @ SY34 )
            | ! [SY35: $i] :
                ( ~ ( product @ SY35 @ SY33 @ SY34 )
                | ( equalish @ SV6 @ SY35 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

thf(84,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[71]) ).

thf(85,plain,
    ! [SV7: $i,SV1: $i] :
      ( ( ! [SY36: $i] :
            ( ~ ( product @ SV1 @ SV7 @ SY36 )
            | ! [SY37: $i] :
                ( ~ ( product @ SV7 @ SV1 @ SY37 )
                | ( product @ SY36 @ SY37 @ SV1 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[72]) ).

thf(86,plain,
    ! [SV8: $i,SV2: $i] :
      ( ( ~ ( product @ SV2 @ e_1 @ SV8 )
        | ! [SY38: $i] :
            ( ~ ( next @ SV2 @ SY38 )
            | ~ ( greater @ SV8 @ SY38 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[73]) ).

thf(87,plain,
    ! [SV3: $i] :
      ( ( ( ~ ( group_element @ SV3 ) )
        = $true )
      | ( ( ! [SY26: $i] :
              ( ~ ( group_element @ SY26 )
              | ( product @ SV3 @ SY26 @ e_1 )
              | ( product @ SV3 @ SY26 @ e_2 )
              | ( product @ SV3 @ SY26 @ e_3 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[80]) ).

thf(88,plain,
    ! [SV9: $i,SV4: $i] :
      ( ( ! [SY39: $i] :
            ( ~ ( product @ SV4 @ SV9 @ SY39 )
            | ! [SY40: $i] :
                ( ~ ( product @ SV4 @ SV9 @ SY40 )
                | ( equalish @ SY39 @ SY40 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[81]) ).

thf(89,plain,
    ! [SV10: $i,SV5: $i] :
      ( ( ! [SY41: $i] :
            ( ~ ( product @ SV5 @ SV10 @ SY41 )
            | ! [SY42: $i] :
                ( ~ ( product @ SV5 @ SY42 @ SY41 )
                | ( equalish @ SV10 @ SY42 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[82]) ).

thf(90,plain,
    ! [SV11: $i,SV6: $i] :
      ( ( ! [SY43: $i] :
            ( ~ ( product @ SV6 @ SV11 @ SY43 )
            | ! [SY44: $i] :
                ( ~ ( product @ SY44 @ SV11 @ SY43 )
                | ( equalish @ SV6 @ SY44 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[83]) ).

thf(91,plain,
    ! [SV12: $i,SV7: $i,SV1: $i] :
      ( ( ~ ( product @ SV1 @ SV7 @ SV12 )
        | ! [SY45: $i] :
            ( ~ ( product @ SV7 @ SV1 @ SY45 )
            | ( product @ SV12 @ SY45 @ SV1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[85]) ).

thf(92,plain,
    ! [SV8: $i,SV2: $i] :
      ( ( ( ~ ( product @ SV2 @ e_1 @ SV8 ) )
        = $true )
      | ( ( ! [SY38: $i] :
              ( ~ ( next @ SV2 @ SY38 )
              | ~ ( greater @ SV8 @ SY38 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[86]) ).

thf(93,plain,
    ! [SV3: $i] :
      ( ( ( group_element @ SV3 )
        = $false )
      | ( ( ! [SY26: $i] :
              ( ~ ( group_element @ SY26 )
              | ( product @ SV3 @ SY26 @ e_1 )
              | ( product @ SV3 @ SY26 @ e_2 )
              | ( product @ SV3 @ SY26 @ e_3 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[87]) ).

thf(94,plain,
    ! [SV13: $i,SV9: $i,SV4: $i] :
      ( ( ~ ( product @ SV4 @ SV9 @ SV13 )
        | ! [SY46: $i] :
            ( ~ ( product @ SV4 @ SV9 @ SY46 )
            | ( equalish @ SV13 @ SY46 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[88]) ).

thf(95,plain,
    ! [SV14: $i,SV10: $i,SV5: $i] :
      ( ( ~ ( product @ SV5 @ SV10 @ SV14 )
        | ! [SY47: $i] :
            ( ~ ( product @ SV5 @ SY47 @ SV14 )
            | ( equalish @ SV10 @ SY47 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[89]) ).

thf(96,plain,
    ! [SV15: $i,SV11: $i,SV6: $i] :
      ( ( ~ ( product @ SV6 @ SV11 @ SV15 )
        | ! [SY48: $i] :
            ( ~ ( product @ SY48 @ SV11 @ SV15 )
            | ( equalish @ SV6 @ SY48 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[90]) ).

thf(97,plain,
    ! [SV12: $i,SV7: $i,SV1: $i] :
      ( ( ( ~ ( product @ SV1 @ SV7 @ SV12 ) )
        = $true )
      | ( ( ! [SY45: $i] :
              ( ~ ( product @ SV7 @ SV1 @ SY45 )
              | ( product @ SV12 @ SY45 @ SV1 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[91]) ).

thf(98,plain,
    ! [SV8: $i,SV2: $i] :
      ( ( ( product @ SV2 @ e_1 @ SV8 )
        = $false )
      | ( ( ! [SY38: $i] :
              ( ~ ( next @ SV2 @ SY38 )
              | ~ ( greater @ SV8 @ SY38 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[92]) ).

thf(99,plain,
    ! [SV3: $i,SV16: $i] :
      ( ( ( ~ ( group_element @ SV16 )
          | ( product @ SV3 @ SV16 @ e_1 )
          | ( product @ SV3 @ SV16 @ e_2 )
          | ( product @ SV3 @ SV16 @ e_3 ) )
        = $true )
      | ( ( group_element @ SV3 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[93]) ).

thf(100,plain,
    ! [SV13: $i,SV9: $i,SV4: $i] :
      ( ( ( ~ ( product @ SV4 @ SV9 @ SV13 ) )
        = $true )
      | ( ( ! [SY46: $i] :
              ( ~ ( product @ SV4 @ SV9 @ SY46 )
              | ( equalish @ SV13 @ SY46 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[94]) ).

thf(101,plain,
    ! [SV14: $i,SV10: $i,SV5: $i] :
      ( ( ( ~ ( product @ SV5 @ SV10 @ SV14 ) )
        = $true )
      | ( ( ! [SY47: $i] :
              ( ~ ( product @ SV5 @ SY47 @ SV14 )
              | ( equalish @ SV10 @ SY47 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[95]) ).

thf(102,plain,
    ! [SV15: $i,SV11: $i,SV6: $i] :
      ( ( ( ~ ( product @ SV6 @ SV11 @ SV15 ) )
        = $true )
      | ( ( ! [SY48: $i] :
              ( ~ ( product @ SY48 @ SV11 @ SV15 )
              | ( equalish @ SV6 @ SY48 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[96]) ).

thf(103,plain,
    ! [SV12: $i,SV7: $i,SV1: $i] :
      ( ( ( product @ SV1 @ SV7 @ SV12 )
        = $false )
      | ( ( ! [SY45: $i] :
              ( ~ ( product @ SV7 @ SV1 @ SY45 )
              | ( product @ SV12 @ SY45 @ SV1 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[97]) ).

thf(104,plain,
    ! [SV8: $i,SV17: $i,SV2: $i] :
      ( ( ( ~ ( next @ SV2 @ SV17 )
          | ~ ( greater @ SV8 @ SV17 ) )
        = $true )
      | ( ( product @ SV2 @ e_1 @ SV8 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[98]) ).

thf(105,plain,
    ! [SV3: $i,SV16: $i] :
      ( ( ( ~ ( group_element @ SV16 ) )
        = $true )
      | ( ( ( product @ SV3 @ SV16 @ e_1 )
          | ( product @ SV3 @ SV16 @ e_2 )
          | ( product @ SV3 @ SV16 @ e_3 ) )
        = $true )
      | ( ( group_element @ SV3 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[99]) ).

thf(106,plain,
    ! [SV13: $i,SV9: $i,SV4: $i] :
      ( ( ( product @ SV4 @ SV9 @ SV13 )
        = $false )
      | ( ( ! [SY46: $i] :
              ( ~ ( product @ SV4 @ SV9 @ SY46 )
              | ( equalish @ SV13 @ SY46 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[100]) ).

thf(107,plain,
    ! [SV14: $i,SV10: $i,SV5: $i] :
      ( ( ( product @ SV5 @ SV10 @ SV14 )
        = $false )
      | ( ( ! [SY47: $i] :
              ( ~ ( product @ SV5 @ SY47 @ SV14 )
              | ( equalish @ SV10 @ SY47 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[101]) ).

thf(108,plain,
    ! [SV15: $i,SV11: $i,SV6: $i] :
      ( ( ( product @ SV6 @ SV11 @ SV15 )
        = $false )
      | ( ( ! [SY48: $i] :
              ( ~ ( product @ SY48 @ SV11 @ SV15 )
              | ( equalish @ SV6 @ SY48 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[102]) ).

thf(109,plain,
    ! [SV12: $i,SV18: $i,SV1: $i,SV7: $i] :
      ( ( ( ~ ( product @ SV7 @ SV1 @ SV18 )
          | ( product @ SV12 @ SV18 @ SV1 ) )
        = $true )
      | ( ( product @ SV1 @ SV7 @ SV12 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[103]) ).

thf(110,plain,
    ! [SV8: $i,SV17: $i,SV2: $i] :
      ( ( ( ~ ( next @ SV2 @ SV17 ) )
        = $true )
      | ( ( ~ ( greater @ SV8 @ SV17 ) )
        = $true )
      | ( ( product @ SV2 @ e_1 @ SV8 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[104]) ).

thf(111,plain,
    ! [SV3: $i,SV16: $i] :
      ( ( ( group_element @ SV16 )
        = $false )
      | ( ( ( product @ SV3 @ SV16 @ e_1 )
          | ( product @ SV3 @ SV16 @ e_2 )
          | ( product @ SV3 @ SV16 @ e_3 ) )
        = $true )
      | ( ( group_element @ SV3 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[105]) ).

thf(112,plain,
    ! [SV13: $i,SV19: $i,SV9: $i,SV4: $i] :
      ( ( ( ~ ( product @ SV4 @ SV9 @ SV19 )
          | ( equalish @ SV13 @ SV19 ) )
        = $true )
      | ( ( product @ SV4 @ SV9 @ SV13 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[106]) ).

thf(113,plain,
    ! [SV10: $i,SV14: $i,SV20: $i,SV5: $i] :
      ( ( ( ~ ( product @ SV5 @ SV20 @ SV14 )
          | ( equalish @ SV10 @ SV20 ) )
        = $true )
      | ( ( product @ SV5 @ SV10 @ SV14 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[107]) ).

thf(114,plain,
    ! [SV6: $i,SV15: $i,SV11: $i,SV21: $i] :
      ( ( ( ~ ( product @ SV21 @ SV11 @ SV15 )
          | ( equalish @ SV6 @ SV21 ) )
        = $true )
      | ( ( product @ SV6 @ SV11 @ SV15 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[108]) ).

thf(115,plain,
    ! [SV12: $i,SV18: $i,SV1: $i,SV7: $i] :
      ( ( ( ~ ( product @ SV7 @ SV1 @ SV18 ) )
        = $true )
      | ( ( product @ SV12 @ SV18 @ SV1 )
        = $true )
      | ( ( product @ SV1 @ SV7 @ SV12 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[109]) ).

thf(116,plain,
    ! [SV8: $i,SV17: $i,SV2: $i] :
      ( ( ( next @ SV2 @ SV17 )
        = $false )
      | ( ( ~ ( greater @ SV8 @ SV17 ) )
        = $true )
      | ( ( product @ SV2 @ e_1 @ SV8 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[110]) ).

thf(117,plain,
    ! [SV16: $i,SV3: $i] :
      ( ( ( product @ SV3 @ SV16 @ e_1 )
        = $true )
      | ( ( ( product @ SV3 @ SV16 @ e_2 )
          | ( product @ SV3 @ SV16 @ e_3 ) )
        = $true )
      | ( ( group_element @ SV16 )
        = $false )
      | ( ( group_element @ SV3 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[111]) ).

thf(118,plain,
    ! [SV13: $i,SV19: $i,SV9: $i,SV4: $i] :
      ( ( ( ~ ( product @ SV4 @ SV9 @ SV19 ) )
        = $true )
      | ( ( equalish @ SV13 @ SV19 )
        = $true )
      | ( ( product @ SV4 @ SV9 @ SV13 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[112]) ).

thf(119,plain,
    ! [SV10: $i,SV14: $i,SV20: $i,SV5: $i] :
      ( ( ( ~ ( product @ SV5 @ SV20 @ SV14 ) )
        = $true )
      | ( ( equalish @ SV10 @ SV20 )
        = $true )
      | ( ( product @ SV5 @ SV10 @ SV14 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[113]) ).

thf(120,plain,
    ! [SV6: $i,SV15: $i,SV11: $i,SV21: $i] :
      ( ( ( ~ ( product @ SV21 @ SV11 @ SV15 ) )
        = $true )
      | ( ( equalish @ SV6 @ SV21 )
        = $true )
      | ( ( product @ SV6 @ SV11 @ SV15 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[114]) ).

thf(121,plain,
    ! [SV12: $i,SV18: $i,SV1: $i,SV7: $i] :
      ( ( ( product @ SV7 @ SV1 @ SV18 )
        = $false )
      | ( ( product @ SV12 @ SV18 @ SV1 )
        = $true )
      | ( ( product @ SV1 @ SV7 @ SV12 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[115]) ).

thf(122,plain,
    ! [SV2: $i,SV17: $i,SV8: $i] :
      ( ( ( greater @ SV8 @ SV17 )
        = $false )
      | ( ( next @ SV2 @ SV17 )
        = $false )
      | ( ( product @ SV2 @ e_1 @ SV8 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[116]) ).

thf(123,plain,
    ! [SV16: $i,SV3: $i] :
      ( ( ( product @ SV3 @ SV16 @ e_2 )
        = $true )
      | ( ( product @ SV3 @ SV16 @ e_3 )
        = $true )
      | ( ( product @ SV3 @ SV16 @ e_1 )
        = $true )
      | ( ( group_element @ SV16 )
        = $false )
      | ( ( group_element @ SV3 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[117]) ).

thf(124,plain,
    ! [SV13: $i,SV19: $i,SV9: $i,SV4: $i] :
      ( ( ( product @ SV4 @ SV9 @ SV19 )
        = $false )
      | ( ( equalish @ SV13 @ SV19 )
        = $true )
      | ( ( product @ SV4 @ SV9 @ SV13 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[118]) ).

thf(125,plain,
    ! [SV10: $i,SV14: $i,SV20: $i,SV5: $i] :
      ( ( ( product @ SV5 @ SV20 @ SV14 )
        = $false )
      | ( ( equalish @ SV10 @ SV20 )
        = $true )
      | ( ( product @ SV5 @ SV10 @ SV14 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[119]) ).

thf(126,plain,
    ! [SV6: $i,SV15: $i,SV11: $i,SV21: $i] :
      ( ( ( product @ SV21 @ SV11 @ SV15 )
        = $false )
      | ( ( equalish @ SV6 @ SV21 )
        = $true )
      | ( ( product @ SV6 @ SV11 @ SV15 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[120]) ).

thf(127,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[52,126,125,124,123,122,121,84,79,78,77,76,75,74,60,59,58,56,55,54,53]) ).

thf(128,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[127]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.05/0.09  % Problem  : GRP133-2.003 : TPTP v8.1.0. Released v1.2.0.
% 0.05/0.10  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.08/0.29  % Computer : n032.cluster.edu
% 0.08/0.29  % Model    : x86_64 x86_64
% 0.08/0.29  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.08/0.29  % Memory   : 8042.1875MB
% 0.08/0.29  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.08/0.29  % CPULimit : 300
% 0.08/0.29  % WCLimit  : 600
% 0.08/0.29  % DateTime : Mon Jun 13 06:44:26 EDT 2022
% 0.08/0.29  % CPUTime  : 
% 0.08/0.30  
% 0.08/0.30   No.of.Axioms: 20
% 0.08/0.30  
% 0.08/0.30   Length.of.Defs: 0
% 0.08/0.30  
% 0.08/0.30   Contains.Choice.Funs: false
% 0.08/0.30  (rf:0,axioms:20,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:22,loop_count:0,foatp_calls:0,translation:fof_full).....
% 0.38/0.59  
% 0.38/0.59  ********************************
% 0.38/0.59  *   All subproblems solved!    *
% 0.38/0.59  ********************************
% 0.38/0.59  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:20,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:127,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.38/0.59  
% 0.38/0.59  %**** Beginning of derivation protocol ****
% 0.38/0.59  % SZS output start CNFRefutation
% See solution above
% 0.38/0.60  
% 0.38/0.60  %**** End of derivation protocol ****
% 0.38/0.60  %**** no. of clauses in derivation: 128 ****
% 0.38/0.60  %**** clause counter: 127 ****
% 0.38/0.60  
% 0.38/0.60  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:20,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:127,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------