TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

A tool to verify estimates, II: a flexible proof assistant

68 点作者 jjgreen5 天前

2 条评论

proof_by_vibes大约 20 小时前
Related to linear programming in theorem provers is this paper on Farkas&#x27; lemma implemented in Lean. It doubles as an interesting onboarding for working with some of the common abstractions found in Mathlib: <a href="https:&#x2F;&#x2F;github.com&#x2F;madvorak&#x2F;duality&#x2F;blob&#x2F;main&#x2F;nonLean%2Fduality.pdf">https:&#x2F;&#x2F;github.com&#x2F;madvorak&#x2F;duality&#x2F;blob&#x2F;main&#x2F;nonLean%2Fdual...</a>
gugagore大约 23 小时前
I wonder why not embed this in Lean or other theorem prover?<p>There is often a discussion drawn between a computer algebra system and an interactive theorem prover, but to be honest, I don&#x27;t fully understand what the distinction means.