Question: Is there a simple way to verify the equality of two expressions?

I hope to enter something like

5^(x-1)=5^x/5

And get "true". Mathematica and some other softwares do this but Maple returns my exact input (I'm new to Maple).

I tried using evalb and verify, but they all return false or FAIL. Is there a straightforward to verify equality and get a result of True or False in Maple?

Thanks!

Please Wait...