summaryrefslogtreecommitdiffstats
path: root/pages/measure-and-integration/measure-theory/measures.md
blob: c843881308333f1fbdd414bf1c030ab0bf223a7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: Measures
parent: Measure Theory
grand_parent: Measure and Integration
nav_order: 4
---

# {{ page.title }}

{% definition %}
A *measure* on a σ-algebra $\mathcal{A}$ on a set $X$
is mapping $\mu : \mathcal{A} \to [0,\infty]$ such that

- $\mu(\varnothing) = 0$,
- for every sequence $(A_n)_{n \in \NN}$ of
  pairwise disjoint sets $A_n \in \mathcal{A}$

  $$
  \mu \bigg\lparen \bigcup_{n=1}^{\infty} A_n \! \bigg\rparen
  = \sum_{n=0}^{\infty} \mu(A_n).
  $$
{% enddefinition %}

{% definition Measure Space %}
A *measure space* is a triple $(X,\mathcal{A},\mu)$ of
a set $X$,
a σ-algebra $\mathcal{A}$ on $X$
and a measure $\mu$ on $\mathcal{A}$.
{% enddefinition %}