ufmg-smite / lean-smt

Tactics for discharging Lean goals into SMT solvers.
Apache License 2.0
80 stars 18 forks source link

Split proof reconstruction for integers and reals. #112

Closed abdoo8080 closed 2 weeks ago

abdoo8080 commented 4 weeks ago

This PR eliminates the dependency on mathlib for operations that don’t necessitate it. Specifically, it addresses proof reconstruction for integers. Note that proof reconstruction for reals still relies on mathlib, but this is expected since users interested in real numbers would typically import mathlib anyway.