Problem-solving strategies for sigma algebras in measure theory
Use this skill when working on sigma-algebras problems in measure theory.
Verify sigma-algebra axioms
z3_solve.py prove "sigma_algebra_axioms"sigma-algebra generation
Measurability verification
sympy_compute.py simplify "preimage(f, interval)"Product sigma-algebras
uv run python -m runtime.harness scripts/z3_solve.py prove "X_in_F and closed_under_complement and closed_under_countable_union"
uv run python -m runtime.harness scripts/z3_solve.py prove "pi_system_subset_lambda implies sigma_equal"
uv run python -m runtime.harness scripts/sympy_compute.py simplify "f_inv(A_union_B) == f_inv(A) | f_inv(B)"
From indexed textbooks:
See .claude/skills/math-mode/SKILL.md for full tool documentation.