epsilon_delta_bounding
CommunityFormal ε-δ proofs in Lean 4 with witnesses.
Authorbneb
Version1.0.0
Installs0
System Documentation
What problem does it solve?
The epsilon-delta method formalizes the intuitive notion of "closeness" in analysis. To prove lim_{x→a} f(x) = L, one must exhibit δ(ε) > 0 such that 0 < |x - a| < δ → |f(x) - L| < ε. The same structure extends to sequences, uniform continuity, and convergence in metric spaces.
Core Features & Use Cases
- Construct explicit δ(ε) or N witnesses to certify limits, continuity, and convergence within Lean 4 / mathlib4.
- Leverage Lean tactics like norm_num, positivity, linarith, and gcongr to close arithmetic bounds automatically.
- Provide end-to-end templates and examples for common limit and continuity proofs in Lean 4.
Quick Start
Provide a Lean 4 goal for a limit or convergence and request an explicit δ(ε) witness to complete the proof.
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: epsilon_delta_bounding Download link: https://github.com/bneb/perqed/archive/main.zip#epsilon-delta-bounding 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 471,000+ vetted skills library on demand.