QuantifierElimination[QuantifierTools]
AlphaConvert
alpha conversion of a Tarski formula, removing conflicts between bound variables
Calling Sequence
Parameters
Returns
Examples
Compatibility
AlphaConvert( expr )
expr
-
Tarski formula, usually quantified
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.
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
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
Download Help Document