Overview of the QuantifierTools Subpackage
Description
List of QuantifierTools Commands
Examples
Compatibility
A subpackage of QuantifierElimination consisting of procedures for working with Tarski formulae, i.e. quantified boolean formulae of polynomial constraints, which are the input expressions used in quantifier elimination problems (for real closed fields).
These procedures are intended to help one understand the common operations undertaken on these formulae, including to receive "Prenex form" for a formula. AlphaConvert, for example, will help to show when bound variables encounter conflicts within a formula, and so will offer a renaming.
AlphaConvert
ConvertRationalConstraintsToTarski
ConvertToPrenexForm
GetAllPolynomials
GetEquationalConstraints
GetUnquantifiedFormula
NegateFormula
SuggestCADOptions
with⁡QuantifierElimination:with⁡QuantifierTools
AlphaConvert,ConvertRationalConstraintsToTarski,ConvertToPrenexForm,GetAllPolynomials,GetEquationalConstraints,GetUnquantifiedFormula,NegateFormula,SuggestCADOptions
ConvertToPrenexForm⁡And⁡exists⁡x,x=0,exists⁡x,x2<4
∃⁡x,x__1,x=0∧x__12<4
AlphaConvert⁡Or⁡exists⁡x,x=0,exists⁡x,x⁢y=0
∃⁡x,x=0∨∃⁡x__1,x__1⁢y=0
GetAllPolynomials⁡Or⁡x2+5⁢y<0,And⁡x5⁢z+y=0,x+z≤1
x+z−1,x2+5⁢y,x5⁢z+y
The QuantifierElimination:-QuantifierTools package was introduced in Maple 2023.
For more information on Maple 2023 changes, see Updates in Maple 2023.
See Also
QuantifierElimination
Download Help Document