Suppose I have a topological space $(G,\tau)$ and am interested in whether there exists a topological group $(G,*,\tau)$. In other words, can we assign a binary operation $*$ to $(G,\tau)$ which satisfies the group axioms, and under which the functions $x \mapsto x^{-1}$ and $(x,y) \mapsto x*y$ are continuous? If so, how many non equivalent ways can we do this? And what would a sensible form of equivalence be? For example we can give $\mathbb R$ the standard additive group structure, but we could equally inter it "backwards" in the group and define $x*y = \begin{cases} x \cdot y & \mbox{if } x,y \le 0\\ -(x \cdot y) & \mbox{if } x \le 0 \mbox{ and } y \ge 0 \\ -(x \cdot y) & \mbox{if } x \ge 0 \mbox{ and } y \le 0\\ x \cdot y, & \mbox{if } x, y \ge 0 \end{cases}$
Here negation is used in the context of $\mathbb R$. It does not represent the inverse with respect to $*$.
Clearly $\tau$ has to satisfy a lot of conditions for this to even stand a chance at being possible. In a topological group the map $x \mapsto a*x$ is a homeomorphism for each $a \in G$ and a result of this is the topology "looks the same" at any given point. If this is not true then there definitely is no $(G,*,\tau)$. But I'm sure this condition isn't enough, so are there any properties of the topology that can be reasonable computed which necessitate a compatible structure to exist?
There is a similar question, which I know has a lot of theory behind it: Can we determine whether a topological group $(G,*,\tau)$ admits a Lie group structure by only looking at $(G,*,\tau)$? There is yet another question I found on StackExchange which is asking the opposite of me: How many agreable topologies can we assign an abstract group which make the group operations continuous? I would guess that problem is easier than mine. But I am not interested in either of these at the moment.