I am taking the Probabilistic Graphical Models class on Coursera. They post the question shown in the linked image ...

The course doesn't explain what the symbols "ψ" and "ϕ" mean. Can anyone help me understand this please?
My current best guess is that:
- ϕ means a function/product of X & Y and
- ψ means the result/return value of the function/product
Am I in the right area at all?
$\phi_1$ and $\phi_2$ are both functions of two variables. The functions appear to be defined by the first two tables. For example, $\phi_1(1,1) = 0.8$ from the first entry. The function $\psi(X,Y,Z)$ is defined as the product of the other two, according to the second paragraph. That is $$\psi(X,Y,Z) = \phi_1(X,Y)\phi_2(Y,Z)$$
We then find, for example, that
$$\psi(1,1,1) = \phi_1(1,1)\phi_2(1,1) = (0.8)(0.2)= 0.16$$
--
The symbols themselves, $\phi$ and $\psi$, are simply names of the functions. These are the Greek lowercase letters phi and psi. The problem could have called them $f$ and $g$ or $bob$ and $alice$.