tff('s4_s5_n.0001', logic, ($modal) == ([($modalities) == ($modal_system_S4)])). tff(false_decl, type, false: $o). tff(p1_decl, type, p1: $o). tff(p6_decl, type, p6: $o). tff(world_0_decl, type, world_0: $world). tff(world_1_decl, type, world_1: $world). tff(model_worlds, interpretation-worlds, ((! [W: $world] : ( (W = world_0) | (W = world_1) )) & $distinct(world_0, world_1) & ($local_world = world_0) & (! [W: $world, V: $world]: $accessible_world(W, V)) )). tff(model_mapping, interpretation-mappings, ($in_world(world_0, (~false & p1 & p6)) & $in_world(world_1, (~false & p1 & ~p6)) )).