Anthony Berg f7f23d67b4
Some checks failed
/ Deploy to Cloudflare Pages (push) Failing after 13m6s
Quartz sync: May 27, 2025, 12:31 PM
2025-05-27 12:31:23 +02:00

704 B

Question

What is a measure? Easy examples?

Answer

It is pretty much self explanatory with the name for what it is supposed to do.

But a Measure on a set X (maybe not required: with \Sigma as a Sigma-Algebra over X)is a function \mu : M \to [0,\infty], such that:

  1. Non-negativity: for all E \in \Sigma,\ \mu(E) \geq 0. (maybe not required)
  2. \mu(\emptyset) = 0
  3. Countable additivity: \mu(\cup_{n=1}^{\infty} A_{n}) = \sum_{n=1}^{\infty}\mu(A_{n}) (for pairwise disjoint A_{n} \in M)

Then we say that X is a measure space.

Note

You may also want to take a look at Measurable

Easy Examples

Lecture 14#Lemma