TPTP Problem File: MGT117+1.p
View Solutions
- Solve Problem
%--------------------------------------------------------------------------
% File : MGT117+1 : TPTP v9.3.1. Released v9.3.0.
% Domain : Management
% Problem : Strong perm creates Disability in assigner (positive conjecture)
% Version : Especial.
% English : perm(p1) + strong(p1) + activates(e1,p1).
% Conjecture: exists Disability(museen, read, museum_api) in
% some rho_I. Tests Ax5.2 positive entailment directly.
% Refs : [MC+26] Mustafa et al. (2026), Axis Decomposition for ODRL
% Source : [MC+26]
% Names : GRND034-disability-exists-1.p [MC+26]
% Status : Theorem
% Rating : 0.00 v9.3.0
% Syntax : Number of formulae : 15 ( 13 unt; 0 def)
% Number of atoms : 34 ( 0 equ)
% Maximal formula atoms : 16 ( 2 avg)
% Number of connectives : 19 ( 0 ~; 0 |; 18 &)
% ( 0 <=>; 1 =>; 0 <=; 0 <~>)
% Maximal formula depth : 19 ( 3 avg)
% Maximal term depth : 1 ( 1 avg)
% Number of predicates : 18 ( 18 usr; 0 prp; 1-3 aty)
% Number of functors : 6 ( 6 usr; 6 con; 0-0 aty)
% Number of variables : 11 ( 6 !; 5 ?)
% SPC : FOF_THM_RFO_NEQ
% Comments :
%--------------------------------------------------------------------------
%----Layer 1: Problem-specific axioms (subset of Ax5.1-5.11, A1-A3, B1-B3)
fof(ax_perm_relator_strong,axiom,
! [P,X,Y,A,T,E] :
( ( perm(P)
& strong(P)
& aee(P,X)
& aer(P,Y)
& act(P,A)
& tgt(P,T)
& activates(E,P) )
=> ? [RhoI,Im,Db] :
( founds_imm(E,RhoI,P)
& immunity(Im)
& bearer(Im,X)
& cnt(Im,A,T)
& part_of(Im,RhoI)
& disability(Db)
& bearer(Db,Y)
& cnt(Db,A,T)
& part_of(Db,RhoI) ) ) ).
%----Ground instance (gamma)
fof(agent_bibliothek,axiom,
agent(bibliothek) ).
fof(agent_museen,axiom,
agent(museen) ).
fof(action_read,axiom,
action(read) ).
fof(target_museum,axiom,
target(museum_api) ).
fof(rule_p1,axiom,
rule(p1) ).
fof(event_e1,axiom,
event(e1) ).
fof(perm_p1,axiom,
perm(p1) ).
fof(strong_p1,axiom,
strong(p1) ).
fof(aee_p1,axiom,
aee(p1,bibliothek) ).
fof(aer_p1,axiom,
aer(p1,museen) ).
fof(act_p1,axiom,
act(p1,read) ).
fof(tgt_p1,axiom,
tgt(p1,museum_api) ).
fof(act_e1_p1,axiom,
activates(e1,p1) ).
fof(conjecture,conjecture,
? [RhoI,Db] :
( founds_imm(e1,RhoI,p1)
& disability(Db)
& bearer(Db,museen)
& cnt(Db,read,museum_api)
& part_of(Db,RhoI) ) ).
%--------------------------------------------------------------------------