Problem-solving strategies for banach spaces in functional analysis
Use this skill when working on banach-spaces problems in functional analysis.
Verify Banach space
z3_solve.py prove "completeness"Hahn-Banach Theorem
z3_solve.py prove "extension_exists"Open Mapping Theorem
z3_solve.py prove "open_mapping"Closed Graph Theorem
z3_solve.py prove "closed_graph_implies_bounded"Uniform Boundedness Principle
uv run python -m runtime.harness scripts/z3_solve.py prove "cauchy_sequence implies convergent"
uv run python -m runtime.harness scripts/z3_solve.py prove "T_surjective_bounded implies T_open"
uv run python -m runtime.harness scripts/z3_solve.py prove "graph_closed implies T_bounded"
uv run python -m runtime.harness scripts/sympy_compute.py simplify "norm(alpha*x + beta*y)"
From indexed textbooks:
See .claude/skills/math-mode/SKILL.md for full tool documentation.