Suppose $a$ and $b$ are real numbers that satisfy all of the following properties:
- $a\neq 0$
- It is not the case that both $a<0$ and $b<0$. Symbolically, $\neg(a<0\wedge b<0)$.
- It is not the case that both $a=0$ and $b=0$. Symbolically, $\neg(a=0\wedge b=0)$.
- $b\leq 0$ implies $a>0$. Symbolically, $b\leq 0\Rightarrow a>0$.
Does it necessarily follow that either ($a>0\wedge b\in\mathbb{R}$) or ($a<0\wedge b>0$), but not both?
I tried reasoning through this by making a list of all the possibilities for $a$ and $b$.
$$a<0\wedge b<0$$ $$a<0\wedge b=0$$ $$a<0\wedge b>0$$ $$a=0\wedge b<0$$ $$a=0\wedge b=0$$ $$a=0\wedge b>0$$ $$a>0\wedge b<0$$ $$a>0\wedge b=0$$ $$a>0\wedge b>0$$
My first insight was that $b\leq 0\Rightarrow a>0$ is logically equivalent to $a\leq 0 \Rightarrow b>0$, so lines 1, 2, 4 and 5 cannot possibly be true. This leaves
$$a<0\wedge b>0$$ $$a=0\wedge b>0$$ $$a>0\wedge b<0$$ $$a>0\wedge b=0$$ $$a>0\wedge b>0$$
I then realized that $a\neq 0$ makes $a=0$ false, so the conjunction $a=0\wedge b>0$ is necessarily false. This leaves me with four possibilities:
$$a<0\wedge b>0$$ $$a>0\wedge b<0$$ $$a>0\wedge b=0$$ $$a>0\wedge b>0$$
At this point, I'm stuck. I'm not sure if the four properties listed above necessitate the truth of exactly one of these four conjunctions, and if they do, how to prove it. Could I get some assistance?
Update: I found a way to justify this implication! You see, for any pair of numbers $\{a,b\}$, it must be the case that exactly one of the nine original conjunctions is true. By eliminating the 5 that I did, I inadvertently showed that exactly one of the four remaining ones must be true, which is what I sought to prove. I'm no longer seeking answers, but if you have something you feel will be beneficial to me, please feel free to respond.