path-tactics
CommunityAutomate RwEq proofs with path tactics in Lean.
System Documentation
What problem does it solve?
This Skill reduces boilerplate in RwEq proofs by leveraging ComputationPaths path tactics to automate common goals (path_simp, path_auto, path_normalize) and present calc-based proofs with clear structure.
Core Features & Use Cases
- Automated RwEq steps: Use path_auto for stand-alone goals dominated by groupoid laws, associativity, and cancellations.
- Cleanup and simplification: Use path_simp inside larger proofs to finish near-completion steps.
- Normalization for definitional mismatches: Use path_normalize when sides differ by definitional parenthesization.
- Readable calc-based proofs: Encourages calc-chains with explicit ÷ steps for clarity.
Quick Start
In a Lean proof, import the tactic module and try path_auto to discharge simple RwEq goals. If the goal is stuck due to definitional mismatch, run path_normalize; for minor cleanups, apply path_simp. You can structure proofs with calc and the ÷ notation, finishing with path_simp or path_auto as needed.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: path-tactics Download link: https://github.com/Arthur742Ramos/ComputationalPathsLean/archive/main.zip#path-tactics Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.