hilbert-spaces
Assists with functional analysis problems in Hilbert spaces using computational solvers.
Install
mkdir -p .claude/skills/hilbert-spaces && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/1112" && unzip -o skill.zip -d .claude/skills/hilbert-spaces && rm skill.zipInstalls to .claude/skills/hilbert-spaces
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Problem-solving strategies for hilbert spaces in functional analysisKey capabilities
- →Compute orthogonal projections
- →Verify Parseval's identity
- →Prove Riesz representation theorems
- →Solve inner product equations
- →Apply Bessel's inequality
How it works
The skill provides a decision tree and tool commands to apply functional analysis strategies, using Sympy for symbolic computation and Z3 for logical proofs.
Inputs & outputs
When to use hilbert-spaces
- →Compute orthogonal projections
- →Prove Riesz representation
- →Verify Parseval's identity
- →Solve inner product problems
About this skill
Hilbert Spaces
When to Use
Use this skill when working on hilbert-spaces problems in functional analysis.
Decision Tree
-
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"
-
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"
-
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"
-
Parseval's Identity
- For orthonormal basis {e_n}: ||x||^2 = sum|<x, e_n>|^2
sympy_compute.py sum "abs(<x, e_n>)**2"
-
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.
When not to use it
- →When working with non-Hilbert spaces
- →When the problem does not involve functional analysis
Prerequisites
Limitations
- →Limited to the scope of functional analysis theorems
- →Requires familiarity with the underlying mathematical concepts
How it compares
It automates the application of abstract functional analysis theorems rather than relying on manual derivation.
Compared to similar skills
hilbert-spaces side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| hilbert-spaces (this skill) | 3 | 7mo | Review | Advanced |
| literature-review | 559 | 2mo | Review | Advanced |
| openalex-database | 48 | 7mo | Review | Intermediate |
| scientific-critical-thinking | 18 | 7mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by parcadei
View all by parcadei →You might also like
literature-review
K-Dense-AI
Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature searches across biomedical, scientific, and technical domains. Creates professionally formatted markdown documents and PDFs with verified citations in multiple citation styles (APA, Nature, Vancouver, etc.).
openalex-database
davila7
Query and analyze scholarly literature using the OpenAlex database. This skill should be used when searching for academic papers, analyzing research trends, finding works by authors or institutions, tracking citations, discovering open access publications, or conducting bibliometric analysis across 240M+ scholarly works. Use for literature searches, research output analysis, citation analysis, and academic database queries.
scientific-critical-thinking
davila7
Evaluate research rigor. Assess methodology, experimental design, statistical validity, biases, confounding, evidence quality (GRADE, Cochrane ROB), for critical analysis of scientific claims.
biorxiv-database
lifangda
Efficient database search tool for bioRxiv preprint server. Use this skill when searching for life sciences preprints by keywords, authors, date ranges, or categories, retrieving paper metadata, downloading PDFs, or conducting literature reviews.
physics-validator
omriwen
Validate optical physics parameters including Fresnel numbers, diffraction regimes, and resolution limits. This skill should be used when configuring Telescope, Microscope, or Camera instruments to ensure physically realistic parameters.
fda-database
davila7
Query openFDA API for drugs, devices, adverse events, recalls, regulatory submissions (510k, PMA), substance identification (UNII), for FDA regulatory data analysis and safety research.