TSTP Solution File: GEO569+1 by Drodi---3.5.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.5.1
% Problem  : GEO569+1 : TPTP v8.1.2. Released v7.5.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n017.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 : Wed May 31 12:09:11 EDT 2023

% Result   : Theorem 0.19s 0.38s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   25
%            Number of leaves      :   13
% Syntax   : Number of formulae    :   68 (  18 unt;   0 def)
%            Number of atoms       :  159 (   0 equ)
%            Maximal formula atoms :    8 (   2 avg)
%            Number of connectives :  137 (  46   ~;  41   |;  36   &)
%                                         (   0 <=>;  14  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   17 (   7 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    7 (   6 usr;   1 prp; 0-8 aty)
%            Number of functors    :    8 (   8 usr;   8 con; 0-0 aty)
%            Number of variables   :  268 (; 252   !;  16   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f4,axiom,
    ! [A,B,C,D] :
      ( para(A,B,C,D)
     => para(A,B,D,C) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f11,axiom,
    ! [A,B,M] :
      ( midp(M,B,A)
     => midp(M,A,B) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f14,axiom,
    ! [A,B,C,D] :
      ( cyclic(A,B,C,D)
     => cyclic(A,B,D,C) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f15,axiom,
    ! [A,B,C,D] :
      ( cyclic(A,B,C,D)
     => cyclic(A,C,B,D) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f16,axiom,
    ! [A,B,C,D] :
      ( cyclic(A,B,C,D)
     => cyclic(B,A,C,D) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f17,axiom,
    ! [A,B,C,D,E] :
      ( ( cyclic(A,B,C,D)
        & cyclic(A,B,C,E) )
     => cyclic(B,C,D,E) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f19,axiom,
    ! [A,B,C,D,P,Q,U,V] :
      ( eqangle(A,B,C,D,P,Q,U,V)
     => eqangle(C,D,A,B,U,V,P,Q) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f39,axiom,
    ! [A,B,C,D,P,Q] :
      ( eqangle(A,B,P,Q,C,D,P,Q)
     => para(A,B,C,D) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f40,axiom,
    ! [A,B,C,D,P,Q] :
      ( para(A,B,C,D)
     => eqangle(A,B,P,Q,C,D,P,Q) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f43,axiom,
    ! [A,B,P,Q] :
      ( ( eqangle(P,A,P,B,Q,A,Q,B)
        & coll(P,Q,B) )
     => cyclic(A,B,P,Q) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f64,axiom,
    ! [A,B,C,D,M] :
      ( ( midp(M,A,B)
        & midp(M,C,D) )
     => para(A,C,B,D) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f67,axiom,
    ! [A,B,C] :
      ( para(A,B,A,C)
     => coll(A,B,C) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f95,conjecture,
    ! [A,B,C,O,C1,B1,P,Q] :
      ( ( circle(O,A,B,C)
        & midp(C1,B,A)
        & midp(B1,C,A)
        & coll(P,O,C1)
        & coll(P,A,C)
        & coll(Q,O,B1)
        & coll(Q,A,B) )
     => cyclic(Q,B,C,P) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f96,negated_conjecture,
    ~ ! [A,B,C,O,C1,B1,P,Q] :
        ( ( circle(O,A,B,C)
          & midp(C1,B,A)
          & midp(B1,C,A)
          & coll(P,O,C1)
          & coll(P,A,C)
          & coll(Q,O,B1)
          & coll(Q,A,B) )
       => cyclic(Q,B,C,P) ),
    inference(negated_conjecture,[status(cth)],[f95]) ).

fof(f104,plain,
    ! [A,B,C,D] :
      ( ~ para(A,B,C,D)
      | para(A,B,D,C) ),
    inference(pre_NNF_transformation,[status(esa)],[f4]) ).

fof(f105,plain,
    ! [X0,X1,X2,X3] :
      ( ~ para(X0,X1,X2,X3)
      | para(X0,X1,X3,X2) ),
    inference(cnf_transformation,[status(esa)],[f104]) ).

fof(f121,plain,
    ! [A,B,M] :
      ( ~ midp(M,B,A)
      | midp(M,A,B) ),
    inference(pre_NNF_transformation,[status(esa)],[f11]) ).

fof(f122,plain,
    ! [X0,X1,X2] :
      ( ~ midp(X0,X1,X2)
      | midp(X0,X2,X1) ),
    inference(cnf_transformation,[status(esa)],[f121]) ).

fof(f128,plain,
    ! [A,B,C,D] :
      ( ~ cyclic(A,B,C,D)
      | cyclic(A,B,D,C) ),
    inference(pre_NNF_transformation,[status(esa)],[f14]) ).

fof(f129,plain,
    ! [X0,X1,X2,X3] :
      ( ~ cyclic(X0,X1,X2,X3)
      | cyclic(X0,X1,X3,X2) ),
    inference(cnf_transformation,[status(esa)],[f128]) ).

fof(f130,plain,
    ! [A,B,C,D] :
      ( ~ cyclic(A,B,C,D)
      | cyclic(A,C,B,D) ),
    inference(pre_NNF_transformation,[status(esa)],[f15]) ).

fof(f131,plain,
    ! [X0,X1,X2,X3] :
      ( ~ cyclic(X0,X1,X2,X3)
      | cyclic(X0,X2,X1,X3) ),
    inference(cnf_transformation,[status(esa)],[f130]) ).

fof(f132,plain,
    ! [A,B,C,D] :
      ( ~ cyclic(A,B,C,D)
      | cyclic(B,A,C,D) ),
    inference(pre_NNF_transformation,[status(esa)],[f16]) ).

fof(f133,plain,
    ! [X0,X1,X2,X3] :
      ( ~ cyclic(X0,X1,X2,X3)
      | cyclic(X1,X0,X2,X3) ),
    inference(cnf_transformation,[status(esa)],[f132]) ).

fof(f134,plain,
    ! [A,B,C,D,E] :
      ( ~ cyclic(A,B,C,D)
      | ~ cyclic(A,B,C,E)
      | cyclic(B,C,D,E) ),
    inference(pre_NNF_transformation,[status(esa)],[f17]) ).

fof(f135,plain,
    ! [B,C,D,E] :
      ( ! [A] :
          ( ~ cyclic(A,B,C,D)
          | ~ cyclic(A,B,C,E) )
      | cyclic(B,C,D,E) ),
    inference(miniscoping,[status(esa)],[f134]) ).

fof(f136,plain,
    ! [X0,X1,X2,X3,X4] :
      ( ~ cyclic(X0,X1,X2,X3)
      | ~ cyclic(X0,X1,X2,X4)
      | cyclic(X1,X2,X3,X4) ),
    inference(cnf_transformation,[status(esa)],[f135]) ).

fof(f139,plain,
    ! [A,B,C,D,P,Q,U,V] :
      ( ~ eqangle(A,B,C,D,P,Q,U,V)
      | eqangle(C,D,A,B,U,V,P,Q) ),
    inference(pre_NNF_transformation,[status(esa)],[f19]) ).

fof(f140,plain,
    ! [X0,X1,X2,X3,X4,X5,X6,X7] :
      ( ~ eqangle(X0,X1,X2,X3,X4,X5,X6,X7)
      | eqangle(X2,X3,X0,X1,X6,X7,X4,X5) ),
    inference(cnf_transformation,[status(esa)],[f139]) ).

fof(f184,plain,
    ! [A,B,C,D,P,Q] :
      ( ~ eqangle(A,B,P,Q,C,D,P,Q)
      | para(A,B,C,D) ),
    inference(pre_NNF_transformation,[status(esa)],[f39]) ).

fof(f185,plain,
    ! [A,B,C,D] :
      ( ! [P,Q] : ~ eqangle(A,B,P,Q,C,D,P,Q)
      | para(A,B,C,D) ),
    inference(miniscoping,[status(esa)],[f184]) ).

fof(f186,plain,
    ! [X0,X1,X2,X3,X4,X5] :
      ( ~ eqangle(X0,X1,X2,X3,X4,X5,X2,X3)
      | para(X0,X1,X4,X5) ),
    inference(cnf_transformation,[status(esa)],[f185]) ).

fof(f187,plain,
    ! [A,B,C,D,P,Q] :
      ( ~ para(A,B,C,D)
      | eqangle(A,B,P,Q,C,D,P,Q) ),
    inference(pre_NNF_transformation,[status(esa)],[f40]) ).

fof(f188,plain,
    ! [A,B,C,D] :
      ( ~ para(A,B,C,D)
      | ! [P,Q] : eqangle(A,B,P,Q,C,D,P,Q) ),
    inference(miniscoping,[status(esa)],[f187]) ).

fof(f189,plain,
    ! [X0,X1,X2,X3,X4,X5] :
      ( ~ para(X0,X1,X2,X3)
      | eqangle(X0,X1,X4,X5,X2,X3,X4,X5) ),
    inference(cnf_transformation,[status(esa)],[f188]) ).

fof(f194,plain,
    ! [A,B,P,Q] :
      ( ~ eqangle(P,A,P,B,Q,A,Q,B)
      | ~ coll(P,Q,B)
      | cyclic(A,B,P,Q) ),
    inference(pre_NNF_transformation,[status(esa)],[f43]) ).

fof(f195,plain,
    ! [X0,X1,X2,X3] :
      ( ~ eqangle(X0,X1,X0,X2,X3,X1,X3,X2)
      | ~ coll(X0,X3,X2)
      | cyclic(X1,X2,X0,X3) ),
    inference(cnf_transformation,[status(esa)],[f194]) ).

fof(f247,plain,
    ! [A,B,C,D,M] :
      ( ~ midp(M,A,B)
      | ~ midp(M,C,D)
      | para(A,C,B,D) ),
    inference(pre_NNF_transformation,[status(esa)],[f64]) ).

fof(f248,plain,
    ! [A,B,C,D] :
      ( ! [M] :
          ( ~ midp(M,A,B)
          | ~ midp(M,C,D) )
      | para(A,C,B,D) ),
    inference(miniscoping,[status(esa)],[f247]) ).

fof(f249,plain,
    ! [X0,X1,X2,X3,X4] :
      ( ~ midp(X0,X1,X2)
      | ~ midp(X0,X3,X4)
      | para(X1,X3,X2,X4) ),
    inference(cnf_transformation,[status(esa)],[f248]) ).

fof(f255,plain,
    ! [A,B,C] :
      ( ~ para(A,B,A,C)
      | coll(A,B,C) ),
    inference(pre_NNF_transformation,[status(esa)],[f67]) ).

fof(f256,plain,
    ! [X0,X1,X2] :
      ( ~ para(X0,X1,X0,X2)
      | coll(X0,X1,X2) ),
    inference(cnf_transformation,[status(esa)],[f255]) ).

fof(f369,plain,
    ? [A,B,C,O,C1,B1,P,Q] :
      ( circle(O,A,B,C)
      & midp(C1,B,A)
      & midp(B1,C,A)
      & coll(P,O,C1)
      & coll(P,A,C)
      & coll(Q,O,B1)
      & coll(Q,A,B)
      & ~ cyclic(Q,B,C,P) ),
    inference(pre_NNF_transformation,[status(esa)],[f96]) ).

fof(f370,plain,
    ? [B,C,P,Q] :
      ( ? [A] :
          ( ? [O,B1] :
              ( ? [C1] :
                  ( circle(O,A,B,C)
                  & midp(C1,B,A)
                  & midp(B1,C,A)
                  & coll(P,O,C1) )
              & coll(P,A,C)
              & coll(Q,O,B1) )
          & coll(Q,A,B) )
      & ~ cyclic(Q,B,C,P) ),
    inference(miniscoping,[status(esa)],[f369]) ).

fof(f371,plain,
    ( circle(sk0_25,sk0_24,sk0_20,sk0_21)
    & midp(sk0_27,sk0_20,sk0_24)
    & midp(sk0_26,sk0_21,sk0_24)
    & coll(sk0_22,sk0_25,sk0_27)
    & coll(sk0_22,sk0_24,sk0_21)
    & coll(sk0_23,sk0_25,sk0_26)
    & coll(sk0_23,sk0_24,sk0_20)
    & ~ cyclic(sk0_23,sk0_20,sk0_21,sk0_22) ),
    inference(skolemization,[status(esa)],[f370]) ).

fof(f374,plain,
    midp(sk0_26,sk0_21,sk0_24),
    inference(cnf_transformation,[status(esa)],[f371]) ).

fof(f379,plain,
    ~ cyclic(sk0_23,sk0_20,sk0_21,sk0_22),
    inference(cnf_transformation,[status(esa)],[f371]) ).

fof(f714,plain,
    ! [X0,X1] :
      ( ~ midp(sk0_26,X0,X1)
      | para(X0,sk0_21,X1,sk0_24) ),
    inference(resolution,[status(thm)],[f249,f374]) ).

fof(f718,plain,
    ! [X0,X1] :
      ( para(X0,sk0_21,X1,sk0_24)
      | ~ midp(sk0_26,X1,X0) ),
    inference(resolution,[status(thm)],[f714,f122]) ).

fof(f855,plain,
    para(sk0_24,sk0_21,sk0_21,sk0_24),
    inference(resolution,[status(thm)],[f718,f374]) ).

fof(f861,plain,
    para(sk0_24,sk0_21,sk0_24,sk0_21),
    inference(resolution,[status(thm)],[f855,f105]) ).

fof(f867,plain,
    ! [X0,X1] : eqangle(sk0_24,sk0_21,X0,X1,sk0_24,sk0_21,X0,X1),
    inference(resolution,[status(thm)],[f861,f189]) ).

fof(f941,plain,
    ! [X0,X1] : eqangle(X0,X1,sk0_24,sk0_21,X0,X1,sk0_24,sk0_21),
    inference(resolution,[status(thm)],[f867,f140]) ).

fof(f1092,plain,
    ! [X0,X1] : para(X0,X1,X0,X1),
    inference(resolution,[status(thm)],[f941,f186]) ).

fof(f1096,plain,
    ! [X0,X1] : para(X0,X1,X1,X0),
    inference(resolution,[status(thm)],[f1092,f105]) ).

fof(f1097,plain,
    ! [X0,X1] : coll(X0,X1,X1),
    inference(resolution,[status(thm)],[f1092,f256]) ).

fof(f1105,plain,
    ! [X0,X1,X2,X3] : eqangle(X0,X1,X2,X3,X1,X0,X2,X3),
    inference(resolution,[status(thm)],[f1096,f189]) ).

fof(f1120,plain,
    ! [X0,X1,X2,X3] : eqangle(X0,X1,X2,X3,X0,X1,X3,X2),
    inference(resolution,[status(thm)],[f1105,f140]) ).

fof(f1124,plain,
    ! [X0,X1] :
      ( ~ coll(X0,X0,X0)
      | cyclic(X1,X0,X0,X0) ),
    inference(resolution,[status(thm)],[f1120,f195]) ).

fof(f1125,plain,
    ! [X0,X1] : cyclic(X0,X1,X1,X1),
    inference(forward_subsumption_resolution,[status(thm)],[f1124,f1097]) ).

fof(f1137,plain,
    ! [X0,X1] : cyclic(X0,X1,X0,X0),
    inference(resolution,[status(thm)],[f1125,f133]) ).

fof(f1147,plain,
    ! [X0,X1] : cyclic(X0,X0,X1,X0),
    inference(resolution,[status(thm)],[f1137,f131]) ).

fof(f1157,plain,
    ! [X0,X1] : cyclic(X0,X0,X0,X1),
    inference(resolution,[status(thm)],[f1147,f129]) ).

fof(f1166,plain,
    ! [X0,X1,X2] :
      ( ~ cyclic(X0,X0,X0,X1)
      | cyclic(X0,X0,X1,X2) ),
    inference(resolution,[status(thm)],[f1157,f136]) ).

fof(f1167,plain,
    ! [X0,X1,X2] : cyclic(X0,X0,X1,X2),
    inference(forward_subsumption_resolution,[status(thm)],[f1166,f1157]) ).

fof(f1180,plain,
    ! [X0,X1,X2,X3] :
      ( ~ cyclic(X0,X0,X1,X2)
      | cyclic(X0,X1,X2,X3) ),
    inference(resolution,[status(thm)],[f1167,f136]) ).

fof(f1181,plain,
    ! [X0,X1,X2,X3] : cyclic(X0,X1,X2,X3),
    inference(forward_subsumption_resolution,[status(thm)],[f1180,f1167]) ).

fof(f1186,plain,
    $false,
    inference(backward_subsumption_resolution,[status(thm)],[f379,f1181]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GEO569+1 : TPTP v8.1.2. Released v7.5.0.
% 0.03/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.34  % Computer : n017.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Tue May 30 11:29:40 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  % Drodi V3.5.1
% 0.19/0.38  % Refutation found
% 0.19/0.38  % SZS status Theorem for theBenchmark: Theorem is valid
% 0.19/0.38  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.19/0.40  % Elapsed time: 0.053183 seconds
% 0.19/0.40  % CPU time: 0.212760 seconds
% 0.19/0.40  % Memory used: 19.028 MB
%------------------------------------------------------------------------------