How Do You Prove Subset Relationships Within Intersecting Indexed Sets?

  • Thread starter Thread starter gbean
  • Start date Start date
  • Tags Tags
    Intersection Sets
gbean
Messages
40
Reaction score
0

Homework Statement


Show that the intersection of Ai (for all i in I = {1, 2, 3, ... n } = A1. Ai is a subset of Aj whenever i <= j.

Homework Equations


The Attempt at a Solution


Show:
***I'm having trouble showing part 1***1. that the intersection of Ai is a subset of A1, and
2. A1 is a subset of the intersection of Ai.

This is my attempt: 1. Let x be an element of the intersection of Ai. Then x is in Ai for all i in I. Since A1 is contained in all Ai, then x is contained in A1.

2. Let x be an element of A1, then as A1 is a subset of Aj, for all j >= 1, x is an element of Aj. Thus, x is an element of the intersection of Ai.
 
Physics news on Phys.org
I think that's completely correct. Except maybe that you don't need A1 is a subset of Ai for the first part. If x is in the intersection of the Ai, it's certainly in A1.
 
"This is my attempt: 1. Let x be an element of the intersection of Ai. Then x is in Ai for all i in I. [STRIKE]Since A1 is contained in all Ai, then x is contained in A1.[/STRIKE]"

Since x ∈ Ai for all i ∈ I, then clearly, x ∈ A1, because 1 ∈ I .

(Not that what you had was incorrect, but I think this is more direct.)

You could do (2.) by induction.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top