[Full disclosure: I'm a noob]
The game: Squares and Circles. There are a finite number ($n$) of squares and circles and two players take turns, able to do the following moves:
a) Replace a pair of identical shapes with a square
b) Replace a pair of different shapes with a circle.
The game ends when there is one shape left. Prove the game ends.
My questions is whether it's necessary to use induction here to prove that the game ends. Is it sloppy just to consider the two types of moves and show that both the moves decrease the number of shapes by 1, and that after $n-1$ turns there would be only one shape left?