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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : GRP039-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 : n027.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:35 EDT 2022

% Result   : Unsatisfiable 2.92s 3.12s
% Output   : CNFRefutation 2.92s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   17
%            Number of leaves      :   27
% Syntax   : Number of formulae    :  129 (  77 unt;  10 typ;   0 def)
%            Number of atoms       :  634 ( 173 equ;   0 cnn)
%            Maximal formula atoms :    4 (   5 avg)
%            Number of connectives : 1066 ( 128   ~; 193   |;   0   &; 745   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    9 (   9   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   13 (  10 usr;   7 con; 0-3 aty)
%            Number of variables   :  339 (   0   ^ 339   !;   0   ?; 339   :)

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

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

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

thf(tp_d,type,
    d: $i ).

thf(tp_element_in_O2,type,
    element_in_O2: $i > $i > $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(tp_subgroup_member,type,
    subgroup_member: $i > $o ).

thf(1,axiom,
    ! [A: $i,B: $i] :
      ( ( product @ A @ ( element_in_O2 @ A @ B ) @ B )
      | ( subgroup_member @ B )
      | ( subgroup_member @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',property_of_O2) ).

thf(2,axiom,
    ! [A: $i,B: $i] :
      ( ( subgroup_member @ ( element_in_O2 @ A @ B ) )
      | ( subgroup_member @ B )
      | ( subgroup_member @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',an_element_in_O2) ).

thf(3,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ~ ( subgroup_member @ A )
      | ~ ( subgroup_member @ B )
      | ~ ( product @ A @ B @ C )
      | ( subgroup_member @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',closure_of_product) ).

thf(4,axiom,
    ! [X: $i] :
      ( ~ ( subgroup_member @ X )
      | ( subgroup_member @ ( inverse @ X ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',closure_of_inverse) ).

thf(5,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/sandbox/benchmark/theBenchmark.p',associativity2) ).

thf(6,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/sandbox/benchmark/theBenchmark.p',associativity1) ).

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

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

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

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

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

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

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

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

thf(15,negated_conjecture,
    ~ ( subgroup_member @ d ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_d_is_in_subgroup) ).

thf(16,negated_conjecture,
    product @ a @ c @ d,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_times_c_is_d) ).

thf(17,negated_conjecture,
    product @ b @ ( inverse @ a ) @ c,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_times_a_inverse_is_c) ).

thf(18,negated_conjecture,
    subgroup_member @ b,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_is_in_subgroup) ).

thf(19,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[14]) ).

thf(20,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( product @ A @ ( element_in_O2 @ A @ B ) @ B )
          | ( subgroup_member @ B )
          | ( subgroup_member @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(21,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( subgroup_member @ ( element_in_O2 @ A @ B ) )
          | ( subgroup_member @ B )
          | ( subgroup_member @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(22,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( subgroup_member @ A )
          | ~ ( subgroup_member @ B )
          | ~ ( product @ A @ B @ C )
          | ( subgroup_member @ C ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(23,plain,
    ( ( ! [X: $i] :
          ( ~ ( subgroup_member @ X )
          | ( subgroup_member @ ( inverse @ X ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(24,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)],[5]) ).

thf(25,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)],[6]) ).

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

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

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

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

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

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

thf(32,plain,
    ( ( ~ ( subgroup_member @ d ) )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

thf(33,plain,
    ( ( product @ a @ c @ d )
    = $true ),
    inference(unfold_def,[status(thm)],[16]) ).

thf(34,plain,
    ( ( product @ b @ ( inverse @ a ) @ c )
    = $true ),
    inference(unfold_def,[status(thm)],[17]) ).

thf(35,plain,
    ( ( subgroup_member @ b )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

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

thf(37,plain,
    ( ( ! [A: $i] :
          ( ~ ( subgroup_member @ A )
          | ! [B: $i] :
              ( ~ ( subgroup_member @ B )
              | ! [C: $i] :
                  ( ~ ( product @ A @ B @ C )
                  | ( subgroup_member @ C ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[22]) ).

thf(38,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)],[24]) ).

thf(39,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)],[25]) ).

thf(40,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)],[26]) ).

thf(41,plain,
    ( ( subgroup_member @ b )
    = $true ),
    inference(copy,[status(thm)],[35]) ).

thf(42,plain,
    ( ( product @ b @ ( inverse @ a ) @ c )
    = $true ),
    inference(copy,[status(thm)],[34]) ).

thf(43,plain,
    ( ( product @ a @ c @ d )
    = $true ),
    inference(copy,[status(thm)],[33]) ).

thf(44,plain,
    ( ( ~ ( subgroup_member @ d ) )
    = $true ),
    inference(copy,[status(thm)],[32]) ).

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

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

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

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

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

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

thf(51,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)],[39]) ).

thf(52,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)],[38]) ).

thf(53,plain,
    ( ( ! [X: $i] :
          ( ~ ( subgroup_member @ X )
          | ( subgroup_member @ ( inverse @ X ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[23]) ).

thf(54,plain,
    ( ( ! [A: $i] :
          ( ~ ( subgroup_member @ A )
          | ! [B: $i] :
              ( ~ ( subgroup_member @ B )
              | ! [C: $i] :
                  ( ~ ( product @ A @ B @ C )
                  | ( subgroup_member @ C ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[37]) ).

thf(55,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( subgroup_member @ ( element_in_O2 @ A @ B ) )
          | ( subgroup_member @ B )
          | ( subgroup_member @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[21]) ).

thf(56,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( product @ A @ ( element_in_O2 @ A @ B ) @ B )
          | ( subgroup_member @ B )
          | ( subgroup_member @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[20]) ).

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

thf(58,plain,
    ( ( subgroup_member @ d )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[44]) ).

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

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

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

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

thf(63,plain,
    ! [SV5: $i] :
      ( ( ! [SY30: $i] : ( product @ SV5 @ SY30 @ ( multiply @ SV5 @ SY30 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[49]) ).

thf(64,plain,
    ! [SV6: $i] :
      ( ( ! [SY31: $i,SY32: $i] :
            ( ~ ( product @ SV6 @ SY31 @ SY32 )
            | ! [SY33: $i] :
                ( ~ ( product @ SV6 @ SY31 @ SY33 )
                | ( SY32 = SY33 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[50]) ).

thf(65,plain,
    ! [SV7: $i] :
      ( ( ! [SY34: $i,SY35: $i,SY36: $i] :
            ( ~ ( product @ SV7 @ SY34 @ SY35 )
            | ! [SY37: $i] :
                ( ~ ( product @ SY34 @ SY36 @ SY37 )
                | ! [SY38: $i] :
                    ( ~ ( product @ SY35 @ SY36 @ SY38 )
                    | ( product @ SV7 @ SY37 @ SY38 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[51]) ).

thf(66,plain,
    ! [SV8: $i] :
      ( ( ! [SY39: $i,SY40: $i,SY41: $i] :
            ( ~ ( product @ SV8 @ SY39 @ SY40 )
            | ! [SY42: $i] :
                ( ~ ( product @ SY39 @ SY41 @ SY42 )
                | ! [SY43: $i] :
                    ( ~ ( product @ SV8 @ SY42 @ SY43 )
                    | ( product @ SY40 @ SY41 @ SY43 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[52]) ).

thf(67,plain,
    ! [SV9: $i] :
      ( ( ~ ( subgroup_member @ SV9 )
        | ( subgroup_member @ ( inverse @ SV9 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[53]) ).

thf(68,plain,
    ! [SV10: $i] :
      ( ( ~ ( subgroup_member @ SV10 )
        | ! [SY44: $i] :
            ( ~ ( subgroup_member @ SY44 )
            | ! [SY45: $i] :
                ( ~ ( product @ SV10 @ SY44 @ SY45 )
                | ( subgroup_member @ SY45 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[54]) ).

thf(69,plain,
    ! [SV11: $i] :
      ( ( ! [SY46: $i] :
            ( ( subgroup_member @ ( element_in_O2 @ SV11 @ SY46 ) )
            | ( subgroup_member @ SY46 )
            | ( subgroup_member @ SV11 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[55]) ).

thf(70,plain,
    ! [SV12: $i] :
      ( ( ! [SY47: $i] :
            ( ( product @ SV12 @ ( element_in_O2 @ SV12 @ SY47 ) @ SY47 )
            | ( subgroup_member @ SY47 )
            | ( subgroup_member @ SV12 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[56]) ).

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

thf(72,plain,
    ! [SV13: $i,SV5: $i] :
      ( ( product @ SV5 @ SV13 @ ( multiply @ SV5 @ SV13 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[63]) ).

thf(73,plain,
    ! [SV14: $i,SV6: $i] :
      ( ( ! [SY48: $i] :
            ( ~ ( product @ SV6 @ SV14 @ SY48 )
            | ! [SY49: $i] :
                ( ~ ( product @ SV6 @ SV14 @ SY49 )
                | ( SY48 = SY49 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[64]) ).

thf(74,plain,
    ! [SV15: $i,SV7: $i] :
      ( ( ! [SY50: $i,SY51: $i] :
            ( ~ ( product @ SV7 @ SV15 @ SY50 )
            | ! [SY52: $i] :
                ( ~ ( product @ SV15 @ SY51 @ SY52 )
                | ! [SY38: $i] :
                    ( ~ ( product @ SY50 @ SY51 @ SY38 )
                    | ( product @ SV7 @ SY52 @ SY38 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[65]) ).

thf(75,plain,
    ! [SV16: $i,SV8: $i] :
      ( ( ! [SY54: $i,SY55: $i] :
            ( ~ ( product @ SV8 @ SV16 @ SY54 )
            | ! [SY56: $i] :
                ( ~ ( product @ SV16 @ SY55 @ SY56 )
                | ! [SY43: $i] :
                    ( ~ ( product @ SV8 @ SY56 @ SY43 )
                    | ( product @ SY54 @ SY55 @ SY43 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[66]) ).

thf(76,plain,
    ! [SV9: $i] :
      ( ( ( ~ ( subgroup_member @ SV9 ) )
        = $true )
      | ( ( subgroup_member @ ( inverse @ SV9 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[67]) ).

thf(77,plain,
    ! [SV10: $i] :
      ( ( ( ~ ( subgroup_member @ SV10 ) )
        = $true )
      | ( ( ! [SY44: $i] :
              ( ~ ( subgroup_member @ SY44 )
              | ! [SY45: $i] :
                  ( ~ ( product @ SV10 @ SY44 @ SY45 )
                  | ( subgroup_member @ SY45 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[68]) ).

thf(78,plain,
    ! [SV17: $i,SV11: $i] :
      ( ( ( subgroup_member @ ( element_in_O2 @ SV11 @ SV17 ) )
        | ( subgroup_member @ SV17 )
        | ( subgroup_member @ SV11 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[69]) ).

thf(79,plain,
    ! [SV18: $i,SV12: $i] :
      ( ( ( product @ SV12 @ ( element_in_O2 @ SV12 @ SV18 ) @ SV18 )
        | ( subgroup_member @ SV18 )
        | ( subgroup_member @ SV12 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

thf(80,plain,
    ! [SV19: $i,SV14: $i,SV6: $i] :
      ( ( ~ ( product @ SV6 @ SV14 @ SV19 )
        | ! [SY58: $i] :
            ( ~ ( product @ SV6 @ SV14 @ SY58 )
            | ( SV19 = SY58 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[73]) ).

thf(81,plain,
    ! [SV20: $i,SV15: $i,SV7: $i] :
      ( ( ! [SY59: $i] :
            ( ~ ( product @ SV7 @ SV15 @ SV20 )
            | ! [SY60: $i] :
                ( ~ ( product @ SV15 @ SY59 @ SY60 )
                | ! [SY61: $i] :
                    ( ~ ( product @ SV20 @ SY59 @ SY61 )
                    | ( product @ SV7 @ SY60 @ SY61 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[74]) ).

thf(82,plain,
    ! [SV21: $i,SV16: $i,SV8: $i] :
      ( ( ! [SY62: $i] :
            ( ~ ( product @ SV8 @ SV16 @ SV21 )
            | ! [SY63: $i] :
                ( ~ ( product @ SV16 @ SY62 @ SY63 )
                | ! [SY64: $i] :
                    ( ~ ( product @ SV8 @ SY63 @ SY64 )
                    | ( product @ SV21 @ SY62 @ SY64 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[75]) ).

thf(83,plain,
    ! [SV9: $i] :
      ( ( ( subgroup_member @ SV9 )
        = $false )
      | ( ( subgroup_member @ ( inverse @ SV9 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[76]) ).

thf(84,plain,
    ! [SV10: $i] :
      ( ( ( subgroup_member @ SV10 )
        = $false )
      | ( ( ! [SY44: $i] :
              ( ~ ( subgroup_member @ SY44 )
              | ! [SY45: $i] :
                  ( ~ ( product @ SV10 @ SY44 @ SY45 )
                  | ( subgroup_member @ SY45 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[77]) ).

thf(85,plain,
    ! [SV17: $i,SV11: $i] :
      ( ( ( subgroup_member @ ( element_in_O2 @ SV11 @ SV17 ) )
        = $true )
      | ( ( ( subgroup_member @ SV17 )
          | ( subgroup_member @ SV11 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[78]) ).

thf(86,plain,
    ! [SV18: $i,SV12: $i] :
      ( ( ( product @ SV12 @ ( element_in_O2 @ SV12 @ SV18 ) @ SV18 )
        = $true )
      | ( ( ( subgroup_member @ SV18 )
          | ( subgroup_member @ SV12 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[79]) ).

thf(87,plain,
    ! [SV19: $i,SV14: $i,SV6: $i] :
      ( ( ( ~ ( product @ SV6 @ SV14 @ SV19 ) )
        = $true )
      | ( ( ! [SY58: $i] :
              ( ~ ( product @ SV6 @ SV14 @ SY58 )
              | ( SV19 = SY58 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[80]) ).

thf(88,plain,
    ! [SV22: $i,SV20: $i,SV15: $i,SV7: $i] :
      ( ( ~ ( product @ SV7 @ SV15 @ SV20 )
        | ! [SY65: $i] :
            ( ~ ( product @ SV15 @ SV22 @ SY65 )
            | ! [SY66: $i] :
                ( ~ ( product @ SV20 @ SV22 @ SY66 )
                | ( product @ SV7 @ SY65 @ SY66 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[81]) ).

thf(89,plain,
    ! [SV23: $i,SV21: $i,SV16: $i,SV8: $i] :
      ( ( ~ ( product @ SV8 @ SV16 @ SV21 )
        | ! [SY67: $i] :
            ( ~ ( product @ SV16 @ SV23 @ SY67 )
            | ! [SY68: $i] :
                ( ~ ( product @ SV8 @ SY67 @ SY68 )
                | ( product @ SV21 @ SV23 @ SY68 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[82]) ).

thf(90,plain,
    ! [SV10: $i,SV24: $i] :
      ( ( ( ~ ( subgroup_member @ SV24 )
          | ! [SY69: $i] :
              ( ~ ( product @ SV10 @ SV24 @ SY69 )
              | ( subgroup_member @ SY69 ) ) )
        = $true )
      | ( ( subgroup_member @ SV10 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[84]) ).

thf(91,plain,
    ! [SV11: $i,SV17: $i] :
      ( ( ( subgroup_member @ SV17 )
        = $true )
      | ( ( subgroup_member @ SV11 )
        = $true )
      | ( ( subgroup_member @ ( element_in_O2 @ SV11 @ SV17 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[85]) ).

thf(92,plain,
    ! [SV12: $i,SV18: $i] :
      ( ( ( subgroup_member @ SV18 )
        = $true )
      | ( ( subgroup_member @ SV12 )
        = $true )
      | ( ( product @ SV12 @ ( element_in_O2 @ SV12 @ SV18 ) @ SV18 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[86]) ).

thf(93,plain,
    ! [SV19: $i,SV14: $i,SV6: $i] :
      ( ( ( product @ SV6 @ SV14 @ SV19 )
        = $false )
      | ( ( ! [SY58: $i] :
              ( ~ ( product @ SV6 @ SV14 @ SY58 )
              | ( SV19 = SY58 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[87]) ).

thf(94,plain,
    ! [SV22: $i,SV20: $i,SV15: $i,SV7: $i] :
      ( ( ( ~ ( product @ SV7 @ SV15 @ SV20 ) )
        = $true )
      | ( ( ! [SY65: $i] :
              ( ~ ( product @ SV15 @ SV22 @ SY65 )
              | ! [SY66: $i] :
                  ( ~ ( product @ SV20 @ SV22 @ SY66 )
                  | ( product @ SV7 @ SY65 @ SY66 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[88]) ).

thf(95,plain,
    ! [SV23: $i,SV21: $i,SV16: $i,SV8: $i] :
      ( ( ( ~ ( product @ SV8 @ SV16 @ SV21 ) )
        = $true )
      | ( ( ! [SY67: $i] :
              ( ~ ( product @ SV16 @ SV23 @ SY67 )
              | ! [SY68: $i] :
                  ( ~ ( product @ SV8 @ SY67 @ SY68 )
                  | ( product @ SV21 @ SV23 @ SY68 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[89]) ).

thf(96,plain,
    ! [SV10: $i,SV24: $i] :
      ( ( ( ~ ( subgroup_member @ SV24 ) )
        = $true )
      | ( ( ! [SY69: $i] :
              ( ~ ( product @ SV10 @ SV24 @ SY69 )
              | ( subgroup_member @ SY69 ) ) )
        = $true )
      | ( ( subgroup_member @ SV10 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[90]) ).

thf(97,plain,
    ! [SV19: $i,SV25: $i,SV14: $i,SV6: $i] :
      ( ( ( ~ ( product @ SV6 @ SV14 @ SV25 )
          | ( SV19 = SV25 ) )
        = $true )
      | ( ( product @ SV6 @ SV14 @ SV19 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[93]) ).

thf(98,plain,
    ! [SV22: $i,SV20: $i,SV15: $i,SV7: $i] :
      ( ( ( product @ SV7 @ SV15 @ SV20 )
        = $false )
      | ( ( ! [SY65: $i] :
              ( ~ ( product @ SV15 @ SV22 @ SY65 )
              | ! [SY66: $i] :
                  ( ~ ( product @ SV20 @ SV22 @ SY66 )
                  | ( product @ SV7 @ SY65 @ SY66 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[94]) ).

thf(99,plain,
    ! [SV23: $i,SV21: $i,SV16: $i,SV8: $i] :
      ( ( ( product @ SV8 @ SV16 @ SV21 )
        = $false )
      | ( ( ! [SY67: $i] :
              ( ~ ( product @ SV16 @ SV23 @ SY67 )
              | ! [SY68: $i] :
                  ( ~ ( product @ SV8 @ SY67 @ SY68 )
                  | ( product @ SV21 @ SV23 @ SY68 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[95]) ).

thf(100,plain,
    ! [SV10: $i,SV24: $i] :
      ( ( ( subgroup_member @ SV24 )
        = $false )
      | ( ( ! [SY69: $i] :
              ( ~ ( product @ SV10 @ SV24 @ SY69 )
              | ( subgroup_member @ SY69 ) ) )
        = $true )
      | ( ( subgroup_member @ SV10 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[96]) ).

thf(101,plain,
    ! [SV19: $i,SV25: $i,SV14: $i,SV6: $i] :
      ( ( ( ~ ( product @ SV6 @ SV14 @ SV25 ) )
        = $true )
      | ( ( SV19 = SV25 )
        = $true )
      | ( ( product @ SV6 @ SV14 @ SV19 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[97]) ).

thf(102,plain,
    ! [SV7: $i,SV20: $i,SV26: $i,SV22: $i,SV15: $i] :
      ( ( ( ~ ( product @ SV15 @ SV22 @ SV26 )
          | ! [SY70: $i] :
              ( ~ ( product @ SV20 @ SV22 @ SY70 )
              | ( product @ SV7 @ SV26 @ SY70 ) ) )
        = $true )
      | ( ( product @ SV7 @ SV15 @ SV20 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[98]) ).

thf(103,plain,
    ! [SV21: $i,SV8: $i,SV27: $i,SV23: $i,SV16: $i] :
      ( ( ( ~ ( product @ SV16 @ SV23 @ SV27 )
          | ! [SY71: $i] :
              ( ~ ( product @ SV8 @ SV27 @ SY71 )
              | ( product @ SV21 @ SV23 @ SY71 ) ) )
        = $true )
      | ( ( product @ SV8 @ SV16 @ SV21 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[99]) ).

thf(104,plain,
    ! [SV28: $i,SV24: $i,SV10: $i] :
      ( ( ( ~ ( product @ SV10 @ SV24 @ SV28 )
          | ( subgroup_member @ SV28 ) )
        = $true )
      | ( ( subgroup_member @ SV24 )
        = $false )
      | ( ( subgroup_member @ SV10 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[100]) ).

thf(105,plain,
    ! [SV19: $i,SV25: $i,SV14: $i,SV6: $i] :
      ( ( ( product @ SV6 @ SV14 @ SV25 )
        = $false )
      | ( ( SV19 = SV25 )
        = $true )
      | ( ( product @ SV6 @ SV14 @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[101]) ).

thf(106,plain,
    ! [SV7: $i,SV20: $i,SV26: $i,SV22: $i,SV15: $i] :
      ( ( ( ~ ( product @ SV15 @ SV22 @ SV26 ) )
        = $true )
      | ( ( ! [SY70: $i] :
              ( ~ ( product @ SV20 @ SV22 @ SY70 )
              | ( product @ SV7 @ SV26 @ SY70 ) ) )
        = $true )
      | ( ( product @ SV7 @ SV15 @ SV20 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[102]) ).

thf(107,plain,
    ! [SV21: $i,SV8: $i,SV27: $i,SV23: $i,SV16: $i] :
      ( ( ( ~ ( product @ SV16 @ SV23 @ SV27 ) )
        = $true )
      | ( ( ! [SY71: $i] :
              ( ~ ( product @ SV8 @ SV27 @ SY71 )
              | ( product @ SV21 @ SV23 @ SY71 ) ) )
        = $true )
      | ( ( product @ SV8 @ SV16 @ SV21 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[103]) ).

thf(108,plain,
    ! [SV28: $i,SV24: $i,SV10: $i] :
      ( ( ( ~ ( product @ SV10 @ SV24 @ SV28 ) )
        = $true )
      | ( ( subgroup_member @ SV28 )
        = $true )
      | ( ( subgroup_member @ SV24 )
        = $false )
      | ( ( subgroup_member @ SV10 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[104]) ).

thf(109,plain,
    ! [SV7: $i,SV20: $i,SV26: $i,SV22: $i,SV15: $i] :
      ( ( ( product @ SV15 @ SV22 @ SV26 )
        = $false )
      | ( ( ! [SY70: $i] :
              ( ~ ( product @ SV20 @ SV22 @ SY70 )
              | ( product @ SV7 @ SV26 @ SY70 ) ) )
        = $true )
      | ( ( product @ SV7 @ SV15 @ SV20 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[106]) ).

thf(110,plain,
    ! [SV21: $i,SV8: $i,SV27: $i,SV23: $i,SV16: $i] :
      ( ( ( product @ SV16 @ SV23 @ SV27 )
        = $false )
      | ( ( ! [SY71: $i] :
              ( ~ ( product @ SV8 @ SV27 @ SY71 )
              | ( product @ SV21 @ SV23 @ SY71 ) ) )
        = $true )
      | ( ( product @ SV8 @ SV16 @ SV21 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[107]) ).

thf(111,plain,
    ! [SV28: $i,SV24: $i,SV10: $i] :
      ( ( ( product @ SV10 @ SV24 @ SV28 )
        = $false )
      | ( ( subgroup_member @ SV28 )
        = $true )
      | ( ( subgroup_member @ SV24 )
        = $false )
      | ( ( subgroup_member @ SV10 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[108]) ).

thf(112,plain,
    ! [SV15: $i,SV26: $i,SV7: $i,SV29: $i,SV22: $i,SV20: $i] :
      ( ( ( ~ ( product @ SV20 @ SV22 @ SV29 )
          | ( product @ SV7 @ SV26 @ SV29 ) )
        = $true )
      | ( ( product @ SV15 @ SV22 @ SV26 )
        = $false )
      | ( ( product @ SV7 @ SV15 @ SV20 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[109]) ).

thf(113,plain,
    ! [SV16: $i,SV23: $i,SV21: $i,SV30: $i,SV27: $i,SV8: $i] :
      ( ( ( ~ ( product @ SV8 @ SV27 @ SV30 )
          | ( product @ SV21 @ SV23 @ SV30 ) )
        = $true )
      | ( ( product @ SV16 @ SV23 @ SV27 )
        = $false )
      | ( ( product @ SV8 @ SV16 @ SV21 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[110]) ).

thf(114,plain,
    ! [SV15: $i,SV26: $i,SV7: $i,SV29: $i,SV22: $i,SV20: $i] :
      ( ( ( ~ ( product @ SV20 @ SV22 @ SV29 ) )
        = $true )
      | ( ( product @ SV7 @ SV26 @ SV29 )
        = $true )
      | ( ( product @ SV15 @ SV22 @ SV26 )
        = $false )
      | ( ( product @ SV7 @ SV15 @ SV20 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[112]) ).

thf(115,plain,
    ! [SV16: $i,SV23: $i,SV21: $i,SV30: $i,SV27: $i,SV8: $i] :
      ( ( ( ~ ( product @ SV8 @ SV27 @ SV30 ) )
        = $true )
      | ( ( product @ SV21 @ SV23 @ SV30 )
        = $true )
      | ( ( product @ SV16 @ SV23 @ SV27 )
        = $false )
      | ( ( product @ SV8 @ SV16 @ SV21 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[113]) ).

thf(116,plain,
    ! [SV15: $i,SV26: $i,SV7: $i,SV29: $i,SV22: $i,SV20: $i] :
      ( ( ( product @ SV20 @ SV22 @ SV29 )
        = $false )
      | ( ( product @ SV7 @ SV26 @ SV29 )
        = $true )
      | ( ( product @ SV15 @ SV22 @ SV26 )
        = $false )
      | ( ( product @ SV7 @ SV15 @ SV20 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[114]) ).

thf(117,plain,
    ! [SV16: $i,SV23: $i,SV21: $i,SV30: $i,SV27: $i,SV8: $i] :
      ( ( ( product @ SV8 @ SV27 @ SV30 )
        = $false )
      | ( ( product @ SV21 @ SV23 @ SV30 )
        = $true )
      | ( ( product @ SV16 @ SV23 @ SV27 )
        = $false )
      | ( ( product @ SV8 @ SV16 @ SV21 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[115]) ).

thf(118,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[41,117,116,111,105,92,91,83,72,71,62,61,60,59,58,43,42]) ).

thf(119,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[118]) ).

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