Question: evalb() evaluates addition theorem to "false"

Hello,
can anyone tell me why the following expression evaluates to false in Maple?

restart;
evalb(sin(x + y) = sin(x)*cos(y) + cos(x)*sin(y));                 
false

The underlying term "sin(x+y) = sin(x) cos(y) + cos(x) sin(y)" is one of the addition theorems that have been proven to be valid.

Thank you in advance for your answer.

Best regards
Jan

Please Wait...