Explain a proof or Lean code step-by-step for learning. Triggers on "explain", "how does this work", "teach me", "what does this mean", "walk me through", "I don't understand"
name explain-proof description Explain a proof or Lean code step-by-step for learning. Triggers on "explain", "how does this work", "teach me", "what does this mean", "walk me through", "I don't understand" Explain Proof Break down a proof into understandable pieces, explaining each step. Approach Start with the big picture Break into chunks Explain each chunk in plain language Connect to the formal notation Check understanding before continuing For Lean Code When explaining Lean tactics: Structure What we're proving: [goal in plain English]
Current state:
This step: tactic_name
The approach: [proof technique: direct, contradiction, induction, etc.]
Key insight: [the clever idea that makes it work]
Step by step: