I am pretty stumped on this question. All I knew was the definition of a monoid consisted of 3 properties:
a Op b = c | Performing some operation on 2 values = some value cZero = neutral element, where Zero Op a = a(a Op b) Op c = a Op (b Op c) | associativity
How do these properties help me show that a set of all surjectives x->x form a monoid? I was told there was composition involved, but I just have no clue how to go about it.