TPTP Problem File: MED008+1.p

View Solutions - Solve Problem

%------------------------------------------------------------------------------
% File     : MED008+1 : TPTP v8.2.0. Released v3.2.0.
% Domain   : Medicine
% Problem  : Unsuccessful s1-qige27 treatment
% Version  : [HLB05] axioms : Especial.
% English  : Unsuccessful treatment with single oral anti-diabetic for patients
%            with QI greater equal than 27 deductively follows in completed
%            theory.

% Refs     : [HLB05] Hommersom et al. (2005), Automated Theorem Proving for
%          : [Hom06] Hommersom (2006), Email to G. Sutcliffe
% Source   : [Hom06]
% Names    :

% Status   : Theorem
% Rating   : 0.00 v8.1.0, 0.14 v7.5.0, 0.24 v7.4.0, 0.00 v7.0.0, 0.14 v6.4.0, 0.00 v6.2.0, 0.18 v6.1.0, 0.24 v6.0.0, 0.25 v5.5.0, 0.38 v5.4.0, 0.35 v5.3.0, 0.43 v5.2.0, 0.29 v5.0.0, 0.25 v4.1.0, 0.22 v4.0.1, 0.32 v4.0.0, 0.30 v3.7.0, 0.33 v3.5.0, 0.12 v3.4.0, 0.25 v3.3.0, 0.33 v3.2.0
% Syntax   : Number of formulae    :   41 (   1 unt;   0 def)
%            Number of atoms       :  197 (   0 equ)
%            Maximal formula atoms :   30 (   4 avg)
%            Number of connectives :  242 (  86   ~;  33   |;  48   &)
%                                         (   0 <=>;  75  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   6 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :   20 (  20 usr;   0 prp; 1-2 aty)
%            Number of functors    :    1 (   1 usr;   1 con; 0-0 aty)
%            Number of variables   :   95 (  92   !;   3   ?)
% SPC      : FOF_THM_RFO_NEQ

% Comments :
%------------------------------------------------------------------------------
include('Axioms/MED001+0.ax').
include('Axioms/MED001+1.ax').
%------------------------------------------------------------------------------
fof(unsuccessfuls1_qige27,conjecture,
    ( ( s1(n0)
      & ! [X0] :
          ( gt(n0,X0)
         => conditionhyper(X0) )
      & ~ bcapacitysn(n0)
      & ~ qilt27(n0) )
   => ~ ! [X0] :
          ( ~ gt(n0,X0)
         => conditionnormo(X0) ) ) ).

%------------------------------------------------------------------------------