Differences between revisions 4 and 9 (spanning 5 versions)
Revision 4 as of 2024-03-22 22:48:42
Size: 1696
Comment: Description
Revision 9 as of 2026-02-06 14:59:57
Size: 1309
Comment: Moving content to Analysis
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
σ algebra uses and re-uses many common notations.
Line 5: Line 4:
See also some [[Statistics/ProbabilityNotation|probability notation]], [[Statistics/BayesianNotation|Bayesian notation]], [[Statistics/JointProbability|joint probability notation]], [[Statistics/ConditionalProbability|conditional probability notation]], [[Statistics/ExpectedValues|expected value notation]], and [[Statistics/ConditionalExpectations|conditional expectation notation]].
Line 7: Line 5:
<<TableOfContents>> == Power sets ==

The power set of a set (''P(Ω)'') is the set of all subsets, including the empty set (''∅'') and the set itself (''Ω'').

This becomes analagous to a probability function in descrete cases.
Line 13: Line 15:
== Sets and Subsets == == Sigma Algebras ==
Line 15: Line 17:
The maximal set, which in probability applications is the '''sample space''', is notated as ''Ω''. A '''σ algebra''' is usually named with calligraphic uppercase letters, but that's not exactly practical in typed notes. Capital letters will be used instead.
Line 17: Line 19:
A σ algebra is notated as ''A ⊆ P(Ω)''. In other words, ''A'' is a subset of the power set of ''Ω''.
Line 18: Line 21:
To qualify as a σ algebra, ''A'' also needs to satisfy three properties:
Line 19: Line 23:
=== Subsets ===  * ''Ω'' is in ''A''
Line 21: Line 25:
Subsets are usually named with calligraphic uppercase letters, but that's not exactly practical in typed notes. Capital letters will be used instead.  * ''A'' is closed upon complementation. For any subset, the complement of that subset is also in ''A''.
Line 23: Line 27:
A subset of ''Ω'' is expressed as ''A ⊆ Ω''.



=== Intersections and Unions ===

The '''intersection''' of two sets is notated as ''A ⋂ B''; the '''union''' of two sets is notated as ''A ⋃ B''.

The intersection of all subsets ''A,,i,,'' can be expressed as:

{{attachment:intersection.svg}}

The union of all subsets ''A,,i,,'' can be expressed as:

{{attachment:union.svg}}

----



== Properties ==


A pair of sets are '''disjoint''' if there is no intersection, which is expressed as ''A ⋂ B = ∅''
 * ''A'' is closed upon countable unions.
Line 54: Line 35:
Maps are usually named with blackboard bold letters, but that's not exactly practical in typed notes. Bold capital letters will be used instead. '''Maps''' are usually named with blackboard bold letters, but that's not exactly practical in typed notes. Bold capital letters will be used instead.
Line 56: Line 37:
A map translates a (sub)set into a real number. A parallel to the functional expression of probability, ''p(A)'', is '''''P''': A -> R''. A map translates a (sub)set into a real number: '''''M''': A -> '''R'''''.



=== Probability Measures ===

'''Probability measures''' are the primary use of maps with σ algebras.

A parallel to the functional expression of probability, ''p(A)'', is '''''P''': A -> [0,1]''.

σ Algebra Notation

Power sets

The power set of a set (P(Ω)) is the set of all subsets, including the empty set () and the set itself (Ω).

This becomes analagous to a probability function in descrete cases.


Sigma Algebras

A σ algebra is usually named with calligraphic uppercase letters, but that's not exactly practical in typed notes. Capital letters will be used instead.

A σ algebra is notated as A ⊆ P(Ω). In other words, A is a subset of the power set of Ω.

To qualify as a σ algebra, A also needs to satisfy three properties:

  • Ω is in A

  • A is closed upon complementation. For any subset, the complement of that subset is also in A.

  • A is closed upon countable unions.


Maps

Maps are usually named with blackboard bold letters, but that's not exactly practical in typed notes. Bold capital letters will be used instead.

A map translates a (sub)set into a real number: M: A -> R.

Probability Measures

Probability measures are the primary use of maps with σ algebras.

A parallel to the functional expression of probability, p(A), is P: A -> [0,1].


CategoryRicottone

Statistics/SigmaAlgebraNotation (last edited 2026-02-06 14:59:57 by DominicRicottone)