banach-spaces
SolidProblem-solving strategies for banach spaces in functional analysis
AI & Automation 496 stars
41 forks Updated 1 months ago MIT
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Banach Spaces
## When to Use
Use this skill when working on banach-spaces problems in functional analysis.
## Decision Tree
1. **Verify Banach space**
- Complete normed vector space
- Check: every Cauchy sequence converges
- `z3_solve.py prove "completeness"`
2. **Hahn-Banach Theorem**
- Extend bounded linear functionals
- Separate convex sets
- `z3_solve.py prove "extension_exists"`
3. **Open Mapping Theorem**
- Surjective bounded operator between Banach spaces is open
- Consequence: bounded inverse exists
- `z3_solve.py prove "open_mapping"`
4. **Closed Graph Theorem**
- T: X -> Y has closed graph implies T bounded
- Strategy: verify graph closure, conclude boundedness
- `z3_solve.py prove "closed_graph_implies_bounded"`
5. **Uniform Boundedness Principle**
- Pointwise bounded family of operators is uniformly bounded
- Application: prove operator families are bounded
## Tool Commands
### Z3_Completeness
```bash
uv run python -m runtime.harness scripts/z3_solve.py prove "cauchy_sequence implies convergent"
```
### Z3_Open_Mapping
```bash
uv run python -m runtime.harness scripts/z3_solve.py prove "T_surjective_bounded implies T_open"
```
### Z3_Closed_Graph
```bash
uv run python -m runtime.harness scripts/z3_solve.py prove "graph_closed implies T_bounded"
```
### Sympy_Norm
```bash
uv run python -m runtime.harness scripts/sympy_compute.py simplify "norm(alpha*x + be...
Details
- Author
- vibeeval
- Repository
- vibeeval/vibecosystem
- Created
- 2 months ago
- Last Updated
- 1 months ago
- Language
- C#
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
banach-spaces
Problem-solving strategies for banach spaces in functional analysis
3,795 Updated 4 months ago
parcadei AI & Automation Solid
hilbert-spaces
Problem-solving strategies for hilbert spaces in functional analysis
496 Updated 1 months ago
vibeeval AI & Automation Solid
hilbert-spaces
Problem-solving strategies for hilbert spaces in functional analysis
3,795 Updated 4 months ago
parcadei AI & Automation Solid
vector-spaces
Problem-solving strategies for vector spaces in linear algebra
496 Updated 1 months ago
vibeeval AI & Automation Listed
vector-spaces
Problem-solving strategies for vector spaces in linear algebra
3,795 Updated 4 months ago
parcadei