Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
parcadei avatar

Compactness

  • 1 installs
  • 3.9k repo stars
  • Updated January 26, 2026
  • parcadei/continuous-claude-v3

Guides Claude through topology compactness problems using Heine-Borel, sequential compactness, Tychonoff, and consequences via sympy and z3.

About

A decision-tree skill for testing and applying compactness in topology, wiring z3 and sympy for boundedness and limit checks. A developer uses it when they want Claude to verify compactness or use it to prove max/min attainment.

  • Heine-Borel and sequential compactness tests
  • Tychonoff product theorem and continuous-image consequences

Compactness by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,803 of 2,064 Data Science & ML skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill compactness

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars3.9k
Last updatedJanuary 26, 2026
Repositoryparcadei/continuous-claude-v3

What it does

Guides Claude through topology compactness problems using Heine-Borel, sequential compactness, Tychonoff, and consequences via sympy and z3.

Files

SKILL.mdMarkdownGitHub ↗

Compactness

When to Use

Use this skill when working on compactness problems in topology.

Decision Tree

1. Is X compact?

  • If X subset R^n: Is X closed AND bounded? (Heine-Borel)
  • If X is metric: Does every sequence have convergent subsequence?
  • General: Does every open cover have finite subcover?
  • z3_solve.py prove "bounded_and_closed"

2. Compactness Tests

  • Heine-Borel (R^n): closed + bounded = compact
  • Sequential: every sequence has convergent subsequence
  • sympy_compute.py limit "a_n" --var n to check convergence

3. Product Spaces

  • Tychonoff: product of compact spaces is compact
  • Finite products preserve compactness directly

4. Consequences of Compactness

  • Continuous image of compact is compact
  • Continuous real function on compact attains max/min
  • sympy_compute.py maximum "f(x)" --var x --domain "[a,b]"

Tool Commands

Z3_Bounded_Closed

uv run python -m runtime.harness scripts/z3_solve.py prove "bounded_and_closed"

Sympy_Limit

uv run python -m runtime.harness scripts/sympy_compute.py limit "a_n" --var n --at oo

Sympy_Maximum

uv run python -m runtime.harness scripts/sympy_compute.py maximum "f(x)" --var x --domain "[a,b]"

Key Techniques

From indexed textbooks:

  • [Topology (Munkres, James Raymond) (Z-Library)] CompactSpaces163 164ConnectednessandCompactnessCh. Itisnotasnaturalorintuitiveastheformer;somefamiliaritywithitisneededbeforeitsusefulnessbecomesapparent. AcollectionAofsubsetsofaspaceXissaidtocoverX,ortobeacoveringofX,iftheunionoftheelementsofAisequaltoX.
  • [Real Analysis (Halsey L. Royden, Patr... (Z-Library)] If X contains more than one point, show that the only possible extreme points of B have norm 1. If X = Lp[a, b], 1 < p < ∞, show that every unit vector in B is an extreme point of B. If X = L∞[a, b], show that the extreme points of B are those functions f ∈ B such that |f | = 1 almost everywhere on [a, b].
  • [Topology (Munkres, James Raymond) (Z-Library)] ShowthatinthenitecomplementtopologyonR,everysubspaceiscom-pact. IfRhasthetopologyconsistingofallsetsAsuchthatR−AiseithercountableorallofR,is[0,1]acompactsubspace? ShowthataniteunionofcompactsubspacesofXiscompact.
  • [Real Analysis (Halsey L. Royden, Patr... (Z-Library)] The Eberlein-ˇSmulian Theorem . Metrizability of Weak Topologies . X is reexive; (ii) B is weakly compact; (iii) B is weakly sequentially compact.
  • [Topology (Munkres, James Raymond) (Z-Library)] SupposethatYiscompactandA={Aα}α∈JisacoveringofYbysetsopeninX. Thenthecollection{Aα∩Y|α∈J}isacoveringofYbysetsopeninY;henceanitesubcollection{Aα1∩Y,. Aαn}isasubcollectionofAthatcoversY.

Cognitive Tools Reference

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

Related skills

Data Science & MLagentsresearch

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.