I have set $A=\{1, 2, 3\}$. $M$ is set of all relations on $A$.
$t:M \to M$ is function that returns the transitive closure for each $R \in M$.
I need to decide if the function $t$ is injective and/or surjective and prove it. the question is how should I do it. I don't even know where to begin because all examples I saw before was for functions like $f(x) = 2x + 3$, etc...
Thank you.
Recall the definitions first.
Now when will $t$ be injective? If whenever you are given two different relations their transitive closure is different. Recall that if $R$ is transitive then $t(R)=R$, and so if $S$ is a non-transitive relation we have that $t(S)=t(t(S))$ but $t(S)\neq S$. So in order to find a counterexample for injectivity we need to point out at least one non-transitive relation.
Similarly when will $t$ be surjective? If every relation is a transitive closure of some other relation. Again a non-transitive relation will be a counterexample to this property.
Can you find a non-transitive relation?