hilbert-spaces

GitHub

提供希尔伯特空间问题的解决策略,涵盖正交分解、投影定理、Riesz表示等核心概念。通过Sympy和Z3工具辅助进行符号计算与逻辑证明,适用于泛函分析领域的数学推导与验证任务。

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

Trigger Scenarios

需要求解希尔伯特空间中的正交分解问题 验证投影定理或Riesz表示定理 使用Sympy或Z3进行泛函分析相关的数学证明

Install

npx skills add parcadei/Continuous-Claude-v3 --skill hilbert-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/hilbert-spaces -g -y

Use without installing

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

指定 Agent (Claude Code)

npx skills add parcadei/Continuous-Claude-v3 --skill hilbert-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": "hilbert-spaces",
    "description": "Problem-solving strategies for hilbert spaces in functional analysis",
    "allowed-tools": [
        "Bash",
        "Read"
    ]
}

Hilbert Spaces

When to Use

Use this skill when working on hilbert-spaces problems in functional analysis.

Decision Tree

  1. Orthogonal decomposition

    • For closed subspace M: H = M + M^perp (direct sum)
    • Every x = P_M(x) + P_{M^perp}(x)
    • sympy_compute.py simplify "x - projection"
  2. Projection Theorem

    • For closed convex C, unique nearest point exists
    • P_C is nonexpansive: ||P_C(x) - P_C(y)|| <= ||x - y||
    • z3_solve.py prove "projection_exists_unique"
  3. Riesz Representation

    • Every f in H* has form f(x) = <x, y_f> for unique y_f
    • ||f|| = ||y_f||
    • z3_solve.py prove "riesz_representation"
  4. Parseval's Identity

    • For orthonormal basis {e_n}: ||x||^2 = sum|<x, e_n>|^2
    • sympy_compute.py sum "abs(<x, e_n>)**2"
  5. Bessel's Inequality

    • sum|<x, e_n>|^2 <= ||x||^2 for any orthonormal set

Tool Commands

Sympy_Inner_Product

uv run python -m runtime.harness scripts/sympy_compute.py simplify "<x + y, z> == <x,z> + <y,z>"

Z3_Projection

uv run python -m runtime.harness scripts/z3_solve.py prove "x - P_M(x) in M_perp"

Z3_Riesz

uv run python -m runtime.harness scripts/z3_solve.py prove "bounded_linear_functional iff inner_product_form"

Sympy_Parseval

uv run python -m runtime.harness scripts/sympy_compute.py sum "abs(<x, e_n>)**2" --var n --from 1 --to oo

Key Techniques

From indexed textbooks:

  • [Introductory Functional Analysis with Applications] This proves that A is dense in H, and since A is countable, H is separable. For using Hilbert spaces in applications one must know what total orthonormal set or sets to choose in a specific situation and how to investigate properties of the elements of such sets. For certain function spaces this problem will be considered in the next section, Which 3.
  • [Introductory Functional Analysis with Applications] Sx, y) = (Tx, y), we see that Sx = Tx by Lemma 3. SxI + {3SX2, y) Inner Product Spaces. Hilbert Spaces (Space R3) Show that any linear functional f on R3 can be represented by a dot product: (Space f) Show that every bounded linear functional f on 12 can be represented in the fonn f(x) = L gj~ ~ j=1 If z is any fixed element of an inner product space X, show that f(x) = (x, z) defines a bounded linear functional f on X, of norm Ilzll.
  • [Introductory Functional Analysis with Applications] HILBERT SPACES In a normed space we can add vectors and mUltiply vectors by scalars, just as in elementary vector algebra. Furthermore, the norm on such a space generalizes the elementary concept of the length of a vector. However, what is still missing in a general normed space, and what we would like to have if possible, is an analogue of the familiar dot product and resulting formulas, notably and the condition for orthogonality (perpendicularity) a· b=O which are important tools in many applications.
  • [Introductory Functional Analysis with Applications] Inner product spaces are special normed spaces, as we shall see. Historically they are older than general normed spaces. Their theory is richer and retains many features of Euclidean space, a central concept being orthogonality.
  • [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:48

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/banach-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
b5fb94f1
Indexed
2026-08-20 12:48

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