On wikipedia in the section 'Generalization to binary relations' there is the following:
If $R$ is an arbitrary binary relation on $X\times Y$, the set $\{ y\in Y |\: xRy, x\in X \}$ is called the image, or the range, of $R$. Dually, the set $\{x\in X |\: xRy, y\in Y \}$ is called the domain of $R$.
This set builder notation is kind of confusing. Can anyone give a concrete example of a binary relation and show what is meant by this article?
A binary relation is one of the most fundamental structures that other concepts such as functions, equivalence relations can be defined with.
A binary relation denoted $R$ over two sets $A,B$ is a subset of the Cartesian product of $A$ and $B$,e.g.$$R⊆A×B$$ Where $A×B$ is defined as :$$\left\{\left(a,b\right):a∈A \;\;\text{and}\;\; b∈B\right\}$$
and $\left(a,b\right)$ is called an ordered pair , because the order of these two elements is important, in other words for $a≠b$,$$\left(a,b\right)≠\left(b,a\right)$$
Let me give you an example:
Assume the two sets $A$ and $B$ are defined as: $$A:=\left\{1,2\right\}$$ $$B:=\left\{3,4,5\right\}$$ and $R$ is a subset of $\left\{1,2\right\}×\left\{3,4,5\right\}$
And is defined as : $R=\left\{\left(1,3\right),\left(2,5\right)\right\}$
As you see the elements of $R$ are all ordered pairs , we say $1$ is related to $3$ if and only if $1R3$ and $2$ is related to $5$ if and only if $2R5$ , the image of $R$ is by definition: $$\left\{b∈B:aRb,\ a∈A\right\}$$
So what would be the image of $R$?, just use the definition and you will see the image of $R$ is $\left\{3,5\right\}$.
Again use the definition of the domain of a binary relation:
$$\left\{a\in A:aRb,\ b\in B\right\}$$ I leave it to you to determine the domain of $R$.