so I am doing deductive proof, I know this contains a lot of laws that you need to be familiar with. And I have all that I need here. However, I don't known when to use more than one premise. For example say:
1: A ⇒ B Premise
2: C ⇒ D Premise
3: B ∨ D ⇒ E Premise
4: ¬E Premise
5: ¬(B ∨ D) from 3 & 4 modus tollens
Here what I don't understand is when it says 3 & 4 modus tollens, How is 3 & 4 actually laid out before applying modus tollens?
Also the modus tollens rule says:
¬p ∧ (p ⇒ q) ⇒ ¬p
So how can it be applied to 3 & 4?