I was reading this paper on word vectorization recently and the author says this:
F be a homomorphism between the groups ($\mathbb{R}$;+) and ($\mathbb{R}_{>0}$; $\times$), i.e.,
$F((w_i-w_j)^T\tilde{w}_k) = \frac{F(w_i^T\tilde{w}_k)}{F(w_j^T\tilde{w}_k)}$
Here $w_i$, $w_k$ and $\tilde{w}_k$ are all matrix with real values. And F is an undefined function
I can understand this if he said F is a homomorphism between ($\mathbb{R}$;-) and ($\mathbb{R}_{>0}$; /). But he did not say that. And I can't figure out a way to prove that if F is a homomorphism from plus to multiply it can transform subtraction to division.
Can someone help me prove the author is right?
Here's a link to the paper: GloVe: Global Vectors for Word Representation.