~ = Not
V = Disjunction
& = Conjunction
A and B are stand ins for more complex formula but I know how to derive the whole derivation if I just had their negations. So I know that ~(A V B) = ~A & ~B, but I don't know how to prove that. Proofs I see online basically say "Assume A, or Assume B" but I'm doing work on a logic lab that doesn't let me just assume them in a negated disjunction. My logic lab also doesn't just let me use DeM. I also don't have (~A & ~B) as a goal, so I cant just negate that with negation elimination. I have another formula that can create the Falsum if I can derive ~A & ~B.
Assume: ~(A V B)
Goal: Falsum
Original Goal:(A V B)
$\lnot (a \lor b) \equiv \lnot(\lnot a \implies b) \equiv \lnot a\land \lnot b$. You can always show it via an arb. truth table, too.