integration-theory

Problem-solving strategies for integration theory in measure theory

422 stars

Best use case

integration-theory is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Problem-solving strategies for integration theory in measure theory

Teams using integration-theory should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/integration-theory/SKILL.md --create-dirs "https://raw.githubusercontent.com/vibeeval/vibecosystem/main/skills/math/measure-theory/integration-theory/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/integration-theory/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How integration-theory Compares

Feature / Agentintegration-theoryStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Problem-solving strategies for integration theory in measure theory

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Integration Theory

## When to Use

Use this skill when working on integration-theory problems in measure theory.

## Decision Tree


1. **Simple function integration**
   - For s = sum(a_i * chi_{E_i}): integral s dmu = sum(a_i * mu(E_i))
   - `sympy_compute.py simplify "simple_integral"`

2. **Monotone Convergence Theorem (MCT)**
   - If 0 <= f_n <= f_{n+1} and f_n -> f:
   - lim integral(f_n) = integral(lim f_n)
   - Use for increasing sequences

3. **Dominated Convergence Theorem (DCT)**
   - If |f_n| <= g (integrable) and f_n -> f pointwise:
   - lim integral(f_n) = integral(f)
   - `z3_solve.py prove "dominated_convergence"`

4. **Fatou's Lemma**
   - integral(liminf f_n) <= liminf(integral f_n)
   - Use as lower bound when MCT/DCT don't apply

5. **Fubini-Tonelli**
   - For product measures: switch order of integration
   - Tonelli: non-negative functions (always valid)
   - Fubini: integrable functions


## Tool Commands

### Sympy_Simple_Integral
```bash
uv run python -m runtime.harness scripts/sympy_compute.py integrate "sum(a_i * chi_E_i)" --var mu
```

### Z3_Mct
```bash
uv run python -m runtime.harness scripts/z3_solve.py prove "f_n_increasing implies lim_integral_equals_integral_lim"
```

### Z3_Dct
```bash
uv run python -m runtime.harness scripts/z3_solve.py prove "abs(f_n) <= g and g_integrable implies limit_exchange"
```

### Sympy_Fatou
```bash
uv run python -m runtime.harness scripts/sympy_compute.py limit "liminf(integral_f_n)" --comparison "integral_liminf_f_n"
```

## Key Techniques

*From indexed textbooks:*

- [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)] Suppose B is a Borel set and f : B R is a Lebesgue measurable function. B : g(x) = f (x) gj Open Access This chapter is licensed under the terms of the Creative Commons Attribution-NonCommercial 4. International License (http://creativecommons.
- [Measure, Integration  Real Analysis (... (Z-Library)] Statue in Milan of Maria Gaetana Agnesi, who in 1748 published one of the rst calculus textbooks. A translation of her book into English was published in 1801. In this chapter, we develop a method of integration more powerful than methods contemplated by the pioneers of calculus.
- [Measure, Integration  Real Analysis (... (Z-Library)] Preface for Instructors Chapter 3: Integration with respect to a measure is dened in this chapter in a natural fashion rst for nonnegative measurable functions, and then for real-valued measurable functions. The Monotone Convergence Theorem and the Dominated Convergence Theorem are the big results in this chapter that allow us to interchange integrals and limits under appropriate conditions. Preface for Instructors Chapter 8: This chapter focuses on Hilbert spaces, which play a central role in modern mathematics.
- [Measure, Integration  Real Analysis (... (Z-Library)] Chapter 6: After a quick review of metric spaces and vector spaces, this chapter denes normed vector spaces. The big result here is the Hahn–Banach Theorem about extending bounded linear functionals from a subspace to the whole space. Then this chapter introduces Banach spaces.

## Cognitive Tools Reference

See `.claude/skills/math-mode/SKILL.md` for full tool documentation.

Related Skills

numerical-integration

422
from vibeeval/vibecosystem

Problem-solving strategies for numerical integration in numerical methods

proof-theory

422
from vibeeval/vibecosystem

Problem-solving strategies for proof theory in mathematical logic

operator-theory

422
from vibeeval/vibecosystem

Problem-solving strategies for operator theory in functional analysis

workflow-router

422
from vibeeval/vibecosystem

Goal-based workflow orchestration - routes tasks to specialist agents based on user goals

wiring

422
from vibeeval/vibecosystem

Wiring Verification

websocket-patterns

422
from vibeeval/vibecosystem

Connection management, room patterns, reconnection strategies, message buffering, and binary protocol design.

visual-verdict

422
from vibeeval/vibecosystem

Screenshot comparison QA for frontend development. Takes a screenshot of the current implementation, scores it across multiple visual dimensions, and returns a structured PASS/REVISE/FAIL verdict with concrete fixes. Use when implementing UI from a design reference or verifying visual correctness.

verification-loop

422
from vibeeval/vibecosystem

Comprehensive verification system covering build, types, lint, tests, security, and diff review before a PR.

vector-db-patterns

422
from vibeeval/vibecosystem

Embedding strategies, ANN algorithms, hybrid search, RAG chunking strategies, and reranking for semantic search and retrieval.

variant-analysis

422
from vibeeval/vibecosystem

Find similar vulnerabilities across a codebase after discovering one instance. Uses pattern matching, AST search, Semgrep/CodeQL queries, and manual tracing to propagate findings. Adapted from Trail of Bits. Use after finding a bug to check if the same pattern exists elsewhere.

validate-agent

422
from vibeeval/vibecosystem

Validation agent that validates plan tech choices against current best practices

tracing-patterns

422
from vibeeval/vibecosystem

OpenTelemetry setup, span context propagation, sampling strategies, Jaeger queries