Proof by induction in sets

In summary, the formal interpretation of the notation \bigcup_{i=1}^\infty A_i is the set of sets that are contained in the superset of all the sets in the collection \mathscr{C} indexed by the set A.
  • #1
TheMathNoob
189
4

Homework Statement


Let A1,A 2,...be an infinite sequence of events such that A1⊂A2⊂... Prove that

Pr(∪Ai)=limn→infPr(An)

∪ is also an iterator that starts from i=1 to infinity. How can you put those iterators?[/B]

Homework Equations


I decided to use induction

The Attempt at a Solution



Proof by induction

Base case

let A1⊂A2[/B]
so A1∪A2=A2
Therefore Pr(A1∪A2)=Pr(A2)

Inductive Step

let Pr(∪Ai)=limk→infPr(Ak)

then we have to show that if Ak⊂Ak+1 then limk→infPr(Ak∪Ak+1)=limk→infPr(Ak+1)

so

This is true because Ak∪Ak+1=Ak+1
so limk→infPr(Ak∪Ak+1)=limk→infPr(Ak+1)


so by math induction Pr(∪Ai)=limn→infPr(An)

is that right?
 
Physics news on Phys.org
  • #2
Hit the Reply button to see the LaTeX code I used to produce this: ##\bigcup_{i=1}^\infty A_i##.

Induction is useful when you want to prove a statement of the form ##\forall n~ P(n)##, where P(n) is a statement about the integer n. The idea is that instead of proving P(1), P(2), and so on (a process that would never be finished), you can just prove the two statements ##P(1)## and ##\forall n~ P(n)\Rightarrow P(n+1)##. If you want to use induction, the first thing you need to do is to identify the statement P(n). This isn't possible here, since the theorem you want to prove doesn't contain a statement about an integer.

So induction isn't the way to go here. I would use the fact that Pr is a measure and that measures are countably additive. Do you know how to rewrite a union as a union of disjoint sets? I'm sure you've seen ##E\cup F=E\cup(F-E)##, but do you know how to rewrite ##\bigcup_{i=1}^\infty A_i## as a union of disjoint sets?
 
Last edited:
  • #3
TheMathNoob said:

Homework Statement


Let A1,A 2,...be an infinite sequence of events such that A1⊂A2⊂... Prove that

Pr(∪Ai)=limn→infPr(An)

∪ is also an iterator that starts from i=1 to infinity. How can you put those iterators?[/B]

Homework Equations


I decided to use induction

The Attempt at a Solution



Proof by induction

Base case

let A1⊂A2[/B]
so A1∪A2=A2
Therefore Pr(A1∪A2)=Pr(A2)

Inductive Step

let Pr(∪Ai)=limk→infPr(Ak)

then we have to show that if Ak⊂Ak+1 then limk→infPr(Ak∪Ak+1)=limk→infPr(Ak+1)

so

This is true because Ak∪Ak+1=Ak+1
so limk→infPr(Ak∪Ak+1)=limk→infPr(Ak+1)


so by math induction Pr(∪Ai)=limn→infPr(An)

is that right?

No, it is not right. All you can get from your method is that ##\lim_{n \to \infty} P(A_n) \leq P(\cup_{i=1}^{\infty} A_i)##. To actually prove equality takes some subtlety; it follows from "countable additivity" ( ##P(\cup_i A_i) = \sum_i P(A_i)## for infinitely many disjoint ##A_i## ), but not from just finite additivity ( ##P(\cup_i A_i) = \sum_i P(A_i)## for finitely many disjoint ##A_i## ). Some treatments of probability even use axioms consisting of finite additivity plus the statement you are trying to prove; from that you can prove countable additivity.

The property you are attempting to prove is known as "continuity of probability".
 
  • #4
TheMathNoob said:
∪ is also an iterator that starts from i=1 to infinity. How can you put those iterators?
Since Fredrik and Ray have answered your main question, I'll take the liberty of replying to your ancillary question, which is the above.

The formal interpretation of ##\bigcup_{i=1}^\infty A_i## is as follows.

First, for it to make sense at all, we need a set ##\mathscr{C}##, which we can think of as a 'collection' of sets, and a function ##f:\mathbb{N}\to\mathscr{C}##, which is our 'indexing' function. We denote ##f(i)## by ##A_i##, which is the ##i##th set in collection ##\mathscr{C}##.
We also need a master set that is a superset of all the ##A_i##. That is, we need a set ##M## with the property that ##\forall i\in\mathbb{N}:\, A_i\subseteq M##.

With these formalities completed, we can define

$$\bigcup_{i=1}^\infty A_i\equiv \{x\in M|\exists i\in\mathbb{N}:\,x\in A_i\}$$

The existence of this set is guaranteed not by the Axiom of Union, as one would expect, as that axiom is only useful for finite unions. Instead it is guaranteed by the Axiom Schema of Separation (see the heading 'Separation Schema' under this link).

A more compact and - to me - more aesthetically pleasing notation is available whereby we discard the index function and just write:

$$\bigcup_{A\in\mathscr{C}} A$$

This is the same set as defined above. I prefer this notation as it is more 'purist' but most people find the numeric index notation more intuitive as they are used to indexing things with integers. However, once we start dealing with uncountable collections we are forced to give up the numeric index notation.
 

1. What is proof by induction in sets?

Proof by induction is a mathematical technique used to prove that a statement or property holds true for all elements in a set. It involves breaking the set into smaller subsets and showing that the statement holds true for the smallest subset, then using that to prove it for the next subset, and so on until it can be shown that the statement holds true for the entire set.

2. Why is proof by induction useful?

Proof by induction is useful because it allows us to prove statements that hold true for an infinite number of elements in a set, without having to check each individual element. It is also a widely accepted and rigorous method of proof in mathematics.

3. What are the steps involved in proof by induction?

The steps involved in proof by induction are as follows:

  1. Base Case: Show that the statement holds true for the first element or smallest subset of the set.
  2. Inductive Hypothesis: Assume that the statement holds true for a particular subset.
  3. Inductive Step: Use the inductive hypothesis to prove that the statement holds true for the next subset.
  4. Conclusion: By using the inductive step, it can be shown that the statement holds true for all elements in the set.

4. Can proof by induction be used for any set?

No, proof by induction can only be used for sets that have a well-defined order and can be broken down into smaller subsets. It is commonly used for sets of natural numbers, but can also be applied to other sets with a defined order.

5. Are there any common pitfalls to watch out for when using proof by induction?

One common pitfall is assuming that the statement holds true for all elements without properly proving it for each subset. Another pitfall is using circular reasoning, where the statement being proved is used to prove itself. It is important to carefully follow the steps of proof by induction to avoid these pitfalls.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
16
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
7K
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
7
Views
421
  • Calculus and Beyond Homework Help
Replies
1
Views
2K
Replies
3
Views
5K
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
Replies
2
Views
2K
  • General Math
Replies
3
Views
843
Back
Top