I'm attempting to solve a proof my professor asked. We are able to use any of the rules of inference, Indirect Proof or Conditional Proof. Every time I think am making progress I run into a brick wall. Here is the question.
- $Q \lor (R \rightarrow S)$
- $[R \rightarrow (R \rightarrow S)] \rightarrow (T \lor U)$
- $(T \rightarrow Q) \land (U \rightarrow V)$
- Conclusion: $Q \lor V$
I believe the easiest solution would be to attain $(T \lor U)$ from line 2 and then use as a Constructive Dilemma with line 3 but I'm really struggling to get past the $[R \rightarrow (R \rightarrow S)]$ part in order to get $(T \lor U)$. If anyone can help it would be greatly appreciated.
edit* I got by the previously mentioned part, but I am now struggling to get $(R \rightarrow S)$ from line one.
Translations:
- "$\supset = \rightarrow$"(if...then)
- "$\bullet = \land$"(and)
- ~ = $\lnot$(not)
here is my work thus far. I have been trying any and everything for the past 4 hours and I have no idea where I am going from here. 
[Q∨(R→S)] assumption
{[R→(R→S)]→(T∨U)} assumption
[(T→Q)∧(U→V)] assumption
[~~Q∨(R→S)] 1 double negation
[~Q→(R→S)] 4 material implication
[~Q→((R∧R)→S)] 5 ∧ tautology
[~Q→((R→(R→S)] 6 exportation
[~Q→(T∨U)] 7, 2 hypothetical syllogism
(U→V) 3 simplification (this step isn't correct... we first have to use ∧ commutativity, and then use simplification.. shall I edit this to make this explicit, or is this clear enough?).
[~Q→(~~T∨U)] 8 double negation
[~Q→(~T→U)] 10 material implication
[(~Q∧~T)→U) 11 exportation
[(~Q∧~T)→V] 12, 9 hypothetical syllogism
[(~T∧~Q)→V] 13 ∧ commutation
[~(T∨Q)→V] 14 De Morgan
[~~(T∨Q)∨V] 15 material equivalence
[(T∨Q)∨V] 16 double negation
[T∨(Q∨V)] 17 associativity
[(Q∨V)∨T] 18 ∨ commutativity
(T→Q) 3 simplification
[~~(Q∨V)∨T] 19 double negation
[~(Q∨V)→T] 21 material implication
[~(Q∨V)→Q] 21, 19 hypothetical syllogism
[~~(Q∨V)∨Q] 23 material implication
[(Q∨V)∨Q] 24 double negation
[(V∨Q)∨Q] 25 ∨ commutativity
[V∨(Q∨Q)] 26 associativity
[V∨Q] 27 ∨ tautology
[Q∨V] 28 ∨ commutativity