Tag Archives: sets

Prove It by Velleman, Section 1.4, Problem 4

Problem

Use Venn diagrams to verify that the following identities:

  1. A \setminus (A \cap B) = A \setminus B
  2. A \cup (B \cap C) = (A \cup B) \cap (A \cup C)

Solution

1.

A \setminus (A \cap B) = A \setminus B

Set A.
setA

This is A \cap B.
aIntersectB

Subtracting from A we get A \setminus B .
aMinusB

2.

A \cup (B \cap C) = (A \cup B) \cap (A \cup C)

Set A.
setAOf3

B \cap C
bIntersectCOf3

The combination would be the following:
aUnionOfBIntersectC

A \cup B
aUnionBOf3

A \cup C
aUnionCOf3

The commonality between the two is:
aUnionOfBIntersectC

Prove It by Velleman, Section 1.4, Problem 2

Problem

Let A = {United States, Germany, China, Australia}, B = {Germany France, India, Brazil}, and C = \{ x \mid \text{x is a country in Europe}\}. List the elements of the following sets. Are any of the sets below disjoint from any of the others? Are any of the sets below subsets of any others?

  1. A \cup B
  2. (A \cap B) \setminus C
  3. (B \cap C) \setminus A

Solution

1.

A \cup B

{United States, Germany, China, Australia, France, India, Brazil}

2.

(A \cap B) \setminus C

{Germany}

3.

(B \cap C) \setminus A

{France}

 

Sets 2 and 3 are disjoint. Sets 2 and 2 are subsets of 1.

 

 

Prove It by Velleman, Section 1.3, Problem 7

Problem

What are the truth sets of the following statements? List a few elements of the truth set if you can.

  1. Elizabeth Taylor was once married to x.
  2. x is a logical connective studied in Section 1.1.
  3. x is the author of this book.

Solution

1.

Elizabeth Taylor was once married to x.

{Conrad Hilton, Michael Wilding, Mike Todd, Eddie Fisher, Richrad Burton, John Warner, Larry Fortensky}

2.

 

x is a logical connective studied in Section 1.1.

\{\land, \lor, \neg\}

3.

x is the author of this book.

{Daniel J. Velleman}

 

 

Prove It by Velleman, Section 1.3, Problem 6

Problem

Simplify the following statements. Which variables are free and which are bound? If the statement has no free variables, say whether it is true or false.

  1. w \in \{x \in \mathbb{R} \mid 13 - 2x > c \}
  2. 4 \in \{ x \in \mathbb{R} \mid 13 - 2x \in \{ y \mid \text{ y is a prime number}\} \} . (It might make this statement easier to read if we let P = \{ y \mid \text{y is a prime number}\}; using this notation, we could rewrite the statement as 4 \in \{ x \in \mathbb{R} \mid 13 - 2x \in P\}.)
  3. 4 \in \{ x \in \{ y \mid \text{ y is a prime number } \} \mid 13 - 2x > 1 \} . (Using the same notation as in part 2, we could write this as 4 \in \{ x \in P \mid 13 -2x > 1 \}

Solution

1.

w \in \{x \in \mathbb{R} \mid 13 - 2x > c \}

(w \in \mathbb{R}) \land (13 - 2w > c)

w and c are free variables.

 

2.

4 \in \{ x \in \mathbb{R} \mid 13 - 2x \in P\}

(4 \in \mathbb{R}) \land (5 \in P)

There are no free variables.

It is true.

 

3.

4 \in \{ x \in P \mid 13 -2x > 1 \}

( 4 \in P ) \land (5 \in \mathbb{R})

There are no free variables.

It is false.

 

 

Prove It by Velleman, Section 1.3, Problem 3

Problem

Write definitions using elementhood tests for the following sets:

  1. [Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto]
  2. [Brown, Columbia, Cornell, Dartmouth, Harvard, Princeton, University of Pennsylvania, Yale]
  3. [Alabama, Alaska, Arizona, …, Wisconsin, Wyoming]
  4. [Alberta, British Columbia, Manitoba, New Brunswick, Newfoundland and Labrador, Northwest Territories, Nova Scotia, Nunavut, Ontario, Prince Edward Island, Quebec, Saskatchewan, Yukon]

Solution

1.

[Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto]

\{x \mid \text{x is a planet in the solar system} \}

2.

[Brown, Columbia, Cornell, Dartmouth, Harvard, Princeton, University of Pennsylvania, Yale]

\{x \mid \text{x is an Ivy League university} \}

3.

[Alabama, Alaska, Arizona, …, Wisconsin, Wyoming]

\{x \mid \text{x is a state of the US} \}

4.

[Alberta, British Columbia, Manitoba, New Brunswick, Newfoundland and Labrador, Northwest Territories, Nova Scotia, Nunavut, Ontario, Prince Edward Island, Quebec, Saskatchewan, Yukon]

\{x \mid \text{x is a province of the Canada} \}