unicode_fol_kit.int_valid¶
- unicode_fol_kit.int_valid(formula, max_worlds=3, domain_elements=2, max_steps=300000)[source]¶
Return True iff no intuitionistic counter-model to
formulais found.Propositional: a genuine decision procedure up to
max_worldsworlds (the finite-model property), soTruemeans intuitionistically valid. First-order: a sound but incomplete check —Truemeans “no counter-model within the bounds” (not a proof, since first-order intuitionistic validity is undecidable), whileFalseis always backed by a real counter-model fromint_countermodel().