I'm having a hard time getting my head around transformation proofs. There is one particular example demonstration in the material I'm studying which I can't make sense of
From this
¬ (¬ (¬ p) ∨ ¬ (¬ q))
We get
¬ (¬ (¬ p ∧ ¬ q))
I can see that we've gone from a disjunction to a conjunction, but I don't get why the negation that was outside of q was removed.
De Morgan’s first law (p ∧ q) ≡ ¬ p ∨ ¬ q
$$\neg(\neg(\neg p) \vee \neg(\neg q))=\neg(p\vee q)=\neg p\wedge \neg q=\neg(\neg(\neg p \wedge\neg q)))$$