AlphaConvert - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

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

> 

with⁡QuantifierElimination:with⁡QuantifierTools:

> 

AlphaConvert⁡And⁡exists⁡x,y,x⁢y=0,exists⁡x,z,x⁢z=0

∃⁡x,y,x⁢y=0∧∃⁡x__1,z,x__1⁢z=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