limits-colimits
SolidProblem-solving strategies for limits colimits in category theory
AI & Automation 496 stars
41 forks Updated 1 months ago MIT
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Limits Colimits
## When to Use
Use this skill when working on limits-colimits problems in category theory.
## Decision Tree
1. **Identify Limit Type**
- Product: limit of discrete diagram
- Equalizer: limit of parallel pair f, g: A -> B
- Pullback: limit of A -> C <- B
- Terminal object: limit of empty diagram
- Lean 4: `CategoryTheory.Limits` namespace
2. **Verify Universal Property**
- Cone from L with projections pi_i: L -> D_i
- For any cone from X, unique morphism u: X -> L
- Triangles commute: pi_i . u = cone_i
- Lean 4: `IsLimit.lift` gives the unique morphism
3. **Colimit (Dual)**
- Coproduct: colimit of discrete diagram
- Coequalizer: colimit of parallel pair
- Pushout: colimit of A <- C -> B
- Initial object: colimit of empty diagram
4. **Compute Limits Concretely**
- In Set: product = Cartesian product
- Equalizer = {x | f(x) = g(x)}
- Pullback = {(a,b) | f(a) = g(b)}
- `sympy_compute.py solve "f(a) == g(b)"`
5. **Preservation**
- Right adjoint preserves limits
- Left adjoint preserves colimits
- Representable functors preserve limits
- Lean 4: `Adjunction.rightAdjointPreservesLimits`
- See: `.claude/skills/lean4-limits/SKILL.md` for exact syntax
## Tool Commands
### Lean4_Limit
```bash
# Lean 4: import CategoryTheory.Limits.Shapes.Products
```
### Lean4_Universal
```bash
# Lean 4: IsLimit.lift cone -- unique morphism from universal pr...
Details
- Author
- vibeeval
- Repository
- vibeeval/vibecosystem
- Created
- 2 months ago
- Last Updated
- 1 months ago
- Language
- C#
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
limits-colimits
Problem-solving strategies for limits colimits in category theory
3,795 Updated 4 months ago
parcadei AI & Automation Listed
limits
Problem-solving strategies for limits in real analysis
3,795 Updated 4 months ago
parcadei AI & Automation Solid
limits
Problem-solving strategies for limits in real analysis
496 Updated 1 months ago
vibeeval AI & Automation Solid
categories-functors
Problem-solving strategies for categories functors in category theory
496 Updated 1 months ago
vibeeval AI & Automation Listed
categories-functors
Problem-solving strategies for categories functors in category theory
3,795 Updated 4 months ago
parcadei