For n even: \( f(n) = n - 1 \). For n odd: \( f(n) = n + 1 \).
f is injective: No two different inputs map to the same output. For example:
Hence, f is injective.
f is surjective: Every natural number \( k \in \mathbb{N} \) is an output of f:
Hence, f is surjective.
f is invertible: Since f is both injective and surjective, it is invertible. The inverse function \( f^{-1} \) is:
\[f^{-1}(n) = \begin{cases} n + 1, & \text{if } n \text{ is odd} \\ n - 1, & \text{if } n \text{ is even} \end{cases}\]
Thus, the function f satisfies properties (A), (C), and (D).
Answer:
\((A), (C), \text{ and } (D)\).