

























Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Pf: Suppose that A and B are empty sets. Since A is an empty set, the statement x∈A is false for all x, so. (∀x)( x ...
Typology: Schemes and Mind Maps
1 / 33
This page cannot be seen from the preview
Don't miss anything!


























In a direct proof one starts with the premise (hypothesis) and proceed directly to the conclusion with a chain of implications. Most simple proofs are of this kind. Definitions: An integer n is odd iff there exists an integer k so that n = 2k+1. An integer n is even iff there exists an integer s so that n = 2s. Example of a direct proof: If n is an odd integer then n 2 is odd. Pf: Let n be an odd integer. There exists an integer k so that n = 2k+1. n 2 = (2k+1) 2 = 4k 2
Thm : The empty set is unique. Pf : Suppose that A and B are empty sets. Since A is an empty set, the statement x∈A is false for all x, so (∀x)( x∈A ⇒ x∈B ) is true! That is, A ⊆ B. Since B is an empty set, the statement x∈B is false for all x, so (∀x)( x∈Β ⇒ x∈Α ) is also true. Thus, B ⊆ Α. Since A ⊆ B and B ⊆ Α we have A = B. We will use a direct proof here ... but later we will use another technique to prove this.
Pf: Let A be a set. Since x ∈ ∅ is false for all x, (∀x)( x ∈ ∅ ⇒ x∈Α ) is true. Thus, ∅ ⊆ A. Since A was arbitrary, ∅ is a subset of every set. Thm : The empty set is a subset of every set .* ∗ Observe that the statement is a quantified statement: (∀A, A a set)( ∅ ⊆ A) To prove a "for all" statement, one starts with an arbitrary element of the universe for the variable ... assuming no properties other than membership, and show that the statement is true for it.
Pf : Let A be an arbitrary set. Since x∈A ⇒ x∈A for all x (whether x∈A is true or not) (∀x)(x∈A ⇒ x∈A ) is true. So, A ⊆ A for all sets A.
This proof method is based on the Law of the Excluded Middle. Essentially, if you can show that a statement can not be false, then it must be true. In practice, you assume that the statement you are trying to prove is false and then show that this leads to a contradiction (any contradiction). This method can be applied to any type of statement , not just conditional statements. There is no way to predict what the contradiction will be.
2
2
2
2
2
Definition : A real number r is rational iff it can be written as r = a/b with a and b integers and b ≠ 0. A real number is irrational if it is not rational.
Thm : The empty set is unique. Pf : BWOC suppose that A and B are distinct empty sets. Since A is an empty set, the statement x∈A is false for all x, so (∀x)( x∈A ⇒ x∈B ) is true! That is, A ⊆ B. Since B is an empty set, the statement x∈B is false for all x, so (∀x)( x∈Β ⇒ x∈Α ) is also true. Thus, B ⊆ Α. Since A ⊆ B and B ⊆ Α we have A = B. →← The contradiction method in this case does not add anything to the argument, it just puts an unnecessary layer over the basic direct method ... this is not wrong, its just in bad taste!!
A proof of a P ⇔ Q statement usually uses the tautology P ⇔ Q ≡ (P ⇒ Q) ∧ (Q ⇒ P) That is, we prove an iff statement by seperately proving the "if" part and the "only if" part.
Thm : If a set S has n elements then P (S) has 2 n elements. We will provide at least two proofs of this important result in later sections when we talk about the techniques used. Examples : If S = ∅ then P (∅) = {∅} which is not the empty set! S contains 0 elements, and P (∅) has 2 0 = 1 element. If S = {a}, then P (S) = {∅,{a}} and has 2 1 = 2 elements. If S = {a,b} then P (S) = {∅,{a},{b},{a,b}} and has 2 2 = 4 elements.
Thm : Let A and B be sets. Then A ⊆ B iff P (A) ⊆ P (B). Pf : (⇒ Sufficiency) Let C ∈ P (A), then C ⊆ A. Since A ⊆ Β we have by transitivity that C ⊆ B. Thus, C ∈ P (B). Since C was arbitrary, P (A) ⊆ P (B). (⇐ Necessity) Let x ∈ A. Then {x} ⊆ A. Since P (A) ⊆ P (B), {x} ∈ P (B), so {x} ⊆ B. Thus x ∈ B, and since x was arbitrary, A ⊆ B. Both parts of this proof illustrate the method of " element chasing " used frequently in proofs involving sets.