lebesgue-measure
Apply mathematical techniques for Lebesgue measure analysis and proofs.
Install
mkdir -p .claude/skills/lebesgue-measure && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/6568" && unzip -o skill.zip -d .claude/skills/lebesgue-measure && rm skill.zipInstalls to .claude/skills/lebesgue-measure
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Problem-solving strategies for lebesgue measure in measure theoryKey capabilities
- →Construct outer measures using infimum of sums
- →Verify measurable sets via Caratheodory criterion
- →Compute Borel set properties
- →Apply regularity theorems
- →Solve Lebesgue measure problems
How it works
The skill provides a decision tree and tool commands to apply measure theory definitions and theorems using Sympy for computation and Z3 for logical verification.
Inputs & outputs
When to use lebesgue-measure
- →Construct outer measures
- →Prove measurable sets using Caratheodory criterion
- →Compute Borel set properties
About this skill
Lebesgue Measure
When to Use
Use this skill when working on lebesgue-measure problems in measure theory.
Decision Tree
-
Outer measure construction
- m*(A) = inf{sum |I_n| : A subset union(I_n)}
sympy_compute.py sum "length(I_n)" --var n
-
Caratheodory criterion
- E is measurable if: m*(A) = m*(A & E) + m*(A & E^c) for all A
z3_solve.py prove "caratheodory_criterion"
-
Lebesgue measure properties
- Translation invariant: m(E + x) = m(E)
- sigma-additive on measurable sets
- m([a,b]) = b - a
-
Regularity theorems
- Inner regularity: m(E) = sup{m(K) : K compact, K subset E}
- Outer regularity: m(E) = inf{m(U) : U open, E subset U}
Tool Commands
Sympy_Outer_Measure
uv run python -m runtime.harness scripts/sympy_compute.py sum "length(I_n)" --var n --from 1 --to oo
Z3_Caratheodory
uv run python -m runtime.harness scripts/z3_solve.py prove "mu(A) == mu(A & E) + mu(A & E_complement)"
Sympy_Borel_Sets
uv run python -m runtime.harness scripts/sympy_compute.py simplify "open_set_countable_union"
Key Techniques
From indexed textbooks:
- [Measure, Integration Real Analysis (... (Z-Library)] Lebesgue measure on the Lebesgue measurable sets does have one small advantage over Lebesgue measure on the Borel sets: every subset of a set with (outer) measure 0 is Lebesgue measurable but is not necessarily a Borel set. However, any natural process that produces a subset of R will produce a Borel set. Thus this small advantage does not often come up in practice.
- [Measure, Integration Real Analysis (... (Z-Library)] B j j You have probably long suspected that not every subset of R is a Borel set. Now j j j j Section 2D Lebesgue Measure restricted to the Borel sets, is a measure. Borel sets Outer measure is a measure on (R, of R.
- [Measure, Integration Real Analysis (... (Z-Library)] The terminology Lebesgue set would make good sense in parallel to the termi- nology Borel set. However, Lebesgue set has another meaning, so we need to use Lebesgue measurable set. Every Lebesgue measurable set differs from a Borel set by a set with outer measure 0.
- [Measure, Integration Real Analysis (... (Z-Library)] If you go at a leisurely pace, then covering Chapters 1–5 in the rst semester may be a good goal. If you go a bit faster, then covering Chapters 1–6 in the rst semester may be more appropriate. For a second-semester course, covering some subset of Chapters 6 through 12 should produce a good course.
- [Measure, Integration Real Analysis (... (Z-Library)] Egorov’s Theorem, which states that pointwise convergence of a sequence of measurable functions is close to uniform convergence, has multiple applications in later chapters. Luzin’s Theorem, back in the context of R, sounds spectacular but has no other uses in this book and thus can be skipped if you are pressed for time. Chapter 4: The highlight of this chapter is the Lebesgue Differentiation Theorem, which allows us to differentiate an integral.
Cognitive Tools Reference
See .claude/skills/math-mode/SKILL.md for full tool documentation.
When not to use it
- →Non-measure theory mathematical problems
Limitations
- →Limited to Lebesgue measure scope
- →Requires understanding of measure theory
How it compares
It integrates symbolic computation and automated theorem proving specifically for Lebesgue measure problems.
Compared to similar skills
lebesgue-measure side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| lebesgue-measure (this skill) | 1 | 7mo | Review | Advanced |
| literature-review | 559 | 2mo | Review | Advanced |
| openalex-database | 48 | 7mo | Review | Intermediate |
| scientific-critical-thinking | 18 | 7mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by parcadei
View all by parcadei →You might also like
literature-review
K-Dense-AI
Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature searches across biomedical, scientific, and technical domains. Creates professionally formatted markdown documents and PDFs with verified citations in multiple citation styles (APA, Nature, Vancouver, etc.).
openalex-database
davila7
Query and analyze scholarly literature using the OpenAlex database. This skill should be used when searching for academic papers, analyzing research trends, finding works by authors or institutions, tracking citations, discovering open access publications, or conducting bibliometric analysis across 240M+ scholarly works. Use for literature searches, research output analysis, citation analysis, and academic database queries.
scientific-critical-thinking
davila7
Evaluate research rigor. Assess methodology, experimental design, statistical validity, biases, confounding, evidence quality (GRADE, Cochrane ROB), for critical analysis of scientific claims.
biorxiv-database
lifangda
Efficient database search tool for bioRxiv preprint server. Use this skill when searching for life sciences preprints by keywords, authors, date ranges, or categories, retrieving paper metadata, downloading PDFs, or conducting literature reviews.
physics-validator
omriwen
Validate optical physics parameters including Fresnel numbers, diffraction regimes, and resolution limits. This skill should be used when configuring Telescope, Microscope, or Camera instruments to ensure physically realistic parameters.
fda-database
davila7
Query openFDA API for drugs, devices, adverse events, recalls, regulatory submissions (510k, PMA), substance identification (UNII), for FDA regulatory data analysis and safety research.