Commit 2022-03-21 16:35 715f984a
View on Github →feat(model_theory/terms_and_formulas): Prenex Normal Form (#12558)
Defines first_order.language.bounded_formula.to_prenex
, a function which takes a formula and outputs an equivalent formula in prenex normal form.
Proves inductive principles based on the fact that every formula is equivalent to one in prenex normal form.