Topic 1.5 Logic and Proof I - Implications and Direct Proof Flashcards

1
Q

What is an implication?

A

An implication is the statement ‘If p, then q”, where p refers to the hypothesis and q the conclusion (written p => q)

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

What does it mean to say that an implication is true?

A

This is to say that the truth of the hypothesis p necessarily entails the truth of the conclusion q

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

How would you write a theorem for the following? Let A, B and C be sets. If A is a subset of B and B is a subset of C, then A is a subset of C

A

((A⊆B)∩(B⊆C))⇒(A⊆C)

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

What is the contrapositive?

A

Not q implies not p

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

What is the converse?

A

‘q’ implies ‘p’

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

Which proofs are logically equivalent?

A

Direct proofs, the contrapositive and the biconditional of statements, as the implication requires that either both be true or both be false (proving one statement is the same as proving the other)

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

What does p <+> q denote?

A

If we let p and q be statements, p <+> q denotes the biconditional of p and q, read “p if and only if q”

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

How do you prove “if and only if” statements?

A

To prove these statements, you must prove two components: must prove p => q, must prove q => p. You must prove both as they are independent statements

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

Prove the following theorem: Let A and B be sets. The set A is a subset of B if and only if the union of A and B equals B

A

Suppose A⊆B. To prove A∪B=B, we need to show A∪B⊆B, and B⊆A∪B by definition. If a∈A∪B then either a∈A, in which case a∈B since A⊆B, or a∈B and so in both cases a∈B

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