Two questions similar questions:
$(1)$ I am performing a proof and wondering how I justify the following step...
$\{ (a,b)\in \mathbb{R}^2 | a=b \vee \neg(a>b) \} = \{ (a,b)\in \mathbb{R}^2 | a=b \vee a \le b \} $
Can I say something like by Disjunctive syllogism with trichotomy law?
$(2)$ I am also trying to justify the first step below
$\{ (a,b)\in \mathbb{R}^2 | \neg (a \neq b) \wedge a>b \} = \{ (a,b)\in \mathbb{R}^2 | (a<b \vee a>b) \wedge a>b \} $ ...???
$=\{ (a,b)\in \mathbb{R}^2 | a>b \}$ by the aborption law
Thanks for your insights!
For all x in R, (x < 0 or x = 0 or 0 < x ).
Assume a,b in R.
Thus a - b < 0 or a - b = 0 or 0 < a - b.
Whereupon a < b or a = b or b < a.
So if a /= b, then a < b or b < a.
Conversely, if a < b or b < a, then a /= b.
Otherwise if a = b, then a < a, a no, no.
The use of sets as you are doing is making a
difficult and clumsy proof. Use logic instead.