Proving a Set Theory Statement Regarding Families of Sets

In summary, the proof shows that if F is a subset of the intersection of nonempty families G1 and G2, then the intersection of G1 and G2 is a subset of the intersection of F. The proof follows a nested structure, first fixing an arbitrary element x and considering two cases, then fixing an arbitrary set A and using it to show that x is also a member of F. This proves the statement for all x, satisfying the $\forall x\,P(x)$ structure of proofs.
  • #1
logan3
83
2
I was wondering if anyone could please check my work and reasoning for this problem. Thank-you! (Also, would this be considered a direct proof? How might a contradiction and IFF proof look like and compare?)

Problem: Suppose F, G1 and G2 are nonempty families of sets. Prove that if FG1G2, then ∩ G1 ∪ ∩ G2 ⊆ ∩ F.

Solution: Suppose F ⊆ G1 ∩ G2. Let A be an arbitrary element of F. Then since F ⊆ G1 ∩ G2 and A ∈ F, A ∈ G1 ∩ G2.

Let x be an arbitrary element of ∩ G1 and y be an arbitrary element of ∩ G2, which are defined since G1 and G2 are nonempty. Then by definition 2.3.5. (see below), ∀A (A ∈ G1 → x ∈ A) and ∀A (A ∈ G2 → y ∈ A). Thus, x, y ∈ A. Since A is an arbitrary element of F and x, y ∈ A, then x, y ∈ ∩ F, which is defined since F is nonempty. But x and y are arbitrary elements of ∩ G1 and ∩ G2, respectively, therefore ∩ G1 ∪ ∩ G2 ⊆ ∩ F.

Definition 2.3.5. Suppose F is a family of sets. Then the intersection is the set ∩ F and defined as: ∩ F = {x | ∀AF (xA)} = {x | ∀A (AFxA)} (Velleman, 2006, p. 77).
 
Physics news on Phys.org
  • #2
Your proof is correct, but I would change one subtle point. Proofs of statements of the form $\forall x\,P(x)$ often have the following shape: fix some $x$; prove $P(x)$; since $x$ was arbitrary conclude $\forall x\,P(x)$. If you have several such lines of reasoning within one proof, they should be properly nested. For example:

Code:
fix some x
  fix some y
    prove Q(y)
  conclude ∀y Q(y)
  use ∀y Q(y) to prove P(x)
conclude ∀x P(x)

In your case you are proving $\bigcap G_1\cup\bigcap G_2\subseteq\bigcap F$, so you should start by fixing an arbitrary $x\in\bigcap G_1\cup\bigcap G_2$ and considering two cases: $x\in\bigcap G_1$ and $x\in\bigcap G_2$. (You are considering these cases simultaneously, which is fine.) Your next task is to prove $\forall A\;(A\in F\to x\in A)$, so you fix an arbitrary $A$ and assume $A\in F$. This implies $A\in G_1$ and $A\in G_2$, so $x\in A$. This concludes a subproof of $\forall A\;(A\in F\to x\in A)$, i.e., $x\in \bigcap F$. At this point $A$ does not exist because the subproof that considered a specific $A$ is closed, but $x$ still does. Finally, you conclude $\forall x\;(x\in \bigcap G_1\cup\bigcap G_2\to x\in \bigcap F)$ and close the scope of $x$.
 

1. What is a set theory statement?

A set theory statement is a statement that describes the relationship between different sets, usually using logical operators such as "and", "or", and "not". It is a fundamental concept in mathematics and is used to describe and prove various mathematical theorems.

2. What does it mean to prove a set theory statement?

To prove a set theory statement means to show that the statement is true by using logical reasoning and mathematical principles. This involves demonstrating that the statement follows logically from the given definitions, axioms, and previously proven theorems.

3. What is a family of sets in set theory?

A family of sets is a collection of sets that share a common property or characteristic. For example, the family of all even numbers can be described as a set of sets, where each set contains all even numbers of a certain magnitude.

4. How do you prove a set theory statement about families of sets?

To prove a set theory statement about families of sets, you can use various techniques such as direct proof, proof by contradiction, or proof by mathematical induction. You will also need to use the properties and laws of set theory, such as the distributive law, to manipulate and simplify the statement.

5. What is the importance of proving set theory statements?

Proving set theory statements is crucial in mathematics as it allows us to establish the truth or falsity of mathematical statements. It also helps us to better understand the relationships between different sets and to discover new mathematical concepts and theorems.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
1K
Replies
6
Views
749
  • Set Theory, Logic, Probability, Statistics
Replies
13
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
506
  • Set Theory, Logic, Probability, Statistics
Replies
27
Views
3K
Back
Top