Differences between revisions 1 and 2
Revision 1 as of 2026-08-30 22:30:02
Size: 658
Comment:
Revision 2 as of 2026-08-30 22:43:17
Size: 1087
Comment: Initial commit
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
 * For any event ''A ∈'' ℱ, ''P(A) ≥ 0''
 * ''P(''ℱ'') = 1''
 * additivity (see [[Analysis/MeasureSpace|measure spaces]] for details)
 1. For any event ''A ∈'' ℱ, ''P(A) ≥ 0''
 2. ''P(''ℱ'') = 1''
 3. additivity (see [[Analysis/MeasureSpace|measure spaces]] for details)
Line 18: Line 18:
Various properties follow from these axioms. Various rules follow from these axioms.
Line 22: Line 22:
 *  * If two events are characterized by ''A ⊆ B'', i.e. event ''A'' implies event ''B'', then ''P(A) ≤ P(B)''
 * For any event ''A ∈'' ℱ, ''P(A) ≤ 1''
 * For any two events ''A'' and ''B'', ''P(A ⋃ B``) = P(A) + P(B``) - P(A ⋂ B``)''
 * For any three events ''A'', ''B'', and ''C''; ''P(A ⋃ B ⋃ C) = P(A) + P(B``) + P(C) - P(A ⋂ B``) - P(A ⋂ C) - P(B ⋂ B``) + P(A ⋂ B ⋂ C)''



----
CategoryRicottone

Kolmogorov Axioms

The Kolmogorov axioms are the basis for probability theory.


Description

One component of a probability space triplet (Ω, , P) is the probability measure P. This is a map that satisfies three conditions called the Kolmogorov axioms:

  1. For any event A ∈ ℱ, P(A) ≥ 0

  2. P() = 1

  3. additivity (see measure spaces for details)

Various rules follow from these axioms.

  • For any event A, P(A) = 1 - P(A)C

  • P(Ø) = 0

  • If two events are characterized by A ⊆ B, i.e. event A implies event B, then P(A) ≤ P(B)

  • For any event A ∈ ℱ, P(A) ≤ 1

  • For any two events A and B, P(A ⋃ B) = P(A) + P(B) - P(A ⋂ B)

  • For any three events A, B, and C; P(A ⋃ B ⋃ C) = P(A) + P(B) + P(C) - P(A ⋂ B) - P(A ⋂ C) - P(B ⋂ B) + P(A ⋂ B ⋂ C)


CategoryRicottone

Analysis/KolmogorovAxioms (last edited 2026-08-30 22:43:17 by DominicRicottone)