unicode_fol_kit.so_is_valid_finite¶
- unicode_fol_kit.so_is_valid_finite(formula, max_size=3, max_candidates=4194304)[source]¶
True iff no finite counter-model of the SO
formulais found up tomax_size.Bounded and one-sided:
Trueis strong evidence of second-order validity (not a proof — SO validity is not semi-decidable);Falseis a genuine refutation, with the witness available fromso_find_countermodel().