Let $E$ and $F$ be sets. Then $\tau$ can be considered a function from $E$ to $P(F)$ by setting, for each $x \in E$,
$\tau(x) = \{y \in F: (x, y) \in \tau\}$ .
This is a claim from a text, but it doesn't make sense to me. How can $\tau$ be a mapping into $P(F)$ when the elements of its range are members of $F$? If the claim is true, shouldn't $\tau(x)$ be a subset of $F$ rather than an element of $F$?
Consider the "less than" relation on the integers. Let $x$ be the number $7$. Then the author is saying that we can write $$ \tau(7) = \{ y \in \mathbb Z \mid 7 < y \} = \{8, 9, 10, \ldots\} $$
A typical element in the range of $\tau$ is the set above, which is an element of the power set of $\mathbb Z$.
Does that make sense?