could I get some help on how to solve this problem? I have been doing this course where we were asked to solve this problem and I'm stuck on how to even get started. ¬((A ∨ B)→(A ∨ C)) ⊢ (A ∨ B) ∧ ¬(B→C)
I have been given ¬((A ∨ B)→(A ∨ C)) as the assumption introduction and the rules that I can use are -
Conjunction introduction, Conjunction elimination
Disjunction introduction, disjunction elimination
Implication introduction, implication elimination
Falsum introduction, falsum elimination
Negation introduction, negation elimination
Any help would be highly appreciated. Thank you.
Hint
You have to assume $\lnot B$ and, using LEM: $A \lor \lnot A$, derive a contradiction with Disjunction Elimination.
In this way, we have $B$ by Double Negation.
Having $B$, we have $(A \lor B)$ and, assuming $(B \to C)$ we get a new contradiction, from which $\lnot (B \to C)$.