I use these definition, but I need set-theoretic definitions because I define $h: A\to B \text{ for }\left\{\begin{array}{l} h \subseteq (A \times B) \\ \forall x,y,z:(((x,y) \in h \wedge (x,z) \in h) \to y=z) \\ \operatorname{dom}(h)=A \\ \operatorname{cod}(h)\subseteq B\end{array} \right.$
For example: $f_1 + f_2:=\{x|\exists y,z : (x=(y,z) \wedge y \in V \wedge z= f_1 + f_2)\}$ Is correct? If yes, I demonstrate $f_1 + f_2: V \to W$...
If $f: V \to W$ and $g: V \to W$ are maps from a set $V$ to a set $W$ and $\bot$ is a law of $W$, we ca define $f \bot g$ by :
$$f \bot g: V \to W, x \mapsto f(x) \bot g(x)$$
If you want use the theoritic definition you can see $f$ as a part of $V \times W$ such that :$$(\star\star) \quad\left\{\begin{array}{l}(\forall x \in V)(\exists y \in W) \quad (x,y)\in f \\ (\forall(x,y,y') \in V \times W \times W)\quad (x,y) \in f \wedge (x,y') \in f \Rightarrow y=y' \end{array} \right.$$
Then the définition of $f+g$ is :
$$f+g=\{(x,y)/ (x \in V) \wedge (y \in W) \wedge (y=y_1\bot y_2) \wedge ((x,y_1)\in f) \wedge ((x,y_2) \in g)\}$$