In the past, I came across a very elegant definition (below) of a function, which is based on the fundamental concepts of triples, pairs, and sets. However, I find it difficult to search the internet for any citations that I could refer to. One professor once told me that this definition could be over 200 years old, and it might be difficult to determine the author. But I would be satisfied with even citations from reliable sources where this definition was presented or used. Do any of you perhaps recognize any works of this type and could help me?
The function $f= (X,Y,G)$ is an ordered triple consisting of the following elements:
- a domain $X$ that is any set
- a codomain $Y$ that is also any set
- a graph $G \subseteq X\times Y$ being a set of pairs, such that $\forall x \in X, \exists ! y\in Y : (x,y) \in G$
($\exists !$ means "There exists exactly one")