Prove the following using proof of contradiction:
a → c
b → d
(c ∨ d) → ¬e
(e ∨ f) → (a ∨ b)
∴ ¬e
What I have done so far is:
1. a → c
2. b → d
3. (c ∨ d) → ¬e
4. (e ∨ f) → (a ∨ b)
5. ¬(¬e) Assume for contradiction
6. ¬¬e De Morgan (5)
7. e Double Negation (6)
8. ¬a ∨ c Implication Equivalence (1)
9. ¬b ∨ d Implication Equivalence (2)
What do I do next? Please help

Well, under the assumption that $e$, we know that $$(e\vee f)\to(a\vee b) = (\lnot e\wedge \lnot f)\vee a\vee b$$Since $e$, $$(e\vee f)\to(a\vee b) =a\vee b = c\vee d$$But, $$c\vee d\to \lnot e$$ A contradiction. So, $\lnot e$.