I have to prove that there are exactly 2 congruences over $\mathbb {R}$ seen as a model/structure $\tau = (\varnothing, {+,*}, \varnothing, \operatorname{arity}(+) = \operatorname{arity}(*)=2)$ where $+$ and $*$ are the usual operations.
I know that these two congruences are the trivials, namely $\Theta = \{(a,b) \mid a,b\in \mathbb {R}\}$ and $\Theta = \{(a,a) \mid a\in \mathbb {R}\}$.
But I don't know how to prove this are the only congruences, i.e., the only equivalence relationships that satisfy: $(a1,b1)\in \Theta \bigwedge (a2,b2)\in \Theta \Rightarrow (a1+a2, b1+b2)\in \Theta \bigwedge (a1*a2, b1*b2)\in \Theta $
I've thought of trying to prove by reductio ad absurdum but when I tried to start the proof couldn't manage to figure out anything.
Any helps\hints are welcome.