This means that you don't really understand what a random variable is and what a realization is.
A random variable represents the probability of either a particular value being 'realized' or an interval of values being 'realized' for a discrete and continuous distribution.
The realization is an actual value of some sort. It is usually a one-dimensional number. When you actually measure something you get a value of some sort.
Now again for X,Y,Z at each 'realization' of X, Y, and Z, you have the realizations corresponding to x,y,z. This is the intuitive answer. If you do not understand this, then again you don't understand what random variables really are.
The rigorous definition is as follows: show E[AB] != E[A]E
We will use the covariance formula which gives us:
COV(A,B) = E(A - E[A])E(B - E) = E[XY - E[XY]]E[XZ - E[XZ]]
= E[XYXZ] - XYE[XZ] - E[XY]E[XZ] + E[XY]E[XZ]]
= E[XZXY] - E[XY]E[XZ] - E[XY]E[XZ] + E[XY]E[XZ]
= E[X^2YZ] - E[XY]E[XZ]
Now For E[XY]E[XZ] = E[X^2YZ] this means that XY has to be independent from XZ. But we can see it another way:
E[YZ]E[X^2]
= E[XY]E[XZ]
= E[X]E[X]E[YZ]
= E[X]E[X]E[Y]E[Z]
= E[X^2]E[Y]E[Z] if you have complete independence.
Remember that if you have independence, them E[XY] = E[X]E[Y] and all I am doing is partitioning A and B down to the simplest factors: X,Y and Z.
But this implies that E[X^2] = E[X] and this is not the case in general: this shows that if this doesn't hold you have dependence. This is the proof.
Again though, it is a lot better to have some kind of intuition for what is going on and while I agree that proofs are important, I think that they can be nearly useless if you don't really know what is going on because it means you are trusting in something without really understanding it.
As an example what you should do is take three coins related to X, Y, and Z. For each step, flip the three coins, write down the values (1 or 2 for Tails or Heads) and then for each step of 3 tosses write down A and B and look at what you get for each toss: you will see that for every toss if a =xy and b = xz then b = az/y for every single set of tosses. This will really help you what I meant in earlier posts. If you aren't convinced: for every step do three tosses record the x,y,z values for each set of tosses can calculate a,b and the formula for b in terms of a and see what you get.