Graph of a Function
# Definition
Let $X, Y$ be Sets and let $f: X \to Y$. Then the graph of $f$ is the Set $$\Gamma(f) := {(x, f(x)) \in X \times Y : x \in X} = f$$
# Remarks
- This is really just a way to write $f$ that highlights the Relational aspect of $f$.