Compactness
When to Use
Use this skill when working on compactness problems in topology.
Decision Tree
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"
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
Product Spaces
- Tychonoff: product of compact spaces is compact
- Finite products preserve compactness directly
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.
Source: parcadei/Continuous-Claude-v3 → .claude/skills/math/topology/compactness/SKILL.md
1---2name: compactness3description: Problem-solving strategies for compactness in topology4---5
6
7# Compactness
8
9## When to Use
10
11Use this skill when working on compactness problems in topology.
12
13## Decision Tree
14
15
161. **Is X compact?**
17 - If X subset R^n: Is X closed AND bounded? (Heine-Borel)
18 - If X is metric: Does every sequence have convergent subsequence?
19 - General: Does every open cover have finite subcover?
20 - `z3_solve.py prove "bounded_and_closed"`
21
222. **Compactness Tests**
23 - Heine-Borel (R^n): closed + bounded = compact
24 - Sequential: every sequence has convergent subsequence
25 - `sympy_compute.py limit "a_n" --var n` to check convergence
26
273. **Product Spaces**
28 - Tychonoff: product of compact spaces is compact
29 - Finite products preserve compactness directly
30
314. **Consequences of Compactness**
32 - Continuous image of compact is compact
33 - Continuous real function on compact attains max/min
34 - `sympy_compute.py maximum "f(x)" --var x --domain "[a,b]"`
35
36
37## Tool Commands
38
39### Z3_Bounded_Closed
40```bash
41uv run python -m runtime.harness scripts/z3_solve.py prove "bounded_and_closed"
42```
43
44### Sympy_Limit
45```bash
46uv run python -m runtime.harness scripts/sympy_compute.py limit "a_n" --var n --at oo
47```
48
49### Sympy_Maximum
50```bash
51uv run python -m runtime.harness scripts/sympy_compute.py maximum "f(x)" --var x --domain "[a,b]"
52```
53
54## Key Techniques
55
56*From indexed textbooks:*
57
58- [Topology (Munkres, James Raymond) (Z-Library)] CompactSpaces163 164ConnectednessandCompactnessCh. Itisnotasnaturalorintuitiveastheformer;somefamiliaritywithitisneededbeforeitsusefulnessbecomesapparent. AcollectionAofsubsetsofaspaceXissaidtocoverX,ortobeacoveringofX,iftheunionoftheelementsofAisequaltoX.
59- [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].
60- [Topology (Munkres, James Raymond) (Z-Library)] ShowthatinthenitecomplementtopologyonR,everysubspaceiscom-pact. IfRhasthetopologyconsistingofallsetsAsuchthatR−AiseithercountableorallofR,is[0,1]acompactsubspace? ShowthataniteunionofcompactsubspacesofXiscompact.
61- [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.
62- [Topology (Munkres, James Raymond) (Z-Library)] SupposethatYiscompactandA={Aα}α∈JisacoveringofYbysetsopeninX. Thenthecollection{Aα∩Y|α∈J}isacoveringofYbysetsopeninY;henceanitesubcollection{Aα1∩Y,. Aαn}isasubcollectionofAthatcoversY.
63
64## Cognitive Tools Reference
65
66See `.claude/skills/math-mode/SKILL.md` for full tool documentation.
67
68---
69
70**Source:** [`parcadei/Continuous-Claude-v3`](https://github.com/parcadei/Continuous-Claude-v3) → `.claude/skills/math/topology/compactness/SKILL.md`