If $\Sigma=\lbrace(\neg\alpha),(\neg\beta),(\alpha\vee\beta)\rbrace$, show that there is some formula $\theta$ such that $\theta$ and $(\neg\theta)$ can be deduced from $\Sigma$ (i.e., that $\Sigma$ is inconsistent)
I understand I must come up with a formula that can be deduced from this set of hypotheses, but I am unsure how to begin thinking of a formula that would work in this scenario.
EDIT: I was able to solve, thank you!
Since $\alpha\lor\beta$ is equivalent to $(\lnot \alpha)\to \beta$, by $\lnot\alpha$ and modus ponens, we have $\beta$. But $\lnot\beta$ by hypothesis, a contradiction.
See, also, disjunctive syllogism:
$$\frac{\Sigma\vdash \lnot\alpha, \Sigma\vdash (\alpha\lor \beta)}{\Sigma\vdash \beta}.$$