Prove a function is bijective

196 Views Asked by At

Given any set A, the identity function on A is $I_A: A \rightarrow A$ defined by $I_A(x) = x$ for any $x ∈ A$. Show that the identity function is a bijection.

Attempt:

Suppose $\,f: A \rightarrow A$, then $f$ is bijective if it is both injective and surjective.

Injective: Pick $x,y \in A$ such that $f(x) = f(x)$. So $I_A(x) = I_A(y)$, that is, $x = y$. Thus $I_A$ is injective by its definition.

Subjective: Next pick $y \in A$ such that $f(y) = x$. So $I_A(y) = x$. So, $A \subseteq I_A$, that is, A is in the range of $I_A$ and $y \in A$. Thus $I_A$ is subjectively by its definition that any element in the function must be in the range of the function.

$☐$

1

There are 1 best solutions below

0
On BEST ANSWER

Hint:

  • The function is injective if $I_A(x)=I_A(y)\Rightarrow x=y$
  • The function is surjective if you can find some $y$ such that $I_A (y)=x$