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.

Proof technique

1.[3p]

Match each proof technique to the rule that licenses it.

  • Direct proof

  • Proof by cases

  • Proof by contradiction

  • Existence proof

  • existential introduction

  • negation introduction

  • disjunction elimination

  • conditional proof

Show the answer

Direct proof: conditional proof Proof by cases: disjunction elimination Proof by contradiction: negation introduction Existence proof: existential introduction

2.[3p]

To prove "if n2 is even then n is even" by contraposition you show

Correct
The answer is: that if $n$ is odd then $n^2$ is odd
The answer is: that if $n$ is odd then $n^2$ is odd
The answer is: that if $n$ is odd then $n^2$ is odd

3.[2p]

Proving the converse of a claim

Correct
The answer is: proves a different statement and establishes nothing about the original
The answer is: proves a different statement and establishes nothing about the original
The answer is: proves a different statement and establishes nothing about the original

4.[3p]

The claim that every odd composite number is a prime plus twice a square first fails at which number?

CorrectNot quite: 5777

5.[2p]

How many counterexamples are needed to refute a universal claim?

Correct
The answer is: One
The answer is: One
The answer is: One

6.[2p]

Induction is a rule of first-order logic.

The answer is: False
Correct

7.[3p]

Why is induction not derivable from the rules of this course?

Correct
The answer is: A derivation is finite, so it reaches $S(1)$, $S(2)$ and so on one at a time and never all of them
The answer is: A derivation is finite, so it reaches $S(1)$, $S(2)$ and so on one at a time and never all of them
The answer is: A derivation is finite, so it reaches $S(1)$, $S(2)$ and so on one at a time and never all of them

8.[3p]

The proof that irrational a and b exist with ab rational, arguing from 22, is

Correct
The answer is: non-constructive, because it does not say which of the two cases holds
The answer is: non-constructive, because it does not say which of the two cases holds
The answer is: non-constructive, because it does not say which of the two cases holds

9.[2p]

The cases in an argument by cases must be exhaustive but need not be mutually exclusive.

Correct
The answer is: True