TSTP Solution File: GRP610-1 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : GRP610-1 : TPTP v8.1.2. Released v2.6.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %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  : 300s
% DateTime : Tue Aug 22 10:41:38 EDT 2023

% Result   : Unsatisfiable 5.42s 2.47s
% Output   : CNFRefutation 5.42s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   21
%            Number of leaves      :    8
% Syntax   : Number of formulae    :   50 (  45 unt;   5 typ;   0 def)
%            Number of atoms       :   45 (  44 equ)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    3 (   3   ~;   0   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    5 (   3 avg)
%            Maximal term depth    :    7 (   2 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    5 (   3   >;   2   *;   0   +;   0  <<)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    5 (   5 usr;   2 con; 0-2 aty)
%            Number of variables   :  107 (; 107   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ multiply > double_divide > #nlpp > inverse > b2 > a2

%Foreground sorts:

%Background operators:

%Foreground operators:
tff(b2,type,
    b2: $i ).

tff(inverse,type,
    inverse: $i > $i ).

tff(double_divide,type,
    double_divide: ( $i * $i ) > $i ).

tff(multiply,type,
    multiply: ( $i * $i ) > $i ).

tff(a2,type,
    a2: $i ).

tff(f_25,axiom,
    ! [A,B] : ( multiply(A,B) = inverse(double_divide(B,A)) ),
    file(unknown,unknown) ).

tff(f_23,axiom,
    ! [A,B,C] : ( inverse(double_divide(inverse(double_divide(inverse(double_divide(A,B)),C)),double_divide(A,C))) = B ),
    file(unknown,unknown) ).

tff(f_27,axiom,
    multiply(multiply(inverse(b2),b2),a2) != a2,
    file(unknown,unknown) ).

tff(c_4,plain,
    ! [B_5,A_4] : ( inverse(double_divide(B_5,A_4)) = multiply(A_4,B_5) ),
    inference(cnfTransformation,[status(thm)],[f_25]) ).

tff(c_2,plain,
    ! [A_1,B_2,C_3] : ( inverse(double_divide(inverse(double_divide(inverse(double_divide(A_1,B_2)),C_3)),double_divide(A_1,C_3))) = B_2 ),
    inference(cnfTransformation,[status(thm)],[f_23]) ).

tff(c_17,plain,
    ! [A_8,C_9,B_10] : ( multiply(double_divide(A_8,C_9),multiply(C_9,multiply(B_10,A_8))) = B_10 ),
    inference(demodulation,[status(thm),theory(equality)],[c_4,c_4,c_4,c_2]) ).

tff(c_7,plain,
    ! [A_1,C_3,B_2] : ( multiply(double_divide(A_1,C_3),multiply(C_3,multiply(B_2,A_1))) = B_2 ),
    inference(demodulation,[status(thm),theory(equality)],[c_4,c_4,c_4,c_2]) ).

tff(c_64,plain,
    ! [C_14,B_15,A_16,C_17] : ( multiply(double_divide(multiply(C_14,multiply(B_15,A_16)),C_17),multiply(C_17,B_15)) = double_divide(A_16,C_14) ),
    inference(superposition,[status(thm),theory(equality)],[c_17,c_7]) ).

tff(c_23,plain,
    ! [B_10,A_8,C_9] : ( multiply(double_divide(multiply(B_10,A_8),double_divide(A_8,C_9)),B_10) = C_9 ),
    inference(superposition,[status(thm),theory(equality)],[c_17,c_7]) ).

tff(c_83,plain,
    ! [A_16,B_15,C_9] : ( double_divide(A_16,multiply(double_divide(multiply(B_15,A_16),C_9),B_15)) = C_9 ),
    inference(superposition,[status(thm),theory(equality)],[c_64,c_23]) ).

tff(c_20,plain,
    ! [C_9,B_10,A_8,C_3] : ( multiply(double_divide(multiply(C_9,multiply(B_10,A_8)),C_3),multiply(C_3,B_10)) = double_divide(A_8,C_9) ),
    inference(superposition,[status(thm),theory(equality)],[c_17,c_7]) ).

tff(c_127,plain,
    ! [A_18,B_19,C_20] : ( double_divide(A_18,multiply(double_divide(multiply(B_19,A_18),C_20),B_19)) = C_20 ),
    inference(superposition,[status(thm),theory(equality)],[c_64,c_23]) ).

tff(c_175,plain,
    ! [B_21,A_22,C_23] : ( double_divide(multiply(B_21,A_22),double_divide(A_22,multiply(C_23,B_21))) = C_23 ),
    inference(superposition,[status(thm),theory(equality)],[c_20,c_127]) ).

tff(c_296,plain,
    ! [A_27,C_28,B_29] : ( multiply(double_divide(A_27,multiply(C_28,B_29)),multiply(B_29,A_27)) = inverse(C_28) ),
    inference(superposition,[status(thm),theory(equality)],[c_175,c_4]) ).

tff(c_335,plain,
    ! [A_27,C_28,B_29] : ( multiply(double_divide(A_27,double_divide(A_27,multiply(C_28,B_29))),inverse(C_28)) = B_29 ),
    inference(superposition,[status(thm),theory(equality)],[c_296,c_7]) ).

tff(c_380,plain,
    ! [A_30,C_31,B_32] : ( multiply(double_divide(A_30,double_divide(A_30,multiply(C_31,B_32))),inverse(C_31)) = B_32 ),
    inference(superposition,[status(thm),theory(equality)],[c_296,c_7]) ).

tff(c_461,plain,
    ! [C_33,A_34,B_35] : ( double_divide(multiply(inverse(C_33),A_34),multiply(C_33,B_35)) = double_divide(A_34,B_35) ),
    inference(superposition,[status(thm),theory(equality)],[c_380,c_83]) ).

tff(c_596,plain,
    ! [A_39,B_40,C_41] : ( double_divide(A_39,multiply(double_divide(A_39,B_40),inverse(C_41))) = multiply(C_41,B_40) ),
    inference(superposition,[status(thm),theory(equality)],[c_461,c_83]) ).

tff(c_669,plain,
    ! [C_42,A_43,B_44] : ( multiply(C_42,double_divide(A_43,multiply(C_42,B_44))) = double_divide(A_43,B_44) ),
    inference(superposition,[status(thm),theory(equality)],[c_335,c_596]) ).

tff(c_755,plain,
    ! [B_45,A_46,C_47] : ( multiply(double_divide(multiply(B_45,A_46),C_47),C_47) = double_divide(A_46,B_45) ),
    inference(superposition,[status(thm),theory(equality)],[c_83,c_669]) ).

tff(c_988,plain,
    ! [A_51,C_52] : ( double_divide(A_51,double_divide(A_51,C_52)) = C_52 ),
    inference(superposition,[status(thm),theory(equality)],[c_755,c_23]) ).

tff(c_1028,plain,
    ! [A_51,C_52] : ( multiply(double_divide(A_51,C_52),A_51) = inverse(C_52) ),
    inference(superposition,[status(thm),theory(equality)],[c_988,c_4]) ).

tff(c_38,plain,
    ! [B_11,A_12,C_13] : ( multiply(double_divide(multiply(B_11,A_12),double_divide(A_12,C_13)),B_11) = C_13 ),
    inference(superposition,[status(thm),theory(equality)],[c_17,c_7]) ).

tff(c_3660,plain,
    ! [B_94,C_95,A_96,C_97] : ( multiply(double_divide(B_94,double_divide(multiply(C_95,multiply(B_94,A_96)),C_97)),double_divide(A_96,C_95)) = C_97 ),
    inference(superposition,[status(thm),theory(equality)],[c_7,c_38]) ).

tff(c_3849,plain,
    ! [C_95,A_96,C_97] : ( inverse(double_divide(multiply(C_95,multiply(double_divide(A_96,C_95),A_96)),C_97)) = C_97 ),
    inference(superposition,[status(thm),theory(equality)],[c_1028,c_3660]) ).

tff(c_3934,plain,
    ! [C_97,C_95] : ( multiply(C_97,multiply(C_95,inverse(C_95))) = C_97 ),
    inference(demodulation,[status(thm),theory(equality)],[c_4,c_1028,c_3849]) ).

tff(c_161,plain,
    ! [B_10,A_8,C_3] : ( double_divide(multiply(B_10,A_8),double_divide(A_8,multiply(C_3,B_10))) = C_3 ),
    inference(superposition,[status(thm),theory(equality)],[c_20,c_127]) ).

tff(c_197,plain,
    ! [A_22,C_23,B_21] : ( multiply(double_divide(A_22,multiply(C_23,B_21)),multiply(B_21,A_22)) = inverse(C_23) ),
    inference(superposition,[status(thm),theory(equality)],[c_175,c_4]) ).

tff(c_1058,plain,
    ! [B_53,A_54] : ( inverse(multiply(B_53,A_54)) = double_divide(A_54,B_53) ),
    inference(superposition,[status(thm),theory(equality)],[c_755,c_197]) ).

tff(c_1082,plain,
    ! [B_21,A_22,C_23] : ( double_divide(multiply(B_21,A_22),double_divide(A_22,multiply(C_23,B_21))) = inverse(inverse(C_23)) ),
    inference(superposition,[status(thm),theory(equality)],[c_197,c_1058]) ).

tff(c_1099,plain,
    ! [C_23] : ( inverse(inverse(C_23)) = C_23 ),
    inference(demodulation,[status(thm),theory(equality)],[c_161,c_1082]) ).

tff(c_788,plain,
    ! [B_45,A_46] : ( inverse(multiply(B_45,A_46)) = double_divide(A_46,B_45) ),
    inference(superposition,[status(thm),theory(equality)],[c_755,c_197]) ).

tff(c_825,plain,
    ! [A_46,C_9] : ( double_divide(A_46,double_divide(A_46,C_9)) = C_9 ),
    inference(superposition,[status(thm),theory(equality)],[c_755,c_23]) ).

tff(c_987,plain,
    ! [C_28,B_29] : ( multiply(multiply(C_28,B_29),inverse(C_28)) = B_29 ),
    inference(demodulation,[status(thm),theory(equality)],[c_825,c_335]) ).

tff(c_1268,plain,
    ! [C_60,B_61] : ( multiply(multiply(C_60,B_61),inverse(C_60)) = B_61 ),
    inference(demodulation,[status(thm),theory(equality)],[c_825,c_335]) ).

tff(c_1322,plain,
    ! [B_29,C_28] : ( multiply(B_29,inverse(multiply(C_28,B_29))) = inverse(C_28) ),
    inference(superposition,[status(thm),theory(equality)],[c_987,c_1268]) ).

tff(c_1601,plain,
    ! [B_66,C_67] : ( multiply(B_66,double_divide(B_66,C_67)) = inverse(C_67) ),
    inference(demodulation,[status(thm),theory(equality)],[c_788,c_1322]) ).

tff(c_1613,plain,
    ! [B_66,C_67] : ( double_divide(double_divide(B_66,C_67),B_66) = inverse(inverse(C_67)) ),
    inference(superposition,[status(thm),theory(equality)],[c_1601,c_788]) ).

tff(c_1691,plain,
    ! [B_66,C_67] : ( double_divide(double_divide(B_66,C_67),B_66) = C_67 ),
    inference(demodulation,[status(thm),theory(equality)],[c_1099,c_1613]) ).

tff(c_1696,plain,
    ! [B_68,C_69] : ( double_divide(double_divide(B_68,C_69),B_68) = C_69 ),
    inference(demodulation,[status(thm),theory(equality)],[c_1099,c_1613]) ).

tff(c_2347,plain,
    ! [C_76,B_77] : ( double_divide(C_76,double_divide(B_77,C_76)) = B_77 ),
    inference(superposition,[status(thm),theory(equality)],[c_1691,c_1696]) ).

tff(c_2429,plain,
    ! [B_77,B_10] : ( multiply(B_77,B_10) = multiply(B_10,B_77) ),
    inference(superposition,[status(thm),theory(equality)],[c_2347,c_23]) ).

tff(c_6,plain,
    multiply(multiply(inverse(b2),b2),a2) != a2,
    inference(cnfTransformation,[status(thm)],[f_27]) ).

tff(c_2721,plain,
    multiply(a2,multiply(b2,inverse(b2))) != a2,
    inference(demodulation,[status(thm),theory(equality)],[c_2429,c_2429,c_6]) ).

tff(c_4491,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_3934,c_2721]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : GRP610-1 : TPTP v8.1.2. Released v2.6.0.
% 0.00/0.15  % Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s
% 0.14/0.36  % Computer : n012.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 300
% 0.14/0.36  % DateTime : Thu Aug  3 21:51:37 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 5.42/2.47  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 5.42/2.48  
% 5.42/2.48  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 5.42/2.51  
% 5.42/2.51  Inference rules
% 5.42/2.51  ----------------------
% 5.42/2.51  #Ref     : 0
% 5.42/2.51  #Sup     : 1280
% 5.42/2.51  #Fact    : 0
% 5.42/2.51  #Define  : 0
% 5.42/2.51  #Split   : 0
% 5.42/2.51  #Chain   : 0
% 5.42/2.51  #Close   : 0
% 5.42/2.51  
% 5.42/2.51  Ordering : KBO
% 5.42/2.51  
% 5.42/2.51  Simplification rules
% 5.42/2.51  ----------------------
% 5.42/2.51  #Subsume      : 9
% 5.42/2.51  #Demod        : 332
% 5.42/2.51  #Tautology    : 236
% 5.42/2.51  #SimpNegUnit  : 0
% 5.42/2.51  #BackRed      : 6
% 5.42/2.51  
% 5.42/2.51  #Partial instantiations: 0
% 5.42/2.51  #Strategies tried      : 1
% 5.42/2.51  
% 5.42/2.51  Timing (in seconds)
% 5.42/2.51  ----------------------
% 5.42/2.51  Preprocessing        : 0.40
% 5.42/2.51  Parsing              : 0.21
% 5.42/2.51  CNF conversion       : 0.02
% 5.42/2.51  Main loop            : 1.00
% 5.42/2.52  Inferencing          : 0.39
% 5.42/2.52  Reduction            : 0.33
% 5.42/2.52  Demodulation         : 0.27
% 5.42/2.52  BG Simplification    : 0.06
% 5.42/2.52  Subsumption          : 0.15
% 5.42/2.52  Abstraction          : 0.07
% 5.42/2.52  MUC search           : 0.00
% 5.42/2.52  Cooper               : 0.00
% 5.42/2.52  Total                : 1.45
% 5.42/2.52  Index Insertion      : 0.00
% 5.42/2.52  Index Deletion       : 0.00
% 5.42/2.52  Index Matching       : 0.00
% 5.42/2.52  BG Taut test         : 0.00
%------------------------------------------------------------------------------