First time here? Check out the FAQ!
asked 12 years ago
Why does the following not result in 'True'?
var('x') f=function('f',nargs=1) f(x)==f(x)
or, speaking differently, can I define formal functions such that the preceding will result in 'True'?