I have already learned about what a supremum means from wikipedia and from another answer here. However I am not quite sure what 'supremum over a set of functions' means exactly.
As an example, my book gives an example called "Support function of a set", where it states that the support function "associated with a set C" is:
$$ S_c(x) = \sup \{ x^Ty \ |\ y \in C \} $$
It goes on to say:
"Since $x^Ty$ is an affine function of $x$, so $S_c$ is the pointwise supremum of a family of affine functions, hence convex"
What I am not too clear about, is, what exactly is a 'supremum of a set of functions' mean? Does this mean that in this case, I am simply taking the supremum of all the dot product results fpr any $x$, across all the vectors $y$ in $C$?