Consider the following sentence: $$[(F \implies P)\vee(D \implies P)] \implies [(F \wedge D) \implies P]$$
I am not too familiar with how to prove by resolution, from what I found online, I need to negate the conclusion and convert it to CNF, and I came up with the following: $$(\neg F \vee \neg D \vee P) \wedge (F \wedge D \wedge \neg P) $$ above is what I obtained after applying negation to the whole sentence, and I am assuming it would yield a empty set since one of them has to be false, but this is the right way of doing it?