unicode_fol_kit.ill_derivable¶
- unicode_fol_kit.ill_derivable(antecedents, goal, max_depth=None, max_steps=200000)[source]¶
Return True iff
ill_prove()finds a derivation ofantecedents ⊢ goal.Decides derivability for !-free sequents; for sequents containing
!aFalsemeans only “no derivation within the bound” (seeill_prove()).