This problem is from a Discrete Mathematics class, and I am having troubles proving 'r'.
I also am not sure if I proved ¬p correctly. Any advice will be appreciated as I am ripping my hair out trying to think what implications I can use.
Here is what I have so far: ((p∨q→r∨s)∧¬s)⊢(r∨¬p)
1. (p∨q→r∨s) Premise
2. ¬s Premise
3. (¬(r∨s)→¬(p∨q) Transposition(1)
4. (¬r∧¬s)→(¬p∧¬q) De Morgans Thereom(3)
5. (¬s→¬p) Simplification(4)
6. ¬p Modus Ponens(5,2)
I know I am probably making this harder than it really is, but I am knew to all these logical concepts and I am not entirely sure what I can imply.
You can do this:
$1. (p \lor q) \rightarrow (r \lor s) \quad premise$
$2. \neg s \quad premise$
$3. \neg (p \lor q) \lor (r \lor s) \quad Implication \ 1$
$4. (\neg p \land \neg q) \lor (r \lor s) \quad DeMorgan \ 3$
$5. (\neg p \lor r \lor s) \land (\neg q \lor r \lor s) \quad Distribution \ 4$
$6. \neg p \lor r \lor s \quad Simplification \ 5$
$7. \neg p \lor r \quad Disjunctive \ Syllogism \ 2,6$
$8. r \lor \neg p \quad Commutation \ 7$