TSTP Solution File: GRP131-2.002 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : GRP131-2.002 : 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 : n015.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:22 EDT 2022

% Result   : Unsatisfiable 0.20s 0.49s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   19
%            Number of leaves      :   21
% Syntax   : Number of formulae    :  130 (  69 unt;   7 typ;   0 def)
%            Number of atoms       :  784 ( 194 equ;   0 cnn)
%            Maximal formula atoms :    5 (   6 avg)
%            Number of connectives : 1485 ( 214   ~; 273   |;   0   &; 998   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   10 (  10   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   10 (   7 usr;   4 con; 0-3 aty)
%            Number of variables   :  418 (   0   ^ 418   !;   0   ?; 418   :)

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

thf(tp_e_2,type,
    e_2: $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 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',product_total_function1) ).

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

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

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

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

thf(9,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(10,axiom,
    greater @ e_2 @ e_1,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',e_2_greater_e_1) ).

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

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

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

thf(14,negated_conjecture,
    ! [X1: $i,Y1: $i,Z1: $i,X2: $i,Y2: $i,Z2: $i] :
      ( ~ ( product @ X1 @ Y1 @ Z1 )
      | ~ ( product @ X2 @ Y2 @ Z1 )
      | ~ ( product @ Z2 @ Y1 @ X1 )
      | ~ ( product @ Z2 @ Y2 @ X2 )
      | ( equalish @ Y1 @ Y2 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',qg1_2) ).

thf(15,negated_conjecture,
    ! [X1: $i,Y1: $i,Z1: $i,X2: $i,Y2: $i,Z2: $i] :
      ( ~ ( product @ X1 @ Y1 @ Z1 )
      | ~ ( product @ X2 @ Y2 @ Z1 )
      | ~ ( product @ Z2 @ Y1 @ X1 )
      | ~ ( product @ Z2 @ Y2 @ X2 )
      | ( equalish @ X1 @ X2 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',qg1_1) ).

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

thf(17,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(18,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(19,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(20,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( group_element @ X )
          | ~ ( group_element @ Y )
          | ( product @ X @ Y @ e_1 )
          | ( product @ X @ Y @ e_2 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

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

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

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

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

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

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

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

thf(28,plain,
    ( ( ! [X1: $i,Y1: $i,Z1: $i,X2: $i,Y2: $i,Z2: $i] :
          ( ~ ( product @ X1 @ Y1 @ Z1 )
          | ~ ( product @ X2 @ Y2 @ Z1 )
          | ~ ( product @ Z2 @ Y1 @ X1 )
          | ~ ( product @ Z2 @ Y2 @ X2 )
          | ( equalish @ Y1 @ Y2 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(29,plain,
    ( ( ! [X1: $i,Y1: $i,Z1: $i,X2: $i,Y2: $i,Z2: $i] :
          ( ~ ( product @ X1 @ Y1 @ Z1 )
          | ~ ( product @ X2 @ Y2 @ Z1 )
          | ~ ( product @ Z2 @ Y1 @ X1 )
          | ~ ( product @ Z2 @ Y2 @ X2 )
          | ( equalish @ X1 @ X2 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

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

thf(31,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)],[17]) ).

thf(32,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)],[18]) ).

thf(33,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)],[19]) ).

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

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

thf(36,plain,
    ( ( ! [X1: $i,Y1: $i,Z1: $i,X2: $i] :
          ( ~ ( product @ X1 @ Y1 @ Z1 )
          | ! [Y2: $i] :
              ( ~ ( product @ X2 @ Y2 @ Z1 )
              | ! [Z2: $i] :
                  ( ~ ( product @ Z2 @ Y1 @ X1 )
                  | ~ ( product @ Z2 @ Y2 @ X2 )
                  | ( equalish @ Y1 @ Y2 ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[28]) ).

thf(37,plain,
    ( ( ! [X1: $i,Y1: $i,Z1: $i,X2: $i] :
          ( ~ ( product @ X1 @ Y1 @ Z1 )
          | ! [Y2: $i] :
              ( ~ ( product @ X2 @ Y2 @ Z1 )
              | ! [Z2: $i] :
                  ( ~ ( product @ Z2 @ Y1 @ X1 )
                  | ~ ( product @ Z2 @ Y2 @ X2 )
                  | ( equalish @ X1 @ X2 ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[29]) ).

thf(38,plain,
    ( ( ! [X1: $i,Y1: $i,Z1: $i,X2: $i] :
          ( ~ ( product @ X1 @ Y1 @ Z1 )
          | ! [Y2: $i] :
              ( ~ ( product @ X2 @ Y2 @ Z1 )
              | ! [Z2: $i] :
                  ( ~ ( product @ Z2 @ Y1 @ X1 )
                  | ~ ( product @ Z2 @ Y2 @ X2 )
                  | ( equalish @ X1 @ X2 ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[37]) ).

thf(39,plain,
    ( ( ! [X1: $i,Y1: $i,Z1: $i,X2: $i] :
          ( ~ ( product @ X1 @ Y1 @ Z1 )
          | ! [Y2: $i] :
              ( ~ ( product @ X2 @ Y2 @ Z1 )
              | ! [Z2: $i] :
                  ( ~ ( product @ Z2 @ Y1 @ X1 )
                  | ~ ( product @ Z2 @ Y2 @ X2 )
                  | ( equalish @ Y1 @ Y2 ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[36]) ).

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

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

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

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

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

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

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

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

thf(48,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)],[33]) ).

thf(49,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)],[32]) ).

thf(50,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)],[31]) ).

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

thf(52,plain,
    ! [SV1: $i] :
      ( ( ! [SY29: $i,SY30: $i,SY31: $i] :
            ( ~ ( product @ SV1 @ SY29 @ SY30 )
            | ! [SY32: $i] :
                ( ~ ( product @ SY31 @ SY32 @ SY30 )
                | ! [SY33: $i] :
                    ( ~ ( product @ SY33 @ SY29 @ SV1 )
                    | ~ ( product @ SY33 @ SY32 @ SY31 )
                    | ( equalish @ SV1 @ SY31 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[38]) ).

thf(53,plain,
    ! [SV2: $i] :
      ( ( ! [SY34: $i,SY35: $i,SY36: $i] :
            ( ~ ( product @ SV2 @ SY34 @ SY35 )
            | ! [SY37: $i] :
                ( ~ ( product @ SY36 @ SY37 @ SY35 )
                | ! [SY38: $i] :
                    ( ~ ( product @ SY38 @ SY34 @ SV2 )
                    | ~ ( product @ SY38 @ SY37 @ SY36 )
                    | ( equalish @ SY34 @ SY37 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[39]) ).

thf(54,plain,
    ! [SV3: $i] :
      ( ( ! [SY39: $i] :
            ( ~ ( product @ SV3 @ e_1 @ SY39 )
            | ! [SY40: $i] :
                ( ~ ( next @ SV3 @ SY40 )
                | ~ ( greater @ SY39 @ SY40 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[42]) ).

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

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

thf(57,plain,
    ! [SV4: $i] :
      ( ( ~ ( group_element @ SV4 )
        | ! [SY41: $i] :
            ( ~ ( group_element @ SY41 )
            | ( product @ SV4 @ SY41 @ e_1 )
            | ( product @ SV4 @ SY41 @ e_2 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[47]) ).

thf(58,plain,
    ! [SV5: $i] :
      ( ( ! [SY42: $i,SY43: $i] :
            ( ~ ( product @ SV5 @ SY42 @ SY43 )
            | ! [SY44: $i] :
                ( ~ ( product @ SV5 @ SY42 @ SY44 )
                | ( equalish @ SY43 @ SY44 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[48]) ).

thf(59,plain,
    ! [SV6: $i] :
      ( ( ! [SY45: $i,SY46: $i] :
            ( ~ ( product @ SV6 @ SY45 @ SY46 )
            | ! [SY47: $i] :
                ( ~ ( product @ SV6 @ SY47 @ SY46 )
                | ( equalish @ SY45 @ SY47 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[49]) ).

thf(60,plain,
    ! [SV7: $i] :
      ( ( ! [SY48: $i,SY49: $i] :
            ( ~ ( product @ SV7 @ SY48 @ SY49 )
            | ! [SY50: $i] :
                ( ~ ( product @ SY50 @ SY48 @ SY49 )
                | ( equalish @ SV7 @ SY50 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[50]) ).

thf(61,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[51]) ).

thf(62,plain,
    ! [SV8: $i,SV1: $i] :
      ( ( ! [SY51: $i,SY52: $i] :
            ( ~ ( product @ SV1 @ SV8 @ SY51 )
            | ! [SY53: $i] :
                ( ~ ( product @ SY52 @ SY53 @ SY51 )
                | ! [SY54: $i] :
                    ( ~ ( product @ SY54 @ SV8 @ SV1 )
                    | ~ ( product @ SY54 @ SY53 @ SY52 )
                    | ( equalish @ SV1 @ SY52 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[52]) ).

thf(63,plain,
    ! [SV9: $i,SV2: $i] :
      ( ( ! [SY55: $i,SY56: $i] :
            ( ~ ( product @ SV2 @ SV9 @ SY55 )
            | ! [SY57: $i] :
                ( ~ ( product @ SY56 @ SY57 @ SY55 )
                | ! [SY58: $i] :
                    ( ~ ( product @ SY58 @ SV9 @ SV2 )
                    | ~ ( product @ SY58 @ SY57 @ SY56 )
                    | ( equalish @ SV9 @ SY57 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[53]) ).

thf(64,plain,
    ! [SV10: $i,SV3: $i] :
      ( ( ~ ( product @ SV3 @ e_1 @ SV10 )
        | ! [SY59: $i] :
            ( ~ ( next @ SV3 @ SY59 )
            | ~ ( greater @ SV10 @ SY59 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[54]) ).

thf(65,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( group_element @ SV4 ) )
        = $true )
      | ( ( ! [SY41: $i] :
              ( ~ ( group_element @ SY41 )
              | ( product @ SV4 @ SY41 @ e_1 )
              | ( product @ SV4 @ SY41 @ e_2 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[57]) ).

thf(66,plain,
    ! [SV11: $i,SV5: $i] :
      ( ( ! [SY60: $i] :
            ( ~ ( product @ SV5 @ SV11 @ SY60 )
            | ! [SY61: $i] :
                ( ~ ( product @ SV5 @ SV11 @ SY61 )
                | ( equalish @ SY60 @ SY61 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[58]) ).

thf(67,plain,
    ! [SV12: $i,SV6: $i] :
      ( ( ! [SY62: $i] :
            ( ~ ( product @ SV6 @ SV12 @ SY62 )
            | ! [SY63: $i] :
                ( ~ ( product @ SV6 @ SY63 @ SY62 )
                | ( equalish @ SV12 @ SY63 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[59]) ).

thf(68,plain,
    ! [SV13: $i,SV7: $i] :
      ( ( ! [SY64: $i] :
            ( ~ ( product @ SV7 @ SV13 @ SY64 )
            | ! [SY65: $i] :
                ( ~ ( product @ SY65 @ SV13 @ SY64 )
                | ( equalish @ SV7 @ SY65 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[60]) ).

thf(69,plain,
    ! [SV14: $i,SV8: $i,SV1: $i] :
      ( ( ! [SY66: $i] :
            ( ~ ( product @ SV1 @ SV8 @ SV14 )
            | ! [SY67: $i] :
                ( ~ ( product @ SY66 @ SY67 @ SV14 )
                | ! [SY54: $i] :
                    ( ~ ( product @ SY54 @ SV8 @ SV1 )
                    | ~ ( product @ SY54 @ SY67 @ SY66 )
                    | ( equalish @ SV1 @ SY66 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[62]) ).

thf(70,plain,
    ! [SV15: $i,SV9: $i,SV2: $i] :
      ( ( ! [SY69: $i] :
            ( ~ ( product @ SV2 @ SV9 @ SV15 )
            | ! [SY70: $i] :
                ( ~ ( product @ SY69 @ SY70 @ SV15 )
                | ! [SY58: $i] :
                    ( ~ ( product @ SY58 @ SV9 @ SV2 )
                    | ~ ( product @ SY58 @ SY70 @ SY69 )
                    | ( equalish @ SV9 @ SY70 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[63]) ).

thf(71,plain,
    ! [SV10: $i,SV3: $i] :
      ( ( ( ~ ( product @ SV3 @ e_1 @ SV10 ) )
        = $true )
      | ( ( ! [SY59: $i] :
              ( ~ ( next @ SV3 @ SY59 )
              | ~ ( greater @ SV10 @ SY59 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[64]) ).

thf(72,plain,
    ! [SV4: $i] :
      ( ( ( group_element @ SV4 )
        = $false )
      | ( ( ! [SY41: $i] :
              ( ~ ( group_element @ SY41 )
              | ( product @ SV4 @ SY41 @ e_1 )
              | ( product @ SV4 @ SY41 @ e_2 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[65]) ).

thf(73,plain,
    ! [SV16: $i,SV11: $i,SV5: $i] :
      ( ( ~ ( product @ SV5 @ SV11 @ SV16 )
        | ! [SY72: $i] :
            ( ~ ( product @ SV5 @ SV11 @ SY72 )
            | ( equalish @ SV16 @ SY72 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[66]) ).

thf(74,plain,
    ! [SV17: $i,SV12: $i,SV6: $i] :
      ( ( ~ ( product @ SV6 @ SV12 @ SV17 )
        | ! [SY73: $i] :
            ( ~ ( product @ SV6 @ SY73 @ SV17 )
            | ( equalish @ SV12 @ SY73 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[67]) ).

thf(75,plain,
    ! [SV18: $i,SV13: $i,SV7: $i] :
      ( ( ~ ( product @ SV7 @ SV13 @ SV18 )
        | ! [SY74: $i] :
            ( ~ ( product @ SY74 @ SV13 @ SV18 )
            | ( equalish @ SV7 @ SY74 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[68]) ).

thf(76,plain,
    ! [SV19: $i,SV14: $i,SV8: $i,SV1: $i] :
      ( ( ~ ( product @ SV1 @ SV8 @ SV14 )
        | ! [SY75: $i] :
            ( ~ ( product @ SV19 @ SY75 @ SV14 )
            | ! [SY76: $i] :
                ( ~ ( product @ SY76 @ SV8 @ SV1 )
                | ~ ( product @ SY76 @ SY75 @ SV19 )
                | ( equalish @ SV1 @ SV19 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[69]) ).

thf(77,plain,
    ! [SV20: $i,SV15: $i,SV9: $i,SV2: $i] :
      ( ( ~ ( product @ SV2 @ SV9 @ SV15 )
        | ! [SY77: $i] :
            ( ~ ( product @ SV20 @ SY77 @ SV15 )
            | ! [SY78: $i] :
                ( ~ ( product @ SY78 @ SV9 @ SV2 )
                | ~ ( product @ SY78 @ SY77 @ SV20 )
                | ( equalish @ SV9 @ SY77 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

thf(78,plain,
    ! [SV10: $i,SV3: $i] :
      ( ( ( product @ SV3 @ e_1 @ SV10 )
        = $false )
      | ( ( ! [SY59: $i] :
              ( ~ ( next @ SV3 @ SY59 )
              | ~ ( greater @ SV10 @ SY59 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[71]) ).

thf(79,plain,
    ! [SV4: $i,SV21: $i] :
      ( ( ( ~ ( group_element @ SV21 )
          | ( product @ SV4 @ SV21 @ e_1 )
          | ( product @ SV4 @ SV21 @ e_2 ) )
        = $true )
      | ( ( group_element @ SV4 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[72]) ).

thf(80,plain,
    ! [SV16: $i,SV11: $i,SV5: $i] :
      ( ( ( ~ ( product @ SV5 @ SV11 @ SV16 ) )
        = $true )
      | ( ( ! [SY72: $i] :
              ( ~ ( product @ SV5 @ SV11 @ SY72 )
              | ( equalish @ SV16 @ SY72 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[73]) ).

thf(81,plain,
    ! [SV17: $i,SV12: $i,SV6: $i] :
      ( ( ( ~ ( product @ SV6 @ SV12 @ SV17 ) )
        = $true )
      | ( ( ! [SY73: $i] :
              ( ~ ( product @ SV6 @ SY73 @ SV17 )
              | ( equalish @ SV12 @ SY73 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[74]) ).

thf(82,plain,
    ! [SV18: $i,SV13: $i,SV7: $i] :
      ( ( ( ~ ( product @ SV7 @ SV13 @ SV18 ) )
        = $true )
      | ( ( ! [SY74: $i] :
              ( ~ ( product @ SY74 @ SV13 @ SV18 )
              | ( equalish @ SV7 @ SY74 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[75]) ).

thf(83,plain,
    ! [SV19: $i,SV14: $i,SV8: $i,SV1: $i] :
      ( ( ( ~ ( product @ SV1 @ SV8 @ SV14 ) )
        = $true )
      | ( ( ! [SY75: $i] :
              ( ~ ( product @ SV19 @ SY75 @ SV14 )
              | ! [SY76: $i] :
                  ( ~ ( product @ SY76 @ SV8 @ SV1 )
                  | ~ ( product @ SY76 @ SY75 @ SV19 )
                  | ( equalish @ SV1 @ SV19 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[76]) ).

thf(84,plain,
    ! [SV20: $i,SV15: $i,SV9: $i,SV2: $i] :
      ( ( ( ~ ( product @ SV2 @ SV9 @ SV15 ) )
        = $true )
      | ( ( ! [SY77: $i] :
              ( ~ ( product @ SV20 @ SY77 @ SV15 )
              | ! [SY78: $i] :
                  ( ~ ( product @ SY78 @ SV9 @ SV2 )
                  | ~ ( product @ SY78 @ SY77 @ SV20 )
                  | ( equalish @ SV9 @ SY77 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[77]) ).

thf(85,plain,
    ! [SV10: $i,SV22: $i,SV3: $i] :
      ( ( ( ~ ( next @ SV3 @ SV22 )
          | ~ ( greater @ SV10 @ SV22 ) )
        = $true )
      | ( ( product @ SV3 @ e_1 @ SV10 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[78]) ).

thf(86,plain,
    ! [SV4: $i,SV21: $i] :
      ( ( ( ~ ( group_element @ SV21 ) )
        = $true )
      | ( ( ( product @ SV4 @ SV21 @ e_1 )
          | ( product @ SV4 @ SV21 @ e_2 ) )
        = $true )
      | ( ( group_element @ SV4 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[79]) ).

thf(87,plain,
    ! [SV16: $i,SV11: $i,SV5: $i] :
      ( ( ( product @ SV5 @ SV11 @ SV16 )
        = $false )
      | ( ( ! [SY72: $i] :
              ( ~ ( product @ SV5 @ SV11 @ SY72 )
              | ( equalish @ SV16 @ SY72 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[80]) ).

thf(88,plain,
    ! [SV17: $i,SV12: $i,SV6: $i] :
      ( ( ( product @ SV6 @ SV12 @ SV17 )
        = $false )
      | ( ( ! [SY73: $i] :
              ( ~ ( product @ SV6 @ SY73 @ SV17 )
              | ( equalish @ SV12 @ SY73 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[81]) ).

thf(89,plain,
    ! [SV18: $i,SV13: $i,SV7: $i] :
      ( ( ( product @ SV7 @ SV13 @ SV18 )
        = $false )
      | ( ( ! [SY74: $i] :
              ( ~ ( product @ SY74 @ SV13 @ SV18 )
              | ( equalish @ SV7 @ SY74 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[82]) ).

thf(90,plain,
    ! [SV19: $i,SV14: $i,SV8: $i,SV1: $i] :
      ( ( ( product @ SV1 @ SV8 @ SV14 )
        = $false )
      | ( ( ! [SY75: $i] :
              ( ~ ( product @ SV19 @ SY75 @ SV14 )
              | ! [SY76: $i] :
                  ( ~ ( product @ SY76 @ SV8 @ SV1 )
                  | ~ ( product @ SY76 @ SY75 @ SV19 )
                  | ( equalish @ SV1 @ SV19 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[83]) ).

thf(91,plain,
    ! [SV20: $i,SV15: $i,SV9: $i,SV2: $i] :
      ( ( ( product @ SV2 @ SV9 @ SV15 )
        = $false )
      | ( ( ! [SY77: $i] :
              ( ~ ( product @ SV20 @ SY77 @ SV15 )
              | ! [SY78: $i] :
                  ( ~ ( product @ SY78 @ SV9 @ SV2 )
                  | ~ ( product @ SY78 @ SY77 @ SV20 )
                  | ( equalish @ SV9 @ SY77 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[84]) ).

thf(92,plain,
    ! [SV10: $i,SV22: $i,SV3: $i] :
      ( ( ( ~ ( next @ SV3 @ SV22 ) )
        = $true )
      | ( ( ~ ( greater @ SV10 @ SV22 ) )
        = $true )
      | ( ( product @ SV3 @ e_1 @ SV10 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[85]) ).

thf(93,plain,
    ! [SV4: $i,SV21: $i] :
      ( ( ( group_element @ SV21 )
        = $false )
      | ( ( ( product @ SV4 @ SV21 @ e_1 )
          | ( product @ SV4 @ SV21 @ e_2 ) )
        = $true )
      | ( ( group_element @ SV4 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[86]) ).

thf(94,plain,
    ! [SV16: $i,SV23: $i,SV11: $i,SV5: $i] :
      ( ( ( ~ ( product @ SV5 @ SV11 @ SV23 )
          | ( equalish @ SV16 @ SV23 ) )
        = $true )
      | ( ( product @ SV5 @ SV11 @ SV16 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[87]) ).

thf(95,plain,
    ! [SV12: $i,SV17: $i,SV24: $i,SV6: $i] :
      ( ( ( ~ ( product @ SV6 @ SV24 @ SV17 )
          | ( equalish @ SV12 @ SV24 ) )
        = $true )
      | ( ( product @ SV6 @ SV12 @ SV17 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[88]) ).

thf(96,plain,
    ! [SV7: $i,SV18: $i,SV13: $i,SV25: $i] :
      ( ( ( ~ ( product @ SV25 @ SV13 @ SV18 )
          | ( equalish @ SV7 @ SV25 ) )
        = $true )
      | ( ( product @ SV7 @ SV13 @ SV18 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[89]) ).

thf(97,plain,
    ! [SV1: $i,SV8: $i,SV14: $i,SV26: $i,SV19: $i] :
      ( ( ( ~ ( product @ SV19 @ SV26 @ SV14 )
          | ! [SY79: $i] :
              ( ~ ( product @ SY79 @ SV8 @ SV1 )
              | ~ ( product @ SY79 @ SV26 @ SV19 )
              | ( equalish @ SV1 @ SV19 ) ) )
        = $true )
      | ( ( product @ SV1 @ SV8 @ SV14 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[90]) ).

thf(98,plain,
    ! [SV2: $i,SV9: $i,SV15: $i,SV27: $i,SV20: $i] :
      ( ( ( ~ ( product @ SV20 @ SV27 @ SV15 )
          | ! [SY80: $i] :
              ( ~ ( product @ SY80 @ SV9 @ SV2 )
              | ~ ( product @ SY80 @ SV27 @ SV20 )
              | ( equalish @ SV9 @ SV27 ) ) )
        = $true )
      | ( ( product @ SV2 @ SV9 @ SV15 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[91]) ).

thf(99,plain,
    ! [SV10: $i,SV22: $i,SV3: $i] :
      ( ( ( next @ SV3 @ SV22 )
        = $false )
      | ( ( ~ ( greater @ SV10 @ SV22 ) )
        = $true )
      | ( ( product @ SV3 @ e_1 @ SV10 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[92]) ).

thf(100,plain,
    ! [SV21: $i,SV4: $i] :
      ( ( ( product @ SV4 @ SV21 @ e_1 )
        = $true )
      | ( ( product @ SV4 @ SV21 @ e_2 )
        = $true )
      | ( ( group_element @ SV21 )
        = $false )
      | ( ( group_element @ SV4 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[93]) ).

thf(101,plain,
    ! [SV16: $i,SV23: $i,SV11: $i,SV5: $i] :
      ( ( ( ~ ( product @ SV5 @ SV11 @ SV23 ) )
        = $true )
      | ( ( equalish @ SV16 @ SV23 )
        = $true )
      | ( ( product @ SV5 @ SV11 @ SV16 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[94]) ).

thf(102,plain,
    ! [SV12: $i,SV17: $i,SV24: $i,SV6: $i] :
      ( ( ( ~ ( product @ SV6 @ SV24 @ SV17 ) )
        = $true )
      | ( ( equalish @ SV12 @ SV24 )
        = $true )
      | ( ( product @ SV6 @ SV12 @ SV17 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[95]) ).

thf(103,plain,
    ! [SV7: $i,SV18: $i,SV13: $i,SV25: $i] :
      ( ( ( ~ ( product @ SV25 @ SV13 @ SV18 ) )
        = $true )
      | ( ( equalish @ SV7 @ SV25 )
        = $true )
      | ( ( product @ SV7 @ SV13 @ SV18 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[96]) ).

thf(104,plain,
    ! [SV1: $i,SV8: $i,SV14: $i,SV26: $i,SV19: $i] :
      ( ( ( ~ ( product @ SV19 @ SV26 @ SV14 ) )
        = $true )
      | ( ( ! [SY79: $i] :
              ( ~ ( product @ SY79 @ SV8 @ SV1 )
              | ~ ( product @ SY79 @ SV26 @ SV19 )
              | ( equalish @ SV1 @ SV19 ) ) )
        = $true )
      | ( ( product @ SV1 @ SV8 @ SV14 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[97]) ).

thf(105,plain,
    ! [SV2: $i,SV9: $i,SV15: $i,SV27: $i,SV20: $i] :
      ( ( ( ~ ( product @ SV20 @ SV27 @ SV15 ) )
        = $true )
      | ( ( ! [SY80: $i] :
              ( ~ ( product @ SY80 @ SV9 @ SV2 )
              | ~ ( product @ SY80 @ SV27 @ SV20 )
              | ( equalish @ SV9 @ SV27 ) ) )
        = $true )
      | ( ( product @ SV2 @ SV9 @ SV15 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[98]) ).

thf(106,plain,
    ! [SV3: $i,SV22: $i,SV10: $i] :
      ( ( ( greater @ SV10 @ SV22 )
        = $false )
      | ( ( next @ SV3 @ SV22 )
        = $false )
      | ( ( product @ SV3 @ e_1 @ SV10 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[99]) ).

thf(107,plain,
    ! [SV16: $i,SV23: $i,SV11: $i,SV5: $i] :
      ( ( ( product @ SV5 @ SV11 @ SV23 )
        = $false )
      | ( ( equalish @ SV16 @ SV23 )
        = $true )
      | ( ( product @ SV5 @ SV11 @ SV16 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[101]) ).

thf(108,plain,
    ! [SV12: $i,SV17: $i,SV24: $i,SV6: $i] :
      ( ( ( product @ SV6 @ SV24 @ SV17 )
        = $false )
      | ( ( equalish @ SV12 @ SV24 )
        = $true )
      | ( ( product @ SV6 @ SV12 @ SV17 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[102]) ).

thf(109,plain,
    ! [SV7: $i,SV18: $i,SV13: $i,SV25: $i] :
      ( ( ( product @ SV25 @ SV13 @ SV18 )
        = $false )
      | ( ( equalish @ SV7 @ SV25 )
        = $true )
      | ( ( product @ SV7 @ SV13 @ SV18 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[103]) ).

thf(110,plain,
    ! [SV1: $i,SV8: $i,SV14: $i,SV26: $i,SV19: $i] :
      ( ( ( product @ SV19 @ SV26 @ SV14 )
        = $false )
      | ( ( ! [SY79: $i] :
              ( ~ ( product @ SY79 @ SV8 @ SV1 )
              | ~ ( product @ SY79 @ SV26 @ SV19 )
              | ( equalish @ SV1 @ SV19 ) ) )
        = $true )
      | ( ( product @ SV1 @ SV8 @ SV14 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[104]) ).

thf(111,plain,
    ! [SV2: $i,SV9: $i,SV15: $i,SV27: $i,SV20: $i] :
      ( ( ( product @ SV20 @ SV27 @ SV15 )
        = $false )
      | ( ( ! [SY80: $i] :
              ( ~ ( product @ SY80 @ SV9 @ SV2 )
              | ~ ( product @ SY80 @ SV27 @ SV20 )
              | ( equalish @ SV9 @ SV27 ) ) )
        = $true )
      | ( ( product @ SV2 @ SV9 @ SV15 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[105]) ).

thf(112,plain,
    ! [SV14: $i,SV19: $i,SV26: $i,SV1: $i,SV8: $i,SV28: $i] :
      ( ( ( ~ ( product @ SV28 @ SV8 @ SV1 )
          | ~ ( product @ SV28 @ SV26 @ SV19 )
          | ( equalish @ SV1 @ SV19 ) )
        = $true )
      | ( ( product @ SV19 @ SV26 @ SV14 )
        = $false )
      | ( ( product @ SV1 @ SV8 @ SV14 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[110]) ).

thf(113,plain,
    ! [SV15: $i,SV20: $i,SV27: $i,SV2: $i,SV9: $i,SV29: $i] :
      ( ( ( ~ ( product @ SV29 @ SV9 @ SV2 )
          | ~ ( product @ SV29 @ SV27 @ SV20 )
          | ( equalish @ SV9 @ SV27 ) )
        = $true )
      | ( ( product @ SV20 @ SV27 @ SV15 )
        = $false )
      | ( ( product @ SV2 @ SV9 @ SV15 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[111]) ).

thf(114,plain,
    ! [SV14: $i,SV19: $i,SV26: $i,SV1: $i,SV8: $i,SV28: $i] :
      ( ( ( ~ ( product @ SV28 @ SV8 @ SV1 ) )
        = $true )
      | ( ( ~ ( product @ SV28 @ SV26 @ SV19 )
          | ( equalish @ SV1 @ SV19 ) )
        = $true )
      | ( ( product @ SV19 @ SV26 @ SV14 )
        = $false )
      | ( ( product @ SV1 @ SV8 @ SV14 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[112]) ).

thf(115,plain,
    ! [SV15: $i,SV20: $i,SV27: $i,SV2: $i,SV9: $i,SV29: $i] :
      ( ( ( ~ ( product @ SV29 @ SV9 @ SV2 ) )
        = $true )
      | ( ( ~ ( product @ SV29 @ SV27 @ SV20 )
          | ( equalish @ SV9 @ SV27 ) )
        = $true )
      | ( ( product @ SV20 @ SV27 @ SV15 )
        = $false )
      | ( ( product @ SV2 @ SV9 @ SV15 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[113]) ).

thf(116,plain,
    ! [SV14: $i,SV19: $i,SV26: $i,SV1: $i,SV8: $i,SV28: $i] :
      ( ( ( product @ SV28 @ SV8 @ SV1 )
        = $false )
      | ( ( ~ ( product @ SV28 @ SV26 @ SV19 )
          | ( equalish @ SV1 @ SV19 ) )
        = $true )
      | ( ( product @ SV19 @ SV26 @ SV14 )
        = $false )
      | ( ( product @ SV1 @ SV8 @ SV14 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[114]) ).

thf(117,plain,
    ! [SV15: $i,SV20: $i,SV27: $i,SV2: $i,SV9: $i,SV29: $i] :
      ( ( ( product @ SV29 @ SV9 @ SV2 )
        = $false )
      | ( ( ~ ( product @ SV29 @ SV27 @ SV20 )
          | ( equalish @ SV9 @ SV27 ) )
        = $true )
      | ( ( product @ SV20 @ SV27 @ SV15 )
        = $false )
      | ( ( product @ SV2 @ SV9 @ SV15 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[115]) ).

thf(118,plain,
    ! [SV14: $i,SV8: $i,SV1: $i,SV19: $i,SV26: $i,SV28: $i] :
      ( ( ( ~ ( product @ SV28 @ SV26 @ SV19 ) )
        = $true )
      | ( ( equalish @ SV1 @ SV19 )
        = $true )
      | ( ( product @ SV28 @ SV8 @ SV1 )
        = $false )
      | ( ( product @ SV19 @ SV26 @ SV14 )
        = $false )
      | ( ( product @ SV1 @ SV8 @ SV14 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[116]) ).

thf(119,plain,
    ! [SV15: $i,SV2: $i,SV9: $i,SV20: $i,SV27: $i,SV29: $i] :
      ( ( ( ~ ( product @ SV29 @ SV27 @ SV20 ) )
        = $true )
      | ( ( equalish @ SV9 @ SV27 )
        = $true )
      | ( ( product @ SV29 @ SV9 @ SV2 )
        = $false )
      | ( ( product @ SV20 @ SV27 @ SV15 )
        = $false )
      | ( ( product @ SV2 @ SV9 @ SV15 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[117]) ).

thf(120,plain,
    ! [SV14: $i,SV8: $i,SV1: $i,SV19: $i,SV26: $i,SV28: $i] :
      ( ( ( product @ SV28 @ SV26 @ SV19 )
        = $false )
      | ( ( equalish @ SV1 @ SV19 )
        = $true )
      | ( ( product @ SV28 @ SV8 @ SV1 )
        = $false )
      | ( ( product @ SV19 @ SV26 @ SV14 )
        = $false )
      | ( ( product @ SV1 @ SV8 @ SV14 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[118]) ).

thf(121,plain,
    ! [SV15: $i,SV2: $i,SV9: $i,SV20: $i,SV27: $i,SV29: $i] :
      ( ( ( product @ SV29 @ SV27 @ SV20 )
        = $false )
      | ( ( equalish @ SV9 @ SV27 )
        = $true )
      | ( ( product @ SV29 @ SV9 @ SV2 )
        = $false )
      | ( ( product @ SV20 @ SV27 @ SV15 )
        = $false )
      | ( ( product @ SV2 @ SV9 @ SV15 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[119]) ).

thf(122,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[40,121,120,109,108,107,106,100,61,56,55,44,43,41]) ).

thf(123,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[122]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GRP131-2.002 : TPTP v8.1.0. Released v1.2.0.
% 0.03/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.34  % Computer : n015.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Mon Jun 13 12:00:52 EDT 2022
% 0.12/0.35  % CPUTime  : 
% 0.20/0.36  
% 0.20/0.36   No.of.Axioms: 13
% 0.20/0.36  
% 0.20/0.36   Length.of.Defs: 0
% 0.20/0.36  
% 0.20/0.36   Contains.Choice.Funs: false
% 0.20/0.37  (rf:0,axioms:13,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:15,loop_count:0,foatp_calls:0,translation:fof_full).......
% 0.20/0.49  
% 0.20/0.49  ********************************
% 0.20/0.49  *   All subproblems solved!    *
% 0.20/0.49  ********************************
% 0.20/0.49  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:13,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:122,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.20/0.49  
% 0.20/0.49  %**** Beginning of derivation protocol ****
% 0.20/0.49  % SZS output start CNFRefutation
% See solution above
% 0.20/0.49  
% 0.20/0.49  %**** End of derivation protocol ****
% 0.20/0.49  %**** no. of clauses in derivation: 123 ****
% 0.20/0.49  %**** clause counter: 122 ****
% 0.20/0.49  
% 0.20/0.49  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:13,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:122,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------