Sign in

Libre University uses your GitHub account. Signing in is only needed to sit a final test, so the score is kept on your profile.

Assumptions, conditional proof and reductio

1.[2p]

To prove φψ by conditional proof you

Correct
The answer is: assume $\varphi$, derive $\psi$, then close the subproof and write the conditional
The answer is: assume $\varphi$, derive $\psi$, then close the subproof and write the conditional
The answer is: assume $\varphi$, derive $\psi$, then close the subproof and write the conditional

2.[3p]

Why may a line inside a closed subproof never be cited afterwards?

Correct
The answer is: It depends on an assumption that is no longer in force
The answer is: It depends on an assumption that is no longer in force
The answer is: It depends on an assumption that is no longer in force

3.[2p]

What is the freely made first line of a subproof called? One word.

CorrectNot quite: assumption

4.[2p]

From a contradiction, any formula whatever may be derived.

Correct
The answer is: True

5.[2p]

Argument by cases uses a disjunction φψ by

Correct
The answer is: deriving the same conclusion from each disjunct in turn
The answer is: deriving the same conclusion from each disjunct in turn
The answer is: deriving the same conclusion from each disjunct in turn

6.[3p]

Match each metatheorem to what it says.

  • Soundness

  • Completeness

  • Decidability

  • everything entailed is derivable

  • everything derivable is entailed

  • a procedure settles every case in finite time

Show the answer

Soundness: everything derivable is entailed Completeness: everything entailed is derivable Decidability: a procedure settles every case in finite time

7.[3p]

Which of these become provable only once assumptions are allowed?

Select all that apply

Correct
Correct
Correct
The answer is: $P \rightarrow P$, $P \vee \neg P$, $\neg P \vee \neg Q$ from $\neg(P \wedge Q)$

8.[3p]

Which rule does intuitionistic logic reject, so that P¬P is not provable in it?

Correct
The answer is: Double negation elimination
The answer is: Double negation elimination
The answer is: Double negation elimination

9.[2p]

Soundness and completeness together mean that Γφ and Γφ hold in exactly the same cases.

Correct
The answer is: True