title: From TA
You cannot use natural deduction to prove something is invalid, only using truth tables, hence if you are asked to prove using natural deduction, chances are that it is valid.

1

Let be that Lynn works part time. test Let be that Lynn works full time. Let be that Lynn plays on the team. Let be that Lynn is busy.

Determine whether is valid.

Instead of CL:

interpretation
001111
011000
100111
110011

Hence the argument is valid.

title: Correct answer.

2

Let be that it is raining. Let be that they work in the yard. Let be that they go to the library.

Show that using natural deduction.

title: Seems correct but their solution is different.
$$
	\begin{array}{l}
		\begin{aligned}
			&1. &&R \lor W &&\text{data} \\
			&2. &&\neg R \lor L &&\text{data} \\
			&3. &&\neg R \rightarrow (W \lor L) &&\text{subcomputation}
		\end{aligned} \\
		\boxed{
			\begin{aligned}
				& && && &&\underline{W \lor L} \\
				&3.1 &&\neg R &&\text{assumption} \\
				&3.2 &&L &&\text{from } (2.), (3.1) \text{ and } (\lor E1) \\
				&3.3 &&W \lor L &&\text{from } (3.2) \text{ and } (\lor I)
			\end{aligned}
		} \\
		\begin{aligned}
			&4. &&L \rightarrow (W \lor L) &&\text{subcomputation}
		\end{aligned} \\
		\boxed {
			\begin{aligned}
				& && && &&\underline{W \lor L} \\
				&4.1 &&L &&\text{assumption} \\
				&4.2 &&W \lor L &&\text{from} (4.1) \text{ and } (\lor I)
			\end{aligned}
		} \\
		\begin{aligned}
			&5. &&W \lor L &&\text{from } (2.), (3.), (4.) \text{ and } (\lor E)
		\end{aligned}
	\end{array}
$$

3

Let be that they graduate this semester. Let be that they pass physics. Let be that they study physics for 10 hours a week. Let be that they play volleyball.

Demonstrate the validity of .

title: Worked through this with solutions.

4.1

Show that the following hold:

title: Reached conclusion but they avoided using variant rules.

4.2

title: Worked with solutions.

4.3

title: Correct answer.

5 (optional)

Prove using natural deduction that the variant rules can be obtained from the basic ones. For each variant rule, provide a natural proof deduction proof of its conclusion from its premises using only the basic rules.