AlphaConvert - 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]

  

AlphaConvert

  

alpha conversion of a Tarski formula, removing conflicts between bound variables

 

Calling Sequence

Parameters

Returns

Examples

Compatibility

Calling Sequence

AlphaConvert( expr )

Parameters

expr

-

Tarski formula, usually quantified

Returns

• 

The alpha conversion of expr - that is, any ambiguous conflicts of bound variables between distinct quantified expressions are removed.

• 

The output has exactly the same structure as input. In particular, the output will only be prenex if the input was, as this command does not attempt prenex conversion.

Examples

withQuantifierElimination:withQuantifierTools:

AlphaConvertAndexistsx,y,xy=0,existsx,z,xz=0

x,y,xy=0x__1,z,x__1z=0

(1)

Compatibility

• 

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

• 

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

See Also

ConvertToPrenexForm

QuantifierElimination

QuantifierTools