I came across this question on StackExchange and it left me with a question.
Consider a function $f(x)$. Consider another function $g(t)$, where $t\in Z$. How would you represent the domain of $f(x)$ if $x\in N - {g(t)}$ as a function?
For example, lets say the range of $g(t)$ is $\{1, 3, 5, 7 ...\}$. Hence the domain of $f(x)$ will be $\{2, 4, 6, 8...\}$ which can be represented by $\phi(n) = 2n,\ n\in N$.
I considered composite functions, but got stuck.