banach-spaces

GitHub

针对泛函分析中巴拿赫空间问题的解决策略,涵盖完备性、哈恩-巴纳赫定理等核心内容。通过Z3和Sympy工具辅助验证收敛性、算子性质及范数计算,提供系统化的数学证明与自动化求解流程。

.claude/skills/math/functional-analysis/banach-spaces/SKILL.md parcadei/Continuous-Claude-v3

Trigger Scenarios

需要验证巴拿赫空间的完备性或相关定理 使用Z3或Sympy进行泛函分析的自动化证明

Install

npx skills add parcadei/Continuous-Claude-v3 --skill banach-spaces -g -y
More Options

Non-standard path

npx skills add https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/math/functional-analysis/banach-spaces -g -y

Use without installing

npx skills use parcadei/Continuous-Claude-v3@banach-spaces

指定 Agent (Claude Code)

npx skills add parcadei/Continuous-Claude-v3 --skill banach-spaces -a claude-code -g -y

安装 repo 全部 skill

npx skills add parcadei/Continuous-Claude-v3 --all -g -y

预览 repo 内 skill

npx skills add parcadei/Continuous-Claude-v3 --list

SKILL.md

Frontmatter
{
    "name": "banach-spaces",
    "description": "Problem-solving strategies for banach spaces in functional analysis",
    "allowed-tools": [
        "Bash",
        "Read"
    ]
}

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

uv run python -m runtime.harness scripts/z3_solve.py prove "cauchy_sequence implies convergent"

Z3_Open_Mapping

uv run python -m runtime.harness scripts/z3_solve.py prove "T_surjective_bounded implies T_open"

Z3_Closed_Graph

uv run python -m runtime.harness scripts/z3_solve.py prove "graph_closed implies T_bounded"

Sympy_Norm

uv run python -m runtime.harness scripts/sympy_compute.py simplify "norm(alpha*x + beta*y)"

Key Techniques

From indexed textbooks:

  • [Introductory Functional Analysis with Applications] If (X, d) is a pseudometric space, we call a set B(xo; r) = {x E X I d(x, xo) < r} an open ball in X with center Xo and radius r. Note that this is analogous to 1. What are open balls of radius 1 in Prob.
  • [Measure, Integration Real Analysis (... (Z-Library)] Section 5C Lebesgue Integration on Rn 11 Suppose E is a subset of Rm Rn and Rm : (x, y) x E for some y . Dene f : R2 R by = (0, 0), (a) Prove that D1(D2 f ) and D2(D1 f ) exist everywhere on R2. Show that D1(D2 f ) (c) Explain why (b) does not violate 5.
  • [Real Analysis (Halsey L. Royden, Patr... (Z-Library)] The Hahn-Banach Theorem has a rather humble nature. The only mathematical con- cepts needed for its statement are linear spaces and linear, subadditive, and positively homogeneous functionals. Besides Zorn’s Lemma, its proof relies on nothing more than the rudimentary properties of the real numbers.
  • [Introductory Functional Analysis with Applications] If in a normed space X, absolute convergence of any series always implies convergence of that series, show that X is complete. Show that in a Banach space, an absolutely convergent series is convergent. Schauder basis) Show that if a normed space has a Schauder basis, it is separable.
  • [Introductory Functional Analysis with Applications] What are the adjoints of a zero operator 0 and an identity operator I? Annihllator) Let X and Y be normed spaces, T: X - Y a bounded linear operator and -M = (¥t( T), the closure of the range of T. Fundamental Theorems for Normed and Banach Spaces To complete this discussion, we should also list some of the main differences between the adjoint operator T X of T: X ~ Y and the Hilbert-adjoint operator T* of T: Hi ~ H 2 , where X, Yare normed spaces and Hi> H2 are Hilbert spaces.

Cognitive Tools Reference

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

Version History

  • d07ff4b Current 2026-08-20 12:47

Same Skill Collection

.claude/plugins/braintrust-tracing/skills/trace-claude-code/SKILL.md
.claude/skills/agentica-claude-proxy/SKILL.md
.claude/skills/agentica-infrastructure/SKILL.md
.claude/skills/agentica-prompts/SKILL.md
.claude/skills/agentica-sdk/SKILL.md
.claude/skills/agentica-server/SKILL.md
.claude/skills/archive/leann-search/SKILL.md
.claude/skills/ast-grep-find/SKILL.md
.claude/skills/braintrust-tracing/SKILL.md
.claude/skills/cli-reference/SKILL.md
.claude/skills/commit/SKILL.md
.claude/skills/compound-learnings/SKILL.md
.claude/skills/continuity_ledger/SKILL.md
.claude/skills/create_handoff/SKILL.md
.claude/skills/dead-code/SKILL.md
.claude/skills/debug-hooks/SKILL.md
.claude/skills/debug/SKILL.md
.claude/skills/describe_pr/SKILL.md
.claude/skills/discovery-interview/SKILL.md
.claude/skills/explore/SKILL.md
.claude/skills/firecrawl-scrape/SKILL.md
.claude/skills/fix/SKILL.md
.claude/skills/github-search/SKILL.md
.claude/skills/help/SKILL.md
.claude/skills/hook-developer/SKILL.md
.claude/skills/implement_plan_micro/SKILL.md
.claude/skills/implement_plan/SKILL.md
.claude/skills/implement_task/SKILL.md
.claude/skills/loogle-search/SKILL.md
.claude/skills/math-help/SKILL.md
.claude/skills/math-router/SKILL.md
.claude/skills/math-unified/SKILL.md
.claude/skills/math/abstract-algebra/fields/SKILL.md
.claude/skills/math/abstract-algebra/groups/SKILL.md
.claude/skills/math/abstract-algebra/rings/SKILL.md
.claude/skills/math/category-theory/categories-functors/SKILL.md
.claude/skills/math/category-theory/limits-colimits/SKILL.md
.claude/skills/math/category-theory/natural-transformations/SKILL.md
.claude/skills/math/complex-analysis/analytic-functions/SKILL.md
.claude/skills/math/complex-analysis/contour-integrals/SKILL.md
.claude/skills/math/complex-analysis/residues/SKILL.md
.claude/skills/math/functional-analysis/hilbert-spaces/SKILL.md
.claude/skills/math/functional-analysis/operator-theory/SKILL.md
.claude/skills/math/graph-number-theory/graph-algorithms/SKILL.md
.claude/skills/math/graph-number-theory/modular-arithmetic/SKILL.md
.claude/skills/math/graph-number-theory/prime-numbers/SKILL.md
.claude/skills/math/information-theory/channel-capacity/SKILL.md
.claude/skills/math/information-theory/entropy/SKILL.md
.claude/skills/math/information-theory/source-coding/SKILL.md

Metadata

Files
0
Version
d07ff4b
Hash
4bb50caf
Indexed
2026-08-20 12:47

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-21 03:28
浙ICP备14020137号-1 $Гость$