LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

lean-hit-development - Guides adding Higher Inductive Types to ComputationalPaths.

Guides adding new Higher Inductive Types to the ComputationalPaths Lean 4 library, including recursion principles and fundamental group proofs.

Tags

Updated: 2026-09-16

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Define HIT type and constructor axioms
  • Define recursion principles
  • Define computation rules
  • Create group presentation types
  • Implement decode functions
  • Implement encode functions
  • Prove decode respects relations
  • Prove round-trip properties
  • Package equivalence as SimpleEquiv
  • Update library imports
  • Update README documentation

Inputs

  • Higher Inductive Type specification
  • Topological space description
  • Group presentation parameters

Outputs

  • Lean 4 HIT module file
  • Updated Path.lean import file
  • Updated README documentation

Requirements

  • Lean 4 development environment
  • ComputationalPaths library

Source

  • Spec: SKILL.md
lean4
higher-inductive-types
homotopy-type-theory
fundamental-group
computational-paths
Define HIT type and constructor axioms
Define recursion principles
Define computation rules
Create group presentation types
Higher Inductive Type specification
Topological space description
Group presentation parameters
Lean 4 HIT module file
Updated Path.lean import file
Updated README documentation