スキル一覧に戻る
Arthur742Ramos

path-tactics

by Arthur742Ramos

0🍴 0📅 2026年1月18日
GitHubで見るManusで実行

SKILL.md


name: path-tactics description: Use ComputationalPaths path tactics to automate common RwEq goals (path_simp/path_auto/path_normalize), and structure calc-based proofs cleanly.

Path Tactics

Automated tactics for RwEq proofs.

Import

import ComputationalPaths.Path.Rewrite.PathTactic

Primary Tactics

TacticUse Case
path_autoTry first for any RwEq goal
path_simpUnit elimination, inverse cancellation
path_normalizeConvert to right-associative form
path_rflClose reflexive goals p ≈ p

Structural Tactics

TacticDescription
path_symmApply symmetry to goal
path_congr_left hRwEq (trans p q₁) (trans p q₂) from h : RwEq q₁ q₂
path_congr_right hRwEq (trans p₁ q) (trans p₂ q) from h : RwEq p₁ p₂
path_cancel_leftClose RwEq (trans (symm p) p) refl
path_cancel_rightClose RwEq (trans p (symm p)) refl

Quick Reference

GoalTactic
RwEq (trans refl p) ppath_simp
RwEq (trans p refl) ppath_simp
RwEq (trans (symm p) p) reflpath_cancel_left
RwEq (symm (symm p)) ppath_simp

Preferred Style

Use calc with notation:

calc p
  _ ≈ p' := rweq_cmpA_refl_left
  _ ≈ q := rweq_symm rweq_tt

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です