Back to list
Arthur742Ramos

aristotle

by Arthur742Ramos

0🍴 0📅 Jan 18, 2026

SKILL.md


name: aristotle description: Run Aristotle automated theorem prover on Lean files to fill sorry placeholders. Use when you have a file with sorries that needs automated proof search. Handles API setup, HIT detection, and result verification.

Aristotle Automated Theorem Prover

Run Aristotle to automatically fill sorry placeholders in Lean 4 files.

Workflow

  1. Validate file: Check for sorry in the target file
  2. Check for HIT imports: Aristotle may fail on files importing HIT axioms
  3. Run Aristotle: Submit file for proof search
  4. Apply results: Replace sorries with generated proofs
  5. Verify: Run lake build to confirm

HIT Detection

Check for imports that may cause issues:

grep -E "import.*Path\.HIT\.|import.*Circle|import.*Torus|import.*Sphere" "path/to/file.lean"

If HIT imports are found, consider:

  • Moving the proof to a separate file
  • Using manual proof instead

Usage Notes

  • Aristotle works best on pure computational proofs
  • May struggle with axiom-heavy HIT modules
  • Always verify generated proofs compile

Score

Total Score

60/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon