To see if two values have the same absolute value, you could use the verification after(abs).
>
|
|
To see if two expressions are the same, except for the arguments to the function f, you can use this verification. Note that we have to explicitly have to specify the boolean verification in order to pass extra arguments to subsindets.
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
To see if two lists are the same when considered as sets, except for arguments to the function f, use a variation on the previous calling sequence that uses the as_set verification.
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|