TPTP Problem File: MGT116+1.p

View Solutions - Solve Problem

%--------------------------------------------------------------------------
% File     : MGT116+1 : TPTP v9.3.1. Released v9.3.0.
% Domain   : Management
% Problem  : Subjection in remedy relator concerns founding event
% Version  : Especial.
% English  : Subjection(s) with cnt(s,decl(some_action),some_target) partOf
%            rho_R, and founds_rem(e1,rho_R,f1) => about_event(s, e1).
%            B3 tested in isolation (not combined with B2 or A-axioms).

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

% Status   : Theorem
% Rating   : 0.00 v9.3.0
% Syntax   : Number of formulae    :   12 (  11 unt;   0 def)
%            Number of atoms       :   16 (   0 equ)
%            Maximal formula atoms :    5 (   1 avg)
%            Number of connectives :    4 (   0   ~;   0   |;   3   &)
%                                         (   0 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   2 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :   11 (  11 usr;   0 prp; 1-3 aty)
%            Number of functors    :    7 (   7 usr;   6 con; 0-1 aty)
%            Number of variables   :    6 (   6   !;   0   ?)
% SPC      : FOF_THM_RFO_NEQ

% Comments : 
%--------------------------------------------------------------------------
%----Layer 1: Problem-specific axioms (subset of Ax5.1-5.11, A1-A3, B1-B3)
fof(ax_B3,axiom,
    ! [S,A,T,Rho,E,R] :
      ( ( subjection(S)
        & cnt(S,decl(A),T)
        & part_of(S,Rho)
        & founds_rem(E,Rho,R) )
     => about_event(S,E) ) ).

%----Ground instance (gamma)
fof(pos_s,axiom,
    position(s) ).

fof(rel_rho_r,axiom,
    legal_relator(rho_r) ).

fof(rule_f1,axiom,
    rule(f1) ).

fof(event_e1,axiom,
    event(e1) ).

fof(action_a,axiom,
    action(some_action) ).

fof(target_t,axiom,
    target(some_target) ).

fof(subj_s,axiom,
    subjection(s) ).

fof(cnt_s,axiom,
    cnt(s,decl(some_action),some_target) ).

fof(partof_s,axiom,
    part_of(s,rho_r) ).

fof(founds_rem1,axiom,
    founds_rem(e1,rho_r,f1) ).

fof(conjecture,conjecture,
    about_event(s,e1) ).

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