In negating the following statement:
Original "If the lines are not parallel, then they intersect"
My textbook says it should be "the lines are parallel and they do not intersect", but I'm not so sure.
$$p : \text{the lines are parallel}$$
$$q : \text{the lines intersect}$$
$$\neg p \rightarrow q$$
Negation: "If the lines are not parallel, then the lines do not intersect."i.e. $$\neg p \rightarrow \neg q$$
The textbook claims that the negation is "the lines are parallel and they do not intersect" i.e.
$$p \wedge \neg q$$
Unfortunately, these two are not logically equivalent.
Who's right, and why?