Problem-solving strategies for lebesgue measure in measure theory
Use this skill when working on lebesgue-measure problems in measure theory.
Outer measure construction
sympy_compute.py sum "length(I_n)" --var nCaratheodory criterion
z3_solve.py prove "caratheodory_criterion"Lebesgue measure properties
Regularity theorems
uv run python -m runtime.harness scripts/sympy_compute.py sum "length(I_n)" --var n --from 1 --to oo
uv run python -m runtime.harness scripts/z3_solve.py prove "mu(A) == mu(A & E) + mu(A & E_complement)"
uv run python -m runtime.harness scripts/sympy_compute.py simplify "open_set_countable_union"
From indexed textbooks:
See .claude/skills/math-mode/SKILL.md for full tool documentation.