operator-theory

20
0
Source

Problem-solving strategies for operator theory in functional analysis

Install

mkdir -p .claude/skills/operator-theory && curl -L -o skill.zip "https://mcp.directory/api/skills/download/1116" && unzip -o skill.zip -d .claude/skills/operator-theory && rm skill.zip

Installs to .claude/skills/operator-theory

About this skill

Operator Theory

When to Use

Use this skill when working on operator-theory problems in functional analysis.

Decision Tree

  1. Bounded operator verification

    • ||Tx|| <= M||x|| for some M
    • Operator norm: ||T|| = sup{||Tx|| : ||x|| = 1}
    • z3_solve.py prove "operator_bounded"
  2. Adjoint operator

    • <Tx, y> = <x, Ty> defines T
    • For matrices: T* = conjugate transpose
    • sympy_compute.py simplify "<Tx, y> - <x, T*y>"
  3. Spectral Theory

    • Spectrum: sigma(T) = {lambda : T - lambda*I not invertible}
    • Self-adjoint: spectrum is real
    • z3_solve.py prove "self_adjoint_real_spectrum"
  4. Compact operators

    • T compact if T(bounded set) has compact closure
    • Approximable by finite-rank operators
    • sympy_compute.py limit "||T - T_n||" --var n
  5. Spectral Theorem

    • Self-adjoint compact: T = sum(lambda_n * P_n)
    • eigenvalues -> 0, eigenvectors form orthonormal basis

Tool Commands

Z3_Bounded_Operator

uv run python -m runtime.harness scripts/z3_solve.py prove "norm(Tx) <= M*norm(x)"

Sympy_Adjoint

uv run python -m runtime.harness scripts/sympy_compute.py simplify "<Tx, y> - <x, T_star_y>"

Z3_Spectral

uv run python -m runtime.harness scripts/z3_solve.py prove "self_adjoint implies real_spectrum"

Sympy_Compact

uv run python -m runtime.harness scripts/sympy_compute.py limit "norm(T - T_n)" --var n --at oo

Key Techniques

From indexed textbooks:

  • [Introductory Functional Analysis with Applications] Spectral theory is one of the main branches of modern functional analysis and its applications. Roughly speaking, it is concerned with certain inverse operators, their general properties and their relations to the original operators. Such inverse operators arise quite naturally in connection with the problem of solving equations (systems of linear algebraic equations, differential equations, integral equations).
  • [Introductory Functional Analysis with Applications] Unbounded linear operators in Hilb,ert spaces will be considered in Chap. Brief orientation about main content of Chap. We begin with finite dimensional vector spaces.
  • [Introductory Functional Analysis with Applications] Most unbounded linear operators occurring in practical problems are closed or have closed linear extensions (Sec. Unbounded Linear Operators in Hilbert Space The spectrum of a self-adjoint linear operator is real, also in the unbounded case (d. T is obtained by means of the Cayley transform U= (T- iI)(T+ iI)-1 of T (d.
  • [Introductory Functional Analysis with Applications] Compact Operators and Their Spectrum is called a degenerate kernel. Here we may assume each of the two sets {ab· . If an equation (1) with such a kernel has a solution x, show that it must be of the form n x(s' = ji(s) + lot L cjaj(s), jl and the unknown constants must satisfy cj - n lot L ajkCk = Yj' kl where j= 1,···, n.
  • [Introductory Functional Analysis with Applications] As indicated before, our key to the application of complex analysis to spectral theory will be Theorem 7. The theorem states that for every value AoEp(n the resolvent R>. TE B(X, X) on a complex Banach space X has a power series repre- sentation (4) R>.

Cognitive Tools Reference

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

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

264782

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

201413

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

181270

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

206230

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

161194

rust-coding-skill

UtakataKyosui

Guides Claude in writing idiomatic, efficient, well-structured Rust code using proper data modeling, traits, impl organization, macros, and build-speed best practices.

162173

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.