Proofs Flashcards

(22 cards)

1
Q

What is an argument?

A

A sequence of propositions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a valid argument?

A

A sequence of statements such that each statement is either a premise or follows from previous statements by rules of inference

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a proof?

A

A valid argument that establishes the truth of a statement

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a theorem?

A

An important statement that can be proven

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a lemma?

A

A result which is needed to prove a theorem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a corollary?

A

A result which follows directly from a theorem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a conjecture?

A

A statement that is being proposed to be true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does ∀x,y. x>y → x^2>y^2 mean?

A

For all positive real numbers x and y, if x>y, then x^2>y^2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do you start a trivial proof of p→q?

A

If q is true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you start a vacuous proof of p→q?

A

If p is false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a direct proof of p→q?

A

Assume p then show q

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a proof by contraposition of p→q?

A

Assume ¬q and show ¬p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the first statement in the direct proof of “If n is an odd integer, then n^2 is odd”?

A

Assume n is odd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the first statement in the proof by contraposition of “If n is an odd integer, then n^2 is odd”?

A

Assume n is even, show n^2 is even

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How do you prove a statement of the form p↔q?

A

Prove p→q and q→p are both true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How do you prove ∀x. P(x) is false by counter example?

A

Find an example x for which P(x) is false

17
Q

How does a constructive existence proof work?

A

Try to find an explicit value of c, for which P(c) is true. Then ∃x.P(x) is true by existential generalisation

18
Q

Give an example of a constructive existence proof

A

Show that there is a positive integer that can be written as the sum of cubes of
positive integers. eg. 1729 is such a number since 1729 = 10³ + 9³

19
Q

How does a nonconstructive existence proof work?

A

Assume no c exists which makes P(c)
true and derive a contradiction

20
Q

How do you show there exists irrational numbers x and y such that xʸ is rational using a nonconstructive existence proof?

A

Find a number (like √2) that you know is irrational then set x and y both equal to that number and write xʸ. If xʸ is then rational, you have the two irrational numbers. But you don’t know if it is rational. If it is irrational, then you can set the new number (√2^√2) equal to x and the original number (√2) equal to y, therefore by the power laws the resulting number is raitonal (2).

21
Q

What is modus ponens on p→q?

22
Q

What is modus tollens on p→q?