Sigma algebra: Difference between revisions
Jump to navigation
Jump to search
imported>Ragnar Schroder (Put content into Formal definition section.) |
imported>Ragnar Schroder m (→External links: - fixed error in link) |
||
Line 7: | Line 7: | ||
# Ø ∈ <math>\Omega</math>. | # Ø ∈ <math>\Omega</math>. | ||
# A ∈ F => <math>A^c</math> ∈ F | # A ∈ F => <math>A^c</math> ∈ F | ||
# G ⊆ F => <math>\bigcup_{G_i in G}^{} G_{i} </math> ∈ F | # G ⊆ F => <math>\bigcup_{G_i in G}^{} G_{i} </math> ∈ F | ||
==Example== | ==Example== | ||
Line 22: | Line 20: | ||
*A5={Red, Green} | *A5={Red, Green} | ||
*A6={Red, Yellow} | *A6={Red, Yellow} | ||
*A7={Red, Yellow, Green} (the whole set \Omega) | *A7={Red, Yellow, Green} (the whole set <math>\Omega</math>) | ||
Let F={A0, A1, A4, A5, A7}, a subset of <math>2^\Omega</math>. | Let F={A0, A1, A4, A5, A7}, a subset of <math>2^\Omega</math>. | ||
Line 33: | Line 31: | ||
Thus F is a '''sigma algebra''' over <math>\Omega</math>. | Thus F is a '''sigma algebra''' over <math>\Omega</math>. | ||
== See also == | == See also == | ||
Line 43: | Line 39: | ||
== External links == | == External links == | ||
*[http://www.probability.net/WEBdynkin.pdf | *[http://www.probability.net/WEBdynkin.pdf] Tutorial on www.probability.net , electronic document. | ||
[[Category:Mathematics Workgroup]] | [[Category:Mathematics Workgroup]] |
Revision as of 18:41, 27 June 2007
A sigma algebra is an advanced mathematical concept. It refers to a formal mathematical structure intended among other things to provide a rigid basis for axiomatic probability theory.
Formal definition
Given a set . Let P=2^ be it's power set, i.e. set of all subsets of . Let F ⊆ P such that all the following conditions are satisfied:
- Ø ∈ .
- A ∈ F => ∈ F
- G ⊆ F => ∈ F
Example
Given the set ={Red,Yellow,Green}
The power set is {A0,A1,A2,A3,A4,A5,A6,A7}, with
- A0={} (The empty set}
- A1={Green}
- A2={Yellow}
- A3={Yellow, Green}
- A4={Red}
- A5={Red, Green}
- A6={Red, Yellow}
- A7={Red, Yellow, Green} (the whole set )
Let F={A0, A1, A4, A5, A7}, a subset of .
Notice that the following is satisfied:
- The empty set is in F.
- The original set is in F.
- For any set in F, you'll find it's complement in F as well.
- For any subset of F, the union of the sets therein will also be in F. For example, the union of all elements in the subset {A0,A1,A4} of F is A0 U A1 U A4 = A5.
Thus F is a sigma algebra over .
See also
References
External links
- [1] Tutorial on www.probability.net , electronic document.