GetUnquantifiedFormula - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


QuantifierElimination[QuantifierTools]

  

GetUnquantifiedFormula

  

remove all quantifiers from a Tarski formula

 

Calling Sequence

Parameters

Returns

Description

Examples

Compatibility

Calling Sequence

GetUnquantifiedFormula(expr)

Parameters

expr

-

Tarski formula

Returns

• 

an unquantified Tarski formula

Description

• 

Structure is retained in the output, i.e. no conversion to prenex form or similar is performed. Outer boolean operators are conserved.

Examples

withQuantifierElimination:withQuantifierTools:

GetUnquantifiedFormulaexistsx,Andx=0,existsy,y=0

x=0y=0

(1)

Compatibility

• 

The QuantifierElimination:-QuantifierTools:-GetUnquantifiedFormula command was introduced in Maple 2023.

• 

For more information on Maple 2023 changes, see Updates in Maple 2023.

See Also

QuantifierElimination

QuantifierTools