tff(no_flying_pigs,axiom,( ~ ( {$possible} @ (pigs_might_fly) ) )). thf(flying_pigs,axiom,( {$necessary} @ pigs_might_fly )).
tff(flying_pigs,axiom,( [.](pigs_might_fly) )). thf(no_flying_pigs,axiom,( ~ ( <.> @ pigs_might_fly ) )).
tff(for_me_it_is_possible,axiom,( {$possible(#me)} @ (pigs_might_fly) )). thf(for_me_somthing_is_possible,axiom,( ? [P: $o] : ( {$possible(#me)} @ P ) )).
tff(common_knowledge,axiom,( {$common($group:=[jane,albert,mary])} @ (something_known_by_all_three) )).
tff(for_me_here_it_is_possible,axiom-local,( {$possible(#me)} @ (pigs_might_fly) )). thf(somthing_is_always_possible,conjecture-global,( ? [P: $o] : ( {$possible} @ P ) )).
tff(simple_s5,logic,( $modal == [ $rigidity == $rigid, $domains == $constant, $locality == $local, $modalities == $modal_system_S5 ] )).
thf(with_defaults,logic,( $modal == [ $rigidity == $rigid, $domains == [ $constant, plushie == $varying ], $locality == $local, $modalities == [ $modal_system_S4, #king_of_france == $modal_system_S5 ] ] )).