The resource is present here, page 3. They define a function -
$F((w_{i}^{T} - w_{j}^{T}).w_{k}^{'}) = \dfrac{P_{ik}}{P_{jk}}$
where $P_{ik} = \dfrac{X_{ik}}{X_{k}}$, $X$ is a 2-D matrix, $w$ are row vectors of matrix $W$, and $w^{'}$ is row vector of matrix $W^{'}$.
Now they are stating that they need to interchange $w \leftrightarrow w^{'}$ and $X \leftrightarrow X^{T}$ to make the equation symmetric, and they use group homomorphism between $(R,+)$ and $(R_{>0}, x)$.
After which they state this as equation 4 -
$F((w_{i}^{T} - w_{j}^{T}).w_{k}^{'}) = \dfrac{F(w_{i}^{T}w_{k}^{'})}{F(w_{j}^{T}w_{k}^{'})}$
Questions -
Why are they specifically choosing addition and multiplication, and not other symbols? I can see addition but not multiplication.
How are they achieving equation 4 stated there? Since if they are using it over multiplication, then why aren't both the F's on the r.h.s should have been multiplied?