TPTP Problem File: MGT090+1.p
View Solutions
- Solve Problem
%--------------------------------------------------------------------------
% File : MGT090+1 : TPTP v9.3.1. Bugfixed v9.3.1.
% Domain : Management
% Problem : wf_lt: V strictly above InfD is well-formed
% Version : Especial.
% English : profile wf_lt condition (ii): V != InfD required.
% v600 != v0 and v600 in [v0,v1200] => wf(lt,v600,v0,v1200).
% Refs : [MC+26] Mustafa et al. (2026), Axis Decomposition for ODRL
% Source : [MC+26]
% Names : ODRL613-1.p [MC+26]
% Status : Theorem
% Rating : ? v9.3.1
% Syntax : Number of formulae : 60 ( 28 unt; 0 def)
% Number of atoms : 134 ( 43 equ)
% Maximal formula atoms : 7 ( 2 avg)
% Number of connectives : 96 ( 22 ~; 13 |; 30 &)
% ( 13 <=>; 18 =>; 0 <=; 0 <~>)
% Maximal formula depth : 9 ( 4 avg)
% Maximal term depth : 2 ( 1 avg)
% Number of predicates : 15 ( 14 usr; 0 prp; 1-4 aty)
% Number of functors : 12 ( 12 usr; 11 con; 0-2 aty)
% Number of variables : 88 ( 86 !; 2 ?)
% SPC : FOF_THM_RFO_SEQ
% Comments : Requires MGT002+0.ax + MGT002+2.ax.
% Bugfixes : v9.3.1 - $distinct expanded to inequalities.
%--------------------------------------------------------------------------
include('Axioms/MGT002+0.ax').
include('Axioms/MGT002+2.ax').
include('Axioms/MGT002+8.ax').
%--------------------------------------------------------------------------
%----Named constants and ordering
fof(val_v0,axiom,
val(v0) ).
fof(val_v600,axiom,
val(v600) ).
fof(val_v1200,axiom,
val(v1200) ).
fof(ord_v0_v600,axiom,
less(v0,v600) ).
fof(ord_v600_v1200,axiom,
less(v600,v1200) ).
fof(distinct,axiom,
( v0 != v600
& v0 != v1200
& v600 != v1200 ) ).
fof(odrl613,conjecture,
wf(lt,v600,v0,v1200) ).
%--------------------------------------------------------------------------