I have the following term
$$ t1: \overline {\overline{x1x2\Leftarrow\Rightarrow x1x3}\Leftarrow\Rightarrow x2x3} $$
which I already converted to this:
$$ t2: ((x1x2\overline{x1x3} + \overline{x1x2}x1x3) \overline{x2x3}) + ((\overline{x1x2}x1x3 + x1x2\overline{x1x3})x2x3) $$
The final result should look like this: $$ t3: x2x3 + x1\overline{x2}x3 + x1x2\overline{x3} $$
Unfortunately I have no idea how to get from $t2$ to $t3$. If somebody could explain the neccessary steps that would be appreciated.
Thanks in advance.