Last decimal digit of any perfect square must be $0,1,4,5,6$ or $9$
My Proof: Ten cases exist, yielding the following equalities:
$$(1\mod{10})^2 = 1\mod{10}$$ $$(2\mod{10})^2 = 4\mod{10}$$ $$(3\mod{10})^2 = 9\mod{10}$$ $$(4\mod{10})^2 = 6\mod{10}$$ $$(5\mod{10})^2 = 5\mod{10}$$ $$(6\mod{10})^2 = 6\mod{10}$$ $$(7\mod{10})^2 = 9\mod{10}$$ $$(8\mod{10})^2 = 4\mod{10}$$ $$(9\mod{10})^2 = 1\mod{10}$$ $$(0\mod{10})^2 = 0\mod{10}$$
Since the proposition holds for all possible cases, the proposition holds.
Is this an acceptable proof for the proposition?
What is the simplest proof for this?
Note: This is not a homework question, just a question from a weekly tutorial sheet.
This is a fine proof. You could consider a few less cases in two similar ways. You could do it mod $2$ and $5$, then combine the results with the Chinese Remainder Theorem. You could do $0, \pm 1, \pm2, \pm 3, \pm 4, 5$ Both would show off more math knowledge than this approach, but I am not sure either would be less work. For moduli higher than $10$, the investment might be repaid.