TPTP Problem File: MSC035_1.p

View Solutions - Solve Problem

%------------------------------------------------------------------------------
% File     : MSC035_1 : TPTP v9.3.1. Bugfixed v9.3.1.
% Domain   : Miscellaneous
% Problem  : Colours
% Version  : [SF22a] axioms : Especial.
% English  : 

% Refs     : [SF22]  Steen & Fuenmayor (2022), Bridging Between LegalRuleML
%          : [SF22a]  Steen & Fuenmayor (2022), Supplemental data for submis
% Source   : [SF22a]
% Names    : ex2.output.sdl.p [SF22a]

% Status   : Satisfiable
% Rating   : ? v9.3.1
% Syntax   : Number of formulae    :    4 (   1 unt;   0 typ;   0 def)
%            Number of atoms       :    7 (   0 equ)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :    6 (   1   ~;   0   |;   0   &)
%                                         (   0 <=>;   3  =>;   0  <=;   0 <~>)
%                                         (   2 {.};   0 {#})
%            Maximal formula depth :    4 (   3 avg)
%            Maximal term depth    :    0 (   0 avg)
%            Number of types       :    0 (   0 usr)
%            Number of type conns  :    0 (   0   >;   0   *;   0   +;   0  <<)
%            Number of predicates  :    3 (   2 usr;   3 prp; 0-0 aty)
%            Number of functors    :    0 (   0 usr;   0 con; --- aty)
%            Number of variables   :    0 (   0   !;   0   ?;   0   :)
% SPC      : NX0_SAT_PRP_NEQ_NAR_NDT

% Comments : This output was generated by embedproblem, version 1.7.3 (library
%            version 1.4). Generated on Mon May 30 14:23:43 CEST 2022 using
%            '$$normative' embedding, version 1.0. Logic specification used:
%            tff(spec, logic, ($$normative) == ([($logic) == ($$sdl)])).
% Bugfixes : v9.3.1 - Removed old parts of the logic specification.
%------------------------------------------------------------------------------
tff(target_logic,logic,
    $modal == 
      [ $modalities == $modal_system_D ] ).

tff(statement1,axiom,
    ( $true
   => [.] ~ red ) ).

tff(statement2,axiom,
    ( red
   => [.] scarlet ) ).

tff(statement3,axiom,
    ( scarlet
   => red ) ).

tff(statement4,axiom,
    red ).

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