TPTP Problem File: MGT107+1.p

View Solutions - Solve Problem

%--------------------------------------------------------------------------
% File     : MGT107+1 : TPTP v9.3.1. Bugfixed v9.3.1.
% Domain   : Management
% Problem  : intra-policy: eq 600 AND eq 800 on same axis empty
% Version  : Especial.
% English  : Remark 3.4: single constraint eq 600 AND eq 800 on width.
%            {600} intersection {800} = null - self-contradictory.
%            Contradiction via fresh witness w=v600 and w=v800:
%            by transitivity v600=v800, contradicting $distinct(v600,v800).

% Refs     : [MC+26] Mustafa et al. (2026), Axis Decomposition for ODRL
% Source   : [MC+26]
% Names    : ODRL766-1.p [MC+26]

% Status   : Unsatisfiable
% Rating   : ? v9.3.1
% Syntax   : Number of formulae    :   33 (  13 unt;   0 def)
%            Number of atoms       :   83 (  26 equ)
%            Maximal formula atoms :    7 (   2 avg)
%            Number of connectives :   58 (   8   ~;   9   |;  21   &)
%                                         (   8 <=>;  12  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   4 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :   12 (  11 usr;   0 prp; 1-4 aty)
%            Number of functors    :    7 (   7 usr;   6 con; 0-2 aty)
%            Number of variables   :   57 (  55   !;   2   ?)
% SPC      : FOF_UNS_RFO_SEQ

% Comments : intra-policy self-contradiction.
% Bugfixes : v9.3.1 - $distinct expanded to inequalities.
%--------------------------------------------------------------------------
include('Axioms/MGT002+0.ax').
include('Axioms/MGT002+2.ax').
%--------------------------------------------------------------------------
%----Named constants and ordering 
fof(val_v600,axiom,
    val(v600) ).

fof(val_v800,axiom,
    val(v800) ).

fof(ord_v600_v800,axiom,
    less(v600,v800) ).

fof(distinct,axiom,
    v600 != v800 ).

fof(wit_eq1,axiom,
    w = v600 ).

fof(wit_eq2,axiom,
    w = v800 ).

%----No conjecture - contradiction in axioms 
%--------------------------------------------------------------------------