Proving a Set Theory Statement Regarding Families of Sets

Click For Summary
SUMMARY

The discussion focuses on proving the set theory statement that if F, G1, and G2 are nonempty families of sets and F ⊆ G1 ∩ G2, then ∩ G1 ∪ ∩ G2 ⊆ ∩ F. The proof correctly establishes that for any arbitrary element x in ∩ G1 ∪ ∩ G2, it can be shown that x must also belong to ∩ F. The proof structure is validated, emphasizing the importance of properly nesting subproofs and fixing arbitrary elements to maintain clarity in logical reasoning.

PREREQUISITES
  • Understanding of set theory concepts, specifically families of sets.
  • Familiarity with intersection and union operations in set theory.
  • Knowledge of logical proofs, including direct proofs and proof by contradiction.
  • Experience with quantifiers in mathematical logic, particularly universal quantification.
NEXT STEPS
  • Study the concept of nested proofs in mathematical logic.
  • Learn about proof techniques such as proof by contradiction and biconditional proofs (IFF).
  • Explore advanced set theory topics, including cardinality and power sets.
  • Review the definitions and properties of intersections and unions in set theory.
USEFUL FOR

Mathematicians, students studying set theory, and anyone interested in formal proofs and logical reasoning in mathematics.

logan3
Messages
83
Reaction score
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
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$.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
Replies
6
Views
1K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 21 ·
Replies
21
Views
7K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K