I have these two statements:\
(i). If $A>0$, the left object touches the right object for $B>0$
(ii). If $A<0$, the right object touches the left object for $B<0$
How can I write these statements in a compact form in only one statement? Which one of these is correct?
- If $A>0$ ($A<0$), the left (right) object touches the right (left) object for $B>0$ ($B<0$).
- If $A>0$ ($A<0$), the left (respectively, right) object touches the right (respectively, left) object for $B>0$ (respectively, $B<0$).
- If $A>0$ (respectively, $A<0$), the left (respectively, right) object touches the right (respectively, left) object for $B>0$ (respectively, $B<0$).