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

View Problem - Process Solution

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

% Computer : n012.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:15:26 EDT 2022

% Result   : Unsatisfiable 0.19s 0.41s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   17
%            Number of leaves      :   15
% Syntax   : Number of formulae    :   83 (  54 unt;   5 typ;   0 def)
%            Number of atoms       :  406 ( 121 equ;   0 cnn)
%            Maximal formula atoms :    4 (   5 avg)
%            Number of connectives :  769 (  97   ~; 120   |;   0   &; 552   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    6 (   6   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    8 (   5 usr;   4 con; 0-3 aty)
%            Number of variables   :  266 (   0   ^ 266   !;   0   ?; 266   :)

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

thf(tp_identity,type,
    identity: $i ).

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

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

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

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

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

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

thf(4,axiom,
    ! [X: $i,Y: $i] : ( product @ X @ Y @ ( multiply @ X @ Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',total_function1) ).

thf(5,axiom,
    ! [X: $i] : ( product @ X @ ( inverse @ X ) @ identity ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',right_inverse) ).

thf(6,axiom,
    ! [X: $i] : ( product @ ( inverse @ X ) @ X @ identity ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',left_inverse) ).

thf(7,axiom,
    ! [X: $i] : ( product @ X @ identity @ X ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',right_identity) ).

thf(8,axiom,
    ! [X: $i] : ( product @ identity @ X @ X ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',left_identity) ).

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

thf(10,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[9]) ).

thf(11,negated_conjecture,
    ( multiply @ ( inverse @ a ) @ a )
 != identity,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_inverse_X_times_X_is_id) ).

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

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

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

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

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

thf(17,plain,
    ( ( ! [X: $i] : ( product @ X @ ( inverse @ X ) @ identity ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(18,plain,
    ( ( ! [X: $i] : ( product @ ( inverse @ X ) @ X @ identity ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(19,plain,
    ( ( ! [X: $i] : ( product @ X @ identity @ X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(20,plain,
    ( ( ! [X: $i] : ( product @ identity @ X @ X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(21,plain,
    ( ( ( ( multiply @ ( inverse @ a ) @ a )
       != identity ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

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

thf(23,plain,
    ( ( ! [X: $i,Y: $i,U: $i,Z: $i] :
          ( ~ ( product @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( product @ Y @ Z @ V )
              | ! [W: $i] :
                  ( ~ ( product @ X @ V @ W )
                  | ( product @ U @ Z @ W ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[13]) ).

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

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

thf(26,plain,
    ( ( ( ( multiply @ ( inverse @ a ) @ a )
       != identity ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[21]) ).

thf(27,plain,
    ( ( ( ( multiply @ ( inverse @ a ) @ a )
       != identity ) )
    = $true ),
    inference(copy,[status(thm)],[26]) ).

thf(28,plain,
    ( ( ! [X: $i] : ( product @ identity @ X @ X ) )
    = $true ),
    inference(copy,[status(thm)],[20]) ).

thf(29,plain,
    ( ( ! [X: $i] : ( product @ X @ identity @ X ) )
    = $true ),
    inference(copy,[status(thm)],[19]) ).

thf(30,plain,
    ( ( ! [X: $i] : ( product @ ( inverse @ X ) @ X @ identity ) )
    = $true ),
    inference(copy,[status(thm)],[18]) ).

thf(31,plain,
    ( ( ! [X: $i] : ( product @ X @ ( inverse @ X ) @ identity ) )
    = $true ),
    inference(copy,[status(thm)],[17]) ).

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

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

thf(34,plain,
    ( ( ! [X: $i,Y: $i,U: $i,Z: $i] :
          ( ~ ( product @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( product @ Y @ Z @ V )
              | ! [W: $i] :
                  ( ~ ( product @ U @ Z @ W )
                  | ( product @ X @ V @ W ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[24]) ).

thf(35,plain,
    ( ( ! [X: $i,Y: $i,U: $i,Z: $i] :
          ( ~ ( product @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( product @ Y @ Z @ V )
              | ! [W: $i] :
                  ( ~ ( product @ X @ V @ W )
                  | ( product @ U @ Z @ W ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[23]) ).

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

thf(37,plain,
    ( ( ( multiply @ ( inverse @ a ) @ a )
      = identity )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[27]) ).

thf(38,plain,
    ! [SV1: $i] :
      ( ( product @ identity @ SV1 @ SV1 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[28]) ).

thf(39,plain,
    ! [SV2: $i] :
      ( ( product @ SV2 @ identity @ SV2 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[29]) ).

thf(40,plain,
    ! [SV3: $i] :
      ( ( product @ ( inverse @ SV3 ) @ SV3 @ identity )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[30]) ).

thf(41,plain,
    ! [SV4: $i] :
      ( ( product @ SV4 @ ( inverse @ SV4 ) @ identity )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[31]) ).

thf(42,plain,
    ! [SV5: $i] :
      ( ( ! [SY22: $i] : ( product @ SV5 @ SY22 @ ( multiply @ SV5 @ SY22 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[32]) ).

thf(43,plain,
    ! [SV6: $i] :
      ( ( ! [SY23: $i,SY24: $i] :
            ( ~ ( product @ SV6 @ SY23 @ SY24 )
            | ! [SY25: $i] :
                ( ~ ( product @ SV6 @ SY23 @ SY25 )
                | ( SY24 = SY25 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[33]) ).

thf(44,plain,
    ! [SV7: $i] :
      ( ( ! [SY26: $i,SY27: $i,SY28: $i] :
            ( ~ ( product @ SV7 @ SY26 @ SY27 )
            | ! [SY29: $i] :
                ( ~ ( product @ SY26 @ SY28 @ SY29 )
                | ! [SY30: $i] :
                    ( ~ ( product @ SY27 @ SY28 @ SY30 )
                    | ( product @ SV7 @ SY29 @ SY30 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[34]) ).

thf(45,plain,
    ! [SV8: $i] :
      ( ( ! [SY31: $i,SY32: $i,SY33: $i] :
            ( ~ ( product @ SV8 @ SY31 @ SY32 )
            | ! [SY34: $i] :
                ( ~ ( product @ SY31 @ SY33 @ SY34 )
                | ! [SY35: $i] :
                    ( ~ ( product @ SV8 @ SY34 @ SY35 )
                    | ( product @ SY32 @ SY33 @ SY35 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[35]) ).

thf(46,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[36]) ).

thf(47,plain,
    ! [SV9: $i,SV5: $i] :
      ( ( product @ SV5 @ SV9 @ ( multiply @ SV5 @ SV9 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[42]) ).

thf(48,plain,
    ! [SV10: $i,SV6: $i] :
      ( ( ! [SY36: $i] :
            ( ~ ( product @ SV6 @ SV10 @ SY36 )
            | ! [SY37: $i] :
                ( ~ ( product @ SV6 @ SV10 @ SY37 )
                | ( SY36 = SY37 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[43]) ).

thf(49,plain,
    ! [SV11: $i,SV7: $i] :
      ( ( ! [SY38: $i,SY39: $i] :
            ( ~ ( product @ SV7 @ SV11 @ SY38 )
            | ! [SY40: $i] :
                ( ~ ( product @ SV11 @ SY39 @ SY40 )
                | ! [SY30: $i] :
                    ( ~ ( product @ SY38 @ SY39 @ SY30 )
                    | ( product @ SV7 @ SY40 @ SY30 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[44]) ).

thf(50,plain,
    ! [SV12: $i,SV8: $i] :
      ( ( ! [SY42: $i,SY43: $i] :
            ( ~ ( product @ SV8 @ SV12 @ SY42 )
            | ! [SY44: $i] :
                ( ~ ( product @ SV12 @ SY43 @ SY44 )
                | ! [SY35: $i] :
                    ( ~ ( product @ SV8 @ SY44 @ SY35 )
                    | ( product @ SY42 @ SY43 @ SY35 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[45]) ).

thf(51,plain,
    ! [SV13: $i,SV10: $i,SV6: $i] :
      ( ( ~ ( product @ SV6 @ SV10 @ SV13 )
        | ! [SY46: $i] :
            ( ~ ( product @ SV6 @ SV10 @ SY46 )
            | ( SV13 = SY46 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[48]) ).

thf(52,plain,
    ! [SV14: $i,SV11: $i,SV7: $i] :
      ( ( ! [SY47: $i] :
            ( ~ ( product @ SV7 @ SV11 @ SV14 )
            | ! [SY48: $i] :
                ( ~ ( product @ SV11 @ SY47 @ SY48 )
                | ! [SY49: $i] :
                    ( ~ ( product @ SV14 @ SY47 @ SY49 )
                    | ( product @ SV7 @ SY48 @ SY49 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[49]) ).

thf(53,plain,
    ! [SV15: $i,SV12: $i,SV8: $i] :
      ( ( ! [SY50: $i] :
            ( ~ ( product @ SV8 @ SV12 @ SV15 )
            | ! [SY51: $i] :
                ( ~ ( product @ SV12 @ SY50 @ SY51 )
                | ! [SY52: $i] :
                    ( ~ ( product @ SV8 @ SY51 @ SY52 )
                    | ( product @ SV15 @ SY50 @ SY52 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[50]) ).

thf(54,plain,
    ! [SV13: $i,SV10: $i,SV6: $i] :
      ( ( ( ~ ( product @ SV6 @ SV10 @ SV13 ) )
        = $true )
      | ( ( ! [SY46: $i] :
              ( ~ ( product @ SV6 @ SV10 @ SY46 )
              | ( SV13 = SY46 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[51]) ).

thf(55,plain,
    ! [SV16: $i,SV14: $i,SV11: $i,SV7: $i] :
      ( ( ~ ( product @ SV7 @ SV11 @ SV14 )
        | ! [SY53: $i] :
            ( ~ ( product @ SV11 @ SV16 @ SY53 )
            | ! [SY54: $i] :
                ( ~ ( product @ SV14 @ SV16 @ SY54 )
                | ( product @ SV7 @ SY53 @ SY54 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[52]) ).

thf(56,plain,
    ! [SV17: $i,SV15: $i,SV12: $i,SV8: $i] :
      ( ( ~ ( product @ SV8 @ SV12 @ SV15 )
        | ! [SY55: $i] :
            ( ~ ( product @ SV12 @ SV17 @ SY55 )
            | ! [SY56: $i] :
                ( ~ ( product @ SV8 @ SY55 @ SY56 )
                | ( product @ SV15 @ SV17 @ SY56 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[53]) ).

thf(57,plain,
    ! [SV13: $i,SV10: $i,SV6: $i] :
      ( ( ( product @ SV6 @ SV10 @ SV13 )
        = $false )
      | ( ( ! [SY46: $i] :
              ( ~ ( product @ SV6 @ SV10 @ SY46 )
              | ( SV13 = SY46 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[54]) ).

thf(58,plain,
    ! [SV16: $i,SV14: $i,SV11: $i,SV7: $i] :
      ( ( ( ~ ( product @ SV7 @ SV11 @ SV14 ) )
        = $true )
      | ( ( ! [SY53: $i] :
              ( ~ ( product @ SV11 @ SV16 @ SY53 )
              | ! [SY54: $i] :
                  ( ~ ( product @ SV14 @ SV16 @ SY54 )
                  | ( product @ SV7 @ SY53 @ SY54 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[55]) ).

thf(59,plain,
    ! [SV17: $i,SV15: $i,SV12: $i,SV8: $i] :
      ( ( ( ~ ( product @ SV8 @ SV12 @ SV15 ) )
        = $true )
      | ( ( ! [SY55: $i] :
              ( ~ ( product @ SV12 @ SV17 @ SY55 )
              | ! [SY56: $i] :
                  ( ~ ( product @ SV8 @ SY55 @ SY56 )
                  | ( product @ SV15 @ SV17 @ SY56 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[56]) ).

thf(60,plain,
    ! [SV13: $i,SV18: $i,SV10: $i,SV6: $i] :
      ( ( ( ~ ( product @ SV6 @ SV10 @ SV18 )
          | ( SV13 = SV18 ) )
        = $true )
      | ( ( product @ SV6 @ SV10 @ SV13 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[57]) ).

thf(61,plain,
    ! [SV16: $i,SV14: $i,SV11: $i,SV7: $i] :
      ( ( ( product @ SV7 @ SV11 @ SV14 )
        = $false )
      | ( ( ! [SY53: $i] :
              ( ~ ( product @ SV11 @ SV16 @ SY53 )
              | ! [SY54: $i] :
                  ( ~ ( product @ SV14 @ SV16 @ SY54 )
                  | ( product @ SV7 @ SY53 @ SY54 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[58]) ).

thf(62,plain,
    ! [SV17: $i,SV15: $i,SV12: $i,SV8: $i] :
      ( ( ( product @ SV8 @ SV12 @ SV15 )
        = $false )
      | ( ( ! [SY55: $i] :
              ( ~ ( product @ SV12 @ SV17 @ SY55 )
              | ! [SY56: $i] :
                  ( ~ ( product @ SV8 @ SY55 @ SY56 )
                  | ( product @ SV15 @ SV17 @ SY56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[59]) ).

thf(63,plain,
    ! [SV13: $i,SV18: $i,SV10: $i,SV6: $i] :
      ( ( ( ~ ( product @ SV6 @ SV10 @ SV18 ) )
        = $true )
      | ( ( SV13 = SV18 )
        = $true )
      | ( ( product @ SV6 @ SV10 @ SV13 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[60]) ).

thf(64,plain,
    ! [SV7: $i,SV14: $i,SV19: $i,SV16: $i,SV11: $i] :
      ( ( ( ~ ( product @ SV11 @ SV16 @ SV19 )
          | ! [SY57: $i] :
              ( ~ ( product @ SV14 @ SV16 @ SY57 )
              | ( product @ SV7 @ SV19 @ SY57 ) ) )
        = $true )
      | ( ( product @ SV7 @ SV11 @ SV14 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[61]) ).

thf(65,plain,
    ! [SV15: $i,SV8: $i,SV20: $i,SV17: $i,SV12: $i] :
      ( ( ( ~ ( product @ SV12 @ SV17 @ SV20 )
          | ! [SY58: $i] :
              ( ~ ( product @ SV8 @ SV20 @ SY58 )
              | ( product @ SV15 @ SV17 @ SY58 ) ) )
        = $true )
      | ( ( product @ SV8 @ SV12 @ SV15 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[62]) ).

thf(66,plain,
    ! [SV13: $i,SV18: $i,SV10: $i,SV6: $i] :
      ( ( ( product @ SV6 @ SV10 @ SV18 )
        = $false )
      | ( ( SV13 = SV18 )
        = $true )
      | ( ( product @ SV6 @ SV10 @ SV13 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[63]) ).

thf(67,plain,
    ! [SV7: $i,SV14: $i,SV19: $i,SV16: $i,SV11: $i] :
      ( ( ( ~ ( product @ SV11 @ SV16 @ SV19 ) )
        = $true )
      | ( ( ! [SY57: $i] :
              ( ~ ( product @ SV14 @ SV16 @ SY57 )
              | ( product @ SV7 @ SV19 @ SY57 ) ) )
        = $true )
      | ( ( product @ SV7 @ SV11 @ SV14 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[64]) ).

thf(68,plain,
    ! [SV15: $i,SV8: $i,SV20: $i,SV17: $i,SV12: $i] :
      ( ( ( ~ ( product @ SV12 @ SV17 @ SV20 ) )
        = $true )
      | ( ( ! [SY58: $i] :
              ( ~ ( product @ SV8 @ SV20 @ SY58 )
              | ( product @ SV15 @ SV17 @ SY58 ) ) )
        = $true )
      | ( ( product @ SV8 @ SV12 @ SV15 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[65]) ).

thf(69,plain,
    ! [SV7: $i,SV14: $i,SV19: $i,SV16: $i,SV11: $i] :
      ( ( ( product @ SV11 @ SV16 @ SV19 )
        = $false )
      | ( ( ! [SY57: $i] :
              ( ~ ( product @ SV14 @ SV16 @ SY57 )
              | ( product @ SV7 @ SV19 @ SY57 ) ) )
        = $true )
      | ( ( product @ SV7 @ SV11 @ SV14 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[67]) ).

thf(70,plain,
    ! [SV15: $i,SV8: $i,SV20: $i,SV17: $i,SV12: $i] :
      ( ( ( product @ SV12 @ SV17 @ SV20 )
        = $false )
      | ( ( ! [SY58: $i] :
              ( ~ ( product @ SV8 @ SV20 @ SY58 )
              | ( product @ SV15 @ SV17 @ SY58 ) ) )
        = $true )
      | ( ( product @ SV8 @ SV12 @ SV15 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[68]) ).

thf(71,plain,
    ! [SV11: $i,SV19: $i,SV7: $i,SV21: $i,SV16: $i,SV14: $i] :
      ( ( ( ~ ( product @ SV14 @ SV16 @ SV21 )
          | ( product @ SV7 @ SV19 @ SV21 ) )
        = $true )
      | ( ( product @ SV11 @ SV16 @ SV19 )
        = $false )
      | ( ( product @ SV7 @ SV11 @ SV14 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[69]) ).

thf(72,plain,
    ! [SV12: $i,SV17: $i,SV15: $i,SV22: $i,SV20: $i,SV8: $i] :
      ( ( ( ~ ( product @ SV8 @ SV20 @ SV22 )
          | ( product @ SV15 @ SV17 @ SV22 ) )
        = $true )
      | ( ( product @ SV12 @ SV17 @ SV20 )
        = $false )
      | ( ( product @ SV8 @ SV12 @ SV15 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

thf(73,plain,
    ! [SV11: $i,SV19: $i,SV7: $i,SV21: $i,SV16: $i,SV14: $i] :
      ( ( ( ~ ( product @ SV14 @ SV16 @ SV21 ) )
        = $true )
      | ( ( product @ SV7 @ SV19 @ SV21 )
        = $true )
      | ( ( product @ SV11 @ SV16 @ SV19 )
        = $false )
      | ( ( product @ SV7 @ SV11 @ SV14 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[71]) ).

thf(74,plain,
    ! [SV12: $i,SV17: $i,SV15: $i,SV22: $i,SV20: $i,SV8: $i] :
      ( ( ( ~ ( product @ SV8 @ SV20 @ SV22 ) )
        = $true )
      | ( ( product @ SV15 @ SV17 @ SV22 )
        = $true )
      | ( ( product @ SV12 @ SV17 @ SV20 )
        = $false )
      | ( ( product @ SV8 @ SV12 @ SV15 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[72]) ).

thf(75,plain,
    ! [SV11: $i,SV19: $i,SV7: $i,SV21: $i,SV16: $i,SV14: $i] :
      ( ( ( product @ SV14 @ SV16 @ SV21 )
        = $false )
      | ( ( product @ SV7 @ SV19 @ SV21 )
        = $true )
      | ( ( product @ SV11 @ SV16 @ SV19 )
        = $false )
      | ( ( product @ SV7 @ SV11 @ SV14 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[73]) ).

thf(76,plain,
    ! [SV12: $i,SV17: $i,SV15: $i,SV22: $i,SV20: $i,SV8: $i] :
      ( ( ( product @ SV8 @ SV20 @ SV22 )
        = $false )
      | ( ( product @ SV15 @ SV17 @ SV22 )
        = $true )
      | ( ( product @ SV12 @ SV17 @ SV20 )
        = $false )
      | ( ( product @ SV8 @ SV12 @ SV15 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[74]) ).

thf(77,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[37,76,75,66,47,46,41,40,39,38]) ).

thf(78,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[77]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : GRP020-1 : TPTP v8.1.0. Released v1.0.0.
% 0.12/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.33  % Computer : n012.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Mon Jun 13 21:59:55 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.19/0.34  
% 0.19/0.34   No.of.Axioms: 9
% 0.19/0.34  
% 0.19/0.34   Length.of.Defs: 0
% 0.19/0.34  
% 0.19/0.34   Contains.Choice.Funs: false
% 0.19/0.35  (rf:0,axioms:9,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:11,loop_count:0,foatp_calls:0,translation:fof_full).....
% 0.19/0.41  
% 0.19/0.41  ********************************
% 0.19/0.41  *   All subproblems solved!    *
% 0.19/0.41  ********************************
% 0.19/0.41  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:9,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:77,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.19/0.41  
% 0.19/0.41  %**** Beginning of derivation protocol ****
% 0.19/0.41  % SZS output start CNFRefutation
% See solution above
% 0.19/0.41  
% 0.19/0.41  %**** End of derivation protocol ****
% 0.19/0.41  %**** no. of clauses in derivation: 78 ****
% 0.19/0.41  %**** clause counter: 77 ****
% 0.19/0.41  
% 0.19/0.41  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:9,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:77,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------