Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Problem-solving strategies for categories functors in category theory
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | 14% | 0% |
| case-03 | ✓→✗ | ▼ Worse | 14% | 0% |
| case-08 | ✓→✗ | ▼ Worse | 207% | 0% |
| case-01 | ✓→✓ | = Same ✓ | 36% | 0% |
| case-02 | ✓→✓ | = Same ✓ | 53% | 0% |
Use this skill when working on categories-functors problems in category theory.
theorem assoc : (f ≫ g) ≫ h = f ≫ (g ≫ h) := Category.assoctheorem comp : F.map (g ≫ f) = F.map g ≫ F.map f := F.map_complake build checks.claude/skills/lean4-functors/SKILL.md for exact syntaxbash# Lean 4 with Mathlib: import CategoryTheory.Category.Basic
bash# Lean 4: theorem map_comp (F : C ⥤ D) : F.map (g ≫ f) = F.map g ≫ F.map f := F.map_comp
bashlake build # Compiler-in-the-loop verification
See .claude/skills/math-mode/SKILL.md for full tool documentation.
Other measured skills in the registry, with their headline benchmark lift.