The instruction is to provide a statement using laws of logic that negates the given statement. The dilemma I'm having now is to whether show the negation sign (¬) in my answer or simplify the expression.
So, what I did is the following:
$X→(Y \lor Z)$
$¬[X→(Y \lor Z)] \space \space \space \space \space \space \space\space\space\space\space\space\space\space\space\space\space\space$ (assuming that this is what 'negation' means)
$¬X→¬(Y \lor Z)$
$¬X→(¬Y ∧ ¬Z) \space \space \space \space\space\space\space\space\space\space\space\space\space\space$ (De Morgan's Law)
$¬(¬Y ∧ ¬Z) →¬(¬X) \space\space\space\space\space$ (Contraposition)
$(Y \lor Z) → X \space \space\space\space\space\space\space\space\space\space\space\space\space\space\space\space\space\space\space\space\space$ (De Morgan's + Double Negation)
Is my solution correct? Is this what negation means?
Your third line is incorrect. The negation $\neg (X\rightarrow (Y \lor Z) )$ is equivalent to $X \wedge \neg(Y \lor Z) $ which is precisely $X \wedge \neg Y \wedge \neg Z$.