Let $≤$ be a relation on set $A$ such that $≤$ is reflexive, transitive and antisymmetric.
Let $<$ be a relation on set $A$ such that $<$ is asymmetric, antireflexive and transitive.
Let $a$ and $b$ be two different elements of $A$. Why is it the case that if $a≤b$, then either $a=b$ or $a<b$? Why can't it be neither?
The $\vee$ symbol means OR and the $\wedge$ symbol means AND.
Remember that $\wedge$ looks like $\cap$ which means "In this set AND in that set"
On the other hand $\vee$ looks like $\cup$ which means "In this set OR in that set".
Or you could remember that $\wedge$ looks like the A from "And".
You have written $(a≤b){\implies}(a=b)∧(a<b)$
That means $(a \le b) \implies (a=b$ AND $a < b )$.
The second part of that cannot be true because if $a$ is equal to $b$ then $a$ cannot be less than $b$.
However if we wrote $(a \le b) \implies (a=b$ OR $a < b )$ then that would be true.
After all, what does $a \le b$ mean if not "$a$ is less than or equal to $b$"?