unicode_fol_kit.minimal_entails¶
- unicode_fol_kit.minimal_entails(premises, conclusion, circumscribed=None, max_size=4, max_candidates=1048576)[source]¶
Return whether
premisescircumscriptively entailconclusion(bounded).Trueiff the (universally closed)conclusionholds in every minimal model ofpremisesfound up tomax_size(seeminimal_models()). Non-monotonic: strengtheningpremisescan turn aTrueinto aFalse.