I am reading Complex Variables by Churchill and the author defines the generalization of a function in the following way:
A rule that assigns more than one value to a point z in the domain of definition.
This statement is giving me some trouble because I interpret it as $w\neq u \implies f(z)=w\,\wedge\, f(z)=u$ which is not the definition of a function. How am I supposed to interpret the above statement?
There is not much context to deduce what he means. Anyway, a function is a rule that assigns an object to an object. If you have two sets $X,Y$, then what the author probably meant is that you can define functions of the form $$f :X\to 2^Y\equiv P(Y), $$ the power set of $Y$. A typical example is the following. Take a function $$ f:\mathbb{R}\to\mathbb{R}. $$ If the function is injective, then its inverse is well defined. Otherwise it still makes sense to consider a multivalued inverse $f^{-1}:\mathbb{R}\to 2^\mathbb{R}$ in the following way $$ f^{-1}(y) = \{y\in \mathbb{R}: f(x)=y\}. $$ Take $f=x^2$ and $g=x^3$. $g^{-1}(x)=x^{1/3}$, while $$ f^{-1}(x) = \{+ \sqrt{x}, -\sqrt{x}\}, \quad x\geq 0. $$