Is it possible for the assume facility to recognize functional forms?
For instance,
assume (f(t)>0)
is(f(t)>0)
gives the result TRUE
but if I enter
is(f(t)+f(t)>0)
an error code is returned.
Not an error code, but FAIL (indicating Maple doesn’t know) in Release 3. This particular problem is fixed in Release 4:
However, assumingf(t) > 0 doesn’t say anything about f(x), or any other value of the
function except literally f(t).
Ideally you’d like to be able to say
But this doesn’t work:
I note that Robert Israel has already given a response to the question as asked. Perhaps the following constructive workaround might be of some use to you: