banach-spaces
Installation
SKILL.md
Banach Spaces
When to Use
Use this skill when working on banach-spaces problems in functional analysis.
Decision Tree
-
Verify Banach space
- Complete normed vector space
- Check: every Cauchy sequence converges
z3_solve.py prove "completeness"
-
Hahn-Banach Theorem
- Extend bounded linear functionals
- Separate convex sets
z3_solve.py prove "extension_exists"