TSTP Solution File: GRP036-3 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : GRP036-3 : 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 : n005.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:34 EDT 2022

% Result   : Unsatisfiable 0.22s 0.46s
% Output   : CNFRefutation 0.22s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   17
%            Number of leaves      :   24
% Syntax   : Number of formulae    :  131 (  76 unt;   7 typ;   0 def)
%            Number of atoms       :  649 ( 185 equ;   0 cnn)
%            Maximal formula atoms :    4 (   5 avg)
%            Number of connectives : 1095 ( 149   ~; 189   |;   0   &; 757   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    8 (   8   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   10 (   7 usr;   4 con; 0-3 aty)
%            Number of variables   :  335 (   0   ^ 335   !;   0   ?; 335   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_another_identity,type,
    another_identity: $i ).

thf(tp_another_inverse,type,
    another_inverse: $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,C: $i] :
      ( ~ ( subgroup_member @ A )
      | ~ ( subgroup_member @ B )
      | ~ ( product @ A @ ( inverse @ B ) @ C )
      | ( subgroup_member @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',closure_of_product_and_inverse) ).

thf(2,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(3,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(4,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(5,axiom,
    ! [X: $i,Y: $i] : ( product @ X @ Y @ ( multiply @ X @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',total_function1) ).

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

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

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

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

thf(10,axiom,
    subgroup_member @ another_identity,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',another_identity_in_subgroup) ).

thf(11,axiom,
    ! [A: $i] :
      ( ~ ( subgroup_member @ A )
      | ( subgroup_member @ ( another_inverse @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',another_inverse_in_subgroup) ).

thf(12,axiom,
    ! [A: $i] :
      ( ~ ( subgroup_member @ A )
      | ( product @ ( another_inverse @ A ) @ A @ another_identity ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',another_left_inverse) ).

thf(13,axiom,
    ! [A: $i] :
      ( ~ ( subgroup_member @ A )
      | ( product @ A @ ( another_inverse @ A ) @ another_identity ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',another_right_inverse) ).

thf(14,axiom,
    ! [A: $i] :
      ( ~ ( subgroup_member @ A )
      | ( product @ A @ another_identity @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',another_right_identity) ).

thf(15,axiom,
    ! [A: $i] :
      ( ~ ( subgroup_member @ A )
      | ( product @ another_identity @ A @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',another_left_identity) ).

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

thf(17,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[16]) ).

thf(18,negated_conjecture,
    identity != another_identity,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_identity_equals_another_identity) ).

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

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

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

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

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

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

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

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

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

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

thf(29,plain,
    ( ( subgroup_member @ another_identity )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(30,plain,
    ( ( ! [A: $i] :
          ( ~ ( subgroup_member @ A )
          | ( subgroup_member @ ( another_inverse @ A ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(31,plain,
    ( ( ! [A: $i] :
          ( ~ ( subgroup_member @ A )
          | ( product @ ( another_inverse @ A ) @ A @ another_identity ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(32,plain,
    ( ( ! [A: $i] :
          ( ~ ( subgroup_member @ A )
          | ( product @ A @ ( another_inverse @ A ) @ another_identity ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(33,plain,
    ( ( ! [A: $i] :
          ( ~ ( subgroup_member @ A )
          | ( product @ A @ another_identity @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(34,plain,
    ( ( ! [A: $i] :
          ( ~ ( subgroup_member @ A )
          | ( product @ another_identity @ A @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

thf(35,plain,
    ( ( ( identity != another_identity ) )
    = $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 @ ( inverse @ B ) @ C )
                  | ( subgroup_member @ C ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[20]) ).

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)],[21]) ).

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)],[22]) ).

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)],[23]) ).

thf(41,plain,
    ( ( ( identity != another_identity ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[35]) ).

thf(42,plain,
    ( ( ( identity != another_identity ) )
    = $true ),
    inference(copy,[status(thm)],[41]) ).

thf(43,plain,
    ( ( ! [A: $i] :
          ( ~ ( subgroup_member @ A )
          | ( product @ another_identity @ A @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[34]) ).

thf(44,plain,
    ( ( ! [A: $i] :
          ( ~ ( subgroup_member @ A )
          | ( product @ A @ another_identity @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[33]) ).

thf(45,plain,
    ( ( ! [A: $i] :
          ( ~ ( subgroup_member @ A )
          | ( product @ A @ ( another_inverse @ A ) @ another_identity ) ) )
    = $true ),
    inference(copy,[status(thm)],[32]) ).

thf(46,plain,
    ( ( ! [A: $i] :
          ( ~ ( subgroup_member @ A )
          | ( product @ ( another_inverse @ A ) @ A @ another_identity ) ) )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(47,plain,
    ( ( ! [A: $i] :
          ( ~ ( subgroup_member @ A )
          | ( subgroup_member @ ( another_inverse @ A ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[30]) ).

thf(48,plain,
    ( ( subgroup_member @ another_identity )
    = $true ),
    inference(copy,[status(thm)],[29]) ).

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

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

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

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

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

thf(54,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(55,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(56,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(57,plain,
    ( ( ! [A: $i] :
          ( ~ ( subgroup_member @ A )
          | ! [B: $i] :
              ( ~ ( subgroup_member @ B )
              | ! [C: $i] :
                  ( ~ ( product @ A @ ( inverse @ B ) @ C )
                  | ( subgroup_member @ C ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[37]) ).

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

thf(59,plain,
    ( ( identity = another_identity )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[42]) ).

thf(60,plain,
    ! [SV1: $i] :
      ( ( ~ ( subgroup_member @ SV1 )
        | ( product @ another_identity @ SV1 @ SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[43]) ).

thf(61,plain,
    ! [SV2: $i] :
      ( ( ~ ( subgroup_member @ SV2 )
        | ( product @ SV2 @ another_identity @ SV2 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[44]) ).

thf(62,plain,
    ! [SV3: $i] :
      ( ( ~ ( subgroup_member @ SV3 )
        | ( product @ SV3 @ ( another_inverse @ SV3 ) @ another_identity ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[45]) ).

thf(63,plain,
    ! [SV4: $i] :
      ( ( ~ ( subgroup_member @ SV4 )
        | ( product @ ( another_inverse @ SV4 ) @ SV4 @ another_identity ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[46]) ).

thf(64,plain,
    ! [SV5: $i] :
      ( ( ~ ( subgroup_member @ SV5 )
        | ( subgroup_member @ ( another_inverse @ SV5 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[47]) ).

thf(65,plain,
    ! [SV6: $i] :
      ( ( product @ identity @ SV6 @ SV6 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[49]) ).

thf(66,plain,
    ! [SV7: $i] :
      ( ( product @ SV7 @ identity @ SV7 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[50]) ).

thf(67,plain,
    ! [SV8: $i] :
      ( ( product @ ( inverse @ SV8 ) @ SV8 @ identity )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[51]) ).

thf(68,plain,
    ! [SV9: $i] :
      ( ( product @ SV9 @ ( inverse @ SV9 ) @ identity )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[52]) ).

thf(69,plain,
    ! [SV10: $i] :
      ( ( ! [SY30: $i] : ( product @ SV10 @ SY30 @ ( multiply @ SV10 @ SY30 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[53]) ).

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

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

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

thf(73,plain,
    ! [SV14: $i] :
      ( ( ~ ( subgroup_member @ SV14 )
        | ! [SY44: $i] :
            ( ~ ( subgroup_member @ SY44 )
            | ! [SY45: $i] :
                ( ~ ( product @ SV14 @ ( inverse @ SY44 ) @ SY45 )
                | ( subgroup_member @ SY45 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[57]) ).

thf(74,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[58]) ).

thf(75,plain,
    ! [SV1: $i] :
      ( ( ( ~ ( subgroup_member @ SV1 ) )
        = $true )
      | ( ( product @ another_identity @ SV1 @ SV1 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[60]) ).

thf(76,plain,
    ! [SV2: $i] :
      ( ( ( ~ ( subgroup_member @ SV2 ) )
        = $true )
      | ( ( product @ SV2 @ another_identity @ SV2 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[61]) ).

thf(77,plain,
    ! [SV3: $i] :
      ( ( ( ~ ( subgroup_member @ SV3 ) )
        = $true )
      | ( ( product @ SV3 @ ( another_inverse @ SV3 ) @ another_identity )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[62]) ).

thf(78,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( subgroup_member @ SV4 ) )
        = $true )
      | ( ( product @ ( another_inverse @ SV4 ) @ SV4 @ another_identity )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[63]) ).

thf(79,plain,
    ! [SV5: $i] :
      ( ( ( ~ ( subgroup_member @ SV5 ) )
        = $true )
      | ( ( subgroup_member @ ( another_inverse @ SV5 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[64]) ).

thf(80,plain,
    ! [SV15: $i,SV10: $i] :
      ( ( product @ SV10 @ SV15 @ ( multiply @ SV10 @ SV15 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[69]) ).

thf(81,plain,
    ! [SV16: $i,SV11: $i] :
      ( ( ! [SY46: $i] :
            ( ~ ( product @ SV11 @ SV16 @ SY46 )
            | ! [SY47: $i] :
                ( ~ ( product @ SV11 @ SV16 @ SY47 )
                | ( SY46 = SY47 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

thf(82,plain,
    ! [SV17: $i,SV12: $i] :
      ( ( ! [SY48: $i,SY49: $i] :
            ( ~ ( product @ SV12 @ SV17 @ SY48 )
            | ! [SY50: $i] :
                ( ~ ( product @ SV17 @ SY49 @ SY50 )
                | ! [SY38: $i] :
                    ( ~ ( product @ SY48 @ SY49 @ SY38 )
                    | ( product @ SV12 @ SY50 @ SY38 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[71]) ).

thf(83,plain,
    ! [SV18: $i,SV13: $i] :
      ( ( ! [SY52: $i,SY53: $i] :
            ( ~ ( product @ SV13 @ SV18 @ SY52 )
            | ! [SY54: $i] :
                ( ~ ( product @ SV18 @ SY53 @ SY54 )
                | ! [SY43: $i] :
                    ( ~ ( product @ SV13 @ SY54 @ SY43 )
                    | ( product @ SY52 @ SY53 @ SY43 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[72]) ).

thf(84,plain,
    ! [SV14: $i] :
      ( ( ( ~ ( subgroup_member @ SV14 ) )
        = $true )
      | ( ( ! [SY44: $i] :
              ( ~ ( subgroup_member @ SY44 )
              | ! [SY45: $i] :
                  ( ~ ( product @ SV14 @ ( inverse @ SY44 ) @ SY45 )
                  | ( subgroup_member @ SY45 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[73]) ).

thf(85,plain,
    ! [SV1: $i] :
      ( ( ( subgroup_member @ SV1 )
        = $false )
      | ( ( product @ another_identity @ SV1 @ SV1 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[75]) ).

thf(86,plain,
    ! [SV2: $i] :
      ( ( ( subgroup_member @ SV2 )
        = $false )
      | ( ( product @ SV2 @ another_identity @ SV2 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[76]) ).

thf(87,plain,
    ! [SV3: $i] :
      ( ( ( subgroup_member @ SV3 )
        = $false )
      | ( ( product @ SV3 @ ( another_inverse @ SV3 ) @ another_identity )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[77]) ).

thf(88,plain,
    ! [SV4: $i] :
      ( ( ( subgroup_member @ SV4 )
        = $false )
      | ( ( product @ ( another_inverse @ SV4 ) @ SV4 @ another_identity )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[78]) ).

thf(89,plain,
    ! [SV5: $i] :
      ( ( ( subgroup_member @ SV5 )
        = $false )
      | ( ( subgroup_member @ ( another_inverse @ SV5 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[79]) ).

thf(90,plain,
    ! [SV19: $i,SV16: $i,SV11: $i] :
      ( ( ~ ( product @ SV11 @ SV16 @ SV19 )
        | ! [SY56: $i] :
            ( ~ ( product @ SV11 @ SV16 @ SY56 )
            | ( SV19 = SY56 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[81]) ).

thf(91,plain,
    ! [SV20: $i,SV17: $i,SV12: $i] :
      ( ( ! [SY57: $i] :
            ( ~ ( product @ SV12 @ SV17 @ SV20 )
            | ! [SY58: $i] :
                ( ~ ( product @ SV17 @ SY57 @ SY58 )
                | ! [SY59: $i] :
                    ( ~ ( product @ SV20 @ SY57 @ SY59 )
                    | ( product @ SV12 @ SY58 @ SY59 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[82]) ).

thf(92,plain,
    ! [SV21: $i,SV18: $i,SV13: $i] :
      ( ( ! [SY60: $i] :
            ( ~ ( product @ SV13 @ SV18 @ SV21 )
            | ! [SY61: $i] :
                ( ~ ( product @ SV18 @ SY60 @ SY61 )
                | ! [SY62: $i] :
                    ( ~ ( product @ SV13 @ SY61 @ SY62 )
                    | ( product @ SV21 @ SY60 @ SY62 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[83]) ).

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

thf(94,plain,
    ! [SV19: $i,SV16: $i,SV11: $i] :
      ( ( ( ~ ( product @ SV11 @ SV16 @ SV19 ) )
        = $true )
      | ( ( ! [SY56: $i] :
              ( ~ ( product @ SV11 @ SV16 @ SY56 )
              | ( SV19 = SY56 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[90]) ).

thf(95,plain,
    ! [SV22: $i,SV20: $i,SV17: $i,SV12: $i] :
      ( ( ~ ( product @ SV12 @ SV17 @ SV20 )
        | ! [SY63: $i] :
            ( ~ ( product @ SV17 @ SV22 @ SY63 )
            | ! [SY64: $i] :
                ( ~ ( product @ SV20 @ SV22 @ SY64 )
                | ( product @ SV12 @ SY63 @ SY64 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[91]) ).

thf(96,plain,
    ! [SV23: $i,SV21: $i,SV18: $i,SV13: $i] :
      ( ( ~ ( product @ SV13 @ SV18 @ SV21 )
        | ! [SY65: $i] :
            ( ~ ( product @ SV18 @ SV23 @ SY65 )
            | ! [SY66: $i] :
                ( ~ ( product @ SV13 @ SY65 @ SY66 )
                | ( product @ SV21 @ SV23 @ SY66 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[92]) ).

thf(97,plain,
    ! [SV14: $i,SV24: $i] :
      ( ( ( ~ ( subgroup_member @ SV24 )
          | ! [SY67: $i] :
              ( ~ ( product @ SV14 @ ( inverse @ SV24 ) @ SY67 )
              | ( subgroup_member @ SY67 ) ) )
        = $true )
      | ( ( subgroup_member @ SV14 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[93]) ).

thf(98,plain,
    ! [SV19: $i,SV16: $i,SV11: $i] :
      ( ( ( product @ SV11 @ SV16 @ SV19 )
        = $false )
      | ( ( ! [SY56: $i] :
              ( ~ ( product @ SV11 @ SV16 @ SY56 )
              | ( SV19 = SY56 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[94]) ).

thf(99,plain,
    ! [SV22: $i,SV20: $i,SV17: $i,SV12: $i] :
      ( ( ( ~ ( product @ SV12 @ SV17 @ SV20 ) )
        = $true )
      | ( ( ! [SY63: $i] :
              ( ~ ( product @ SV17 @ SV22 @ SY63 )
              | ! [SY64: $i] :
                  ( ~ ( product @ SV20 @ SV22 @ SY64 )
                  | ( product @ SV12 @ SY63 @ SY64 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[95]) ).

thf(100,plain,
    ! [SV23: $i,SV21: $i,SV18: $i,SV13: $i] :
      ( ( ( ~ ( product @ SV13 @ SV18 @ SV21 ) )
        = $true )
      | ( ( ! [SY65: $i] :
              ( ~ ( product @ SV18 @ SV23 @ SY65 )
              | ! [SY66: $i] :
                  ( ~ ( product @ SV13 @ SY65 @ SY66 )
                  | ( product @ SV21 @ SV23 @ SY66 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[96]) ).

thf(101,plain,
    ! [SV14: $i,SV24: $i] :
      ( ( ( ~ ( subgroup_member @ SV24 ) )
        = $true )
      | ( ( ! [SY67: $i] :
              ( ~ ( product @ SV14 @ ( inverse @ SV24 ) @ SY67 )
              | ( subgroup_member @ SY67 ) ) )
        = $true )
      | ( ( subgroup_member @ SV14 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[97]) ).

thf(102,plain,
    ! [SV19: $i,SV25: $i,SV16: $i,SV11: $i] :
      ( ( ( ~ ( product @ SV11 @ SV16 @ SV25 )
          | ( SV19 = SV25 ) )
        = $true )
      | ( ( product @ SV11 @ SV16 @ SV19 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[98]) ).

thf(103,plain,
    ! [SV22: $i,SV20: $i,SV17: $i,SV12: $i] :
      ( ( ( product @ SV12 @ SV17 @ SV20 )
        = $false )
      | ( ( ! [SY63: $i] :
              ( ~ ( product @ SV17 @ SV22 @ SY63 )
              | ! [SY64: $i] :
                  ( ~ ( product @ SV20 @ SV22 @ SY64 )
                  | ( product @ SV12 @ SY63 @ SY64 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[99]) ).

thf(104,plain,
    ! [SV23: $i,SV21: $i,SV18: $i,SV13: $i] :
      ( ( ( product @ SV13 @ SV18 @ SV21 )
        = $false )
      | ( ( ! [SY65: $i] :
              ( ~ ( product @ SV18 @ SV23 @ SY65 )
              | ! [SY66: $i] :
                  ( ~ ( product @ SV13 @ SY65 @ SY66 )
                  | ( product @ SV21 @ SV23 @ SY66 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[100]) ).

thf(105,plain,
    ! [SV14: $i,SV24: $i] :
      ( ( ( subgroup_member @ SV24 )
        = $false )
      | ( ( ! [SY67: $i] :
              ( ~ ( product @ SV14 @ ( inverse @ SV24 ) @ SY67 )
              | ( subgroup_member @ SY67 ) ) )
        = $true )
      | ( ( subgroup_member @ SV14 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[101]) ).

thf(106,plain,
    ! [SV19: $i,SV25: $i,SV16: $i,SV11: $i] :
      ( ( ( ~ ( product @ SV11 @ SV16 @ SV25 ) )
        = $true )
      | ( ( SV19 = SV25 )
        = $true )
      | ( ( product @ SV11 @ SV16 @ SV19 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[102]) ).

thf(107,plain,
    ! [SV12: $i,SV20: $i,SV26: $i,SV22: $i,SV17: $i] :
      ( ( ( ~ ( product @ SV17 @ SV22 @ SV26 )
          | ! [SY68: $i] :
              ( ~ ( product @ SV20 @ SV22 @ SY68 )
              | ( product @ SV12 @ SV26 @ SY68 ) ) )
        = $true )
      | ( ( product @ SV12 @ SV17 @ SV20 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[103]) ).

thf(108,plain,
    ! [SV21: $i,SV13: $i,SV27: $i,SV23: $i,SV18: $i] :
      ( ( ( ~ ( product @ SV18 @ SV23 @ SV27 )
          | ! [SY69: $i] :
              ( ~ ( product @ SV13 @ SV27 @ SY69 )
              | ( product @ SV21 @ SV23 @ SY69 ) ) )
        = $true )
      | ( ( product @ SV13 @ SV18 @ SV21 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[104]) ).

thf(109,plain,
    ! [SV28: $i,SV24: $i,SV14: $i] :
      ( ( ( ~ ( product @ SV14 @ ( inverse @ SV24 ) @ SV28 )
          | ( subgroup_member @ SV28 ) )
        = $true )
      | ( ( subgroup_member @ SV24 )
        = $false )
      | ( ( subgroup_member @ SV14 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[105]) ).

thf(110,plain,
    ! [SV19: $i,SV25: $i,SV16: $i,SV11: $i] :
      ( ( ( product @ SV11 @ SV16 @ SV25 )
        = $false )
      | ( ( SV19 = SV25 )
        = $true )
      | ( ( product @ SV11 @ SV16 @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[106]) ).

thf(111,plain,
    ! [SV12: $i,SV20: $i,SV26: $i,SV22: $i,SV17: $i] :
      ( ( ( ~ ( product @ SV17 @ SV22 @ SV26 ) )
        = $true )
      | ( ( ! [SY68: $i] :
              ( ~ ( product @ SV20 @ SV22 @ SY68 )
              | ( product @ SV12 @ SV26 @ SY68 ) ) )
        = $true )
      | ( ( product @ SV12 @ SV17 @ SV20 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[107]) ).

thf(112,plain,
    ! [SV21: $i,SV13: $i,SV27: $i,SV23: $i,SV18: $i] :
      ( ( ( ~ ( product @ SV18 @ SV23 @ SV27 ) )
        = $true )
      | ( ( ! [SY69: $i] :
              ( ~ ( product @ SV13 @ SV27 @ SY69 )
              | ( product @ SV21 @ SV23 @ SY69 ) ) )
        = $true )
      | ( ( product @ SV13 @ SV18 @ SV21 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[108]) ).

thf(113,plain,
    ! [SV28: $i,SV24: $i,SV14: $i] :
      ( ( ( ~ ( product @ SV14 @ ( inverse @ SV24 ) @ SV28 ) )
        = $true )
      | ( ( subgroup_member @ SV28 )
        = $true )
      | ( ( subgroup_member @ SV24 )
        = $false )
      | ( ( subgroup_member @ SV14 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[109]) ).

thf(114,plain,
    ! [SV12: $i,SV20: $i,SV26: $i,SV22: $i,SV17: $i] :
      ( ( ( product @ SV17 @ SV22 @ SV26 )
        = $false )
      | ( ( ! [SY68: $i] :
              ( ~ ( product @ SV20 @ SV22 @ SY68 )
              | ( product @ SV12 @ SV26 @ SY68 ) ) )
        = $true )
      | ( ( product @ SV12 @ SV17 @ SV20 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[111]) ).

thf(115,plain,
    ! [SV21: $i,SV13: $i,SV27: $i,SV23: $i,SV18: $i] :
      ( ( ( product @ SV18 @ SV23 @ SV27 )
        = $false )
      | ( ( ! [SY69: $i] :
              ( ~ ( product @ SV13 @ SV27 @ SY69 )
              | ( product @ SV21 @ SV23 @ SY69 ) ) )
        = $true )
      | ( ( product @ SV13 @ SV18 @ SV21 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[112]) ).

thf(116,plain,
    ! [SV28: $i,SV24: $i,SV14: $i] :
      ( ( ( product @ SV14 @ ( inverse @ SV24 ) @ SV28 )
        = $false )
      | ( ( subgroup_member @ SV28 )
        = $true )
      | ( ( subgroup_member @ SV24 )
        = $false )
      | ( ( subgroup_member @ SV14 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[113]) ).

thf(117,plain,
    ! [SV17: $i,SV26: $i,SV12: $i,SV29: $i,SV22: $i,SV20: $i] :
      ( ( ( ~ ( product @ SV20 @ SV22 @ SV29 )
          | ( product @ SV12 @ SV26 @ SV29 ) )
        = $true )
      | ( ( product @ SV17 @ SV22 @ SV26 )
        = $false )
      | ( ( product @ SV12 @ SV17 @ SV20 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[114]) ).

thf(118,plain,
    ! [SV18: $i,SV23: $i,SV21: $i,SV30: $i,SV27: $i,SV13: $i] :
      ( ( ( ~ ( product @ SV13 @ SV27 @ SV30 )
          | ( product @ SV21 @ SV23 @ SV30 ) )
        = $true )
      | ( ( product @ SV18 @ SV23 @ SV27 )
        = $false )
      | ( ( product @ SV13 @ SV18 @ SV21 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[115]) ).

thf(119,plain,
    ! [SV17: $i,SV26: $i,SV12: $i,SV29: $i,SV22: $i,SV20: $i] :
      ( ( ( ~ ( product @ SV20 @ SV22 @ SV29 ) )
        = $true )
      | ( ( product @ SV12 @ SV26 @ SV29 )
        = $true )
      | ( ( product @ SV17 @ SV22 @ SV26 )
        = $false )
      | ( ( product @ SV12 @ SV17 @ SV20 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[117]) ).

thf(120,plain,
    ! [SV18: $i,SV23: $i,SV21: $i,SV30: $i,SV27: $i,SV13: $i] :
      ( ( ( ~ ( product @ SV13 @ SV27 @ SV30 ) )
        = $true )
      | ( ( product @ SV21 @ SV23 @ SV30 )
        = $true )
      | ( ( product @ SV18 @ SV23 @ SV27 )
        = $false )
      | ( ( product @ SV13 @ SV18 @ SV21 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[118]) ).

thf(121,plain,
    ! [SV17: $i,SV26: $i,SV12: $i,SV29: $i,SV22: $i,SV20: $i] :
      ( ( ( product @ SV20 @ SV22 @ SV29 )
        = $false )
      | ( ( product @ SV12 @ SV26 @ SV29 )
        = $true )
      | ( ( product @ SV17 @ SV22 @ SV26 )
        = $false )
      | ( ( product @ SV12 @ SV17 @ SV20 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[119]) ).

thf(122,plain,
    ! [SV18: $i,SV23: $i,SV21: $i,SV30: $i,SV27: $i,SV13: $i] :
      ( ( ( product @ SV13 @ SV27 @ SV30 )
        = $false )
      | ( ( product @ SV21 @ SV23 @ SV30 )
        = $true )
      | ( ( product @ SV18 @ SV23 @ SV27 )
        = $false )
      | ( ( product @ SV13 @ SV18 @ SV21 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[120]) ).

thf(123,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[48,122,121,116,110,89,88,87,86,85,80,74,68,67,66,65,59]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.14  % Problem  : GRP036-3 : TPTP v8.1.0. Released v1.0.0.
% 0.15/0.15  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.15/0.37  % Computer : n005.cluster.edu
% 0.15/0.37  % Model    : x86_64 x86_64
% 0.15/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.37  % Memory   : 8042.1875MB
% 0.15/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.37  % CPULimit : 300
% 0.15/0.37  % WCLimit  : 600
% 0.15/0.37  % DateTime : Mon Jun 13 18:02:54 EDT 2022
% 0.22/0.37  % CPUTime  : 
% 0.22/0.38  
% 0.22/0.38   No.of.Axioms: 16
% 0.22/0.38  
% 0.22/0.38   Length.of.Defs: 0
% 0.22/0.38  
% 0.22/0.38   Contains.Choice.Funs: false
% 0.22/0.39  (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).......
% 0.22/0.46  
% 0.22/0.46  ********************************
% 0.22/0.46  *   All subproblems solved!    *
% 0.22/0.46  ********************************
% 0.22/0.46  % 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:123,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.22/0.47  
% 0.22/0.47  %**** Beginning of derivation protocol ****
% 0.22/0.47  % SZS output start CNFRefutation
% See solution above
% 0.22/0.47  
% 0.22/0.47  %**** End of derivation protocol ****
% 0.22/0.47  %**** no. of clauses in derivation: 124 ****
% 0.22/0.47  %**** clause counter: 123 ****
% 0.22/0.47  
% 0.22/0.47  % 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:123,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------