证明机器 (2016)
The Proof Machine (2016)

原始链接: https://incredible.pm/

**Incredible Proof Machine** 是一款交互式可视化工具,旨在让定理证明变得简单易懂且充满乐趣。通过拖放式界面,用户无需学习复杂的语法即可构建命题逻辑和谓词逻辑的证明。 **主要功能:** * **可视化逻辑:** 通过连接模块来构建证明;绿色的结论表示证明已完成且正确。 * **故障排除:** 系统会为未连接的输入、不匹配的命题、逻辑循环或不正确的假设用法提供可视化反馈(红色标记)。 * **自定义:** 用户可以定义自定义任务,并将模块分组以创建可重用的子证明。 * **输入:** 支持使用简单的文本缩写(例如用 `&` 表示 `∧`,用 `->` 表示 `→`)来输入标准逻辑符号。 **重要提示:** * **数据持久性:** 目前证明仅保存在浏览器的本地存储中;清除缓存将导致数据丢失。 * **导航:** 支持常用的键盘快捷键(Ctrl+Z/Y,Delete)。 该项目主要由 Joachim Breitner 开发,属于开源项目,欢迎社区贡献。如需进一步阅读或了解学术背景,用户可以查阅提供的出版物,或访问项目的 GitHub 参与其中。

抱歉。
相关文章

原文

What is this?

This is a tool to perform proofs in various logics (e.g. propositional, predicate logic) visually: You simply add blocks that represent the various proofs steps, connect them properly, and if the conclusion turns green, then you have created a complete proof! Simply drag and drop to connect two dots; for some examples of completed proofs, see this paper.

For a quick introduction to the UI, check out the introductory video on the Tea Leaves Programming channel (13min)!

Why is this?

The Incredible Proof Machine was created to convey the fun and joy of doing proofs, especially in a computer aided way, without first having to learn the syntax of a “real” thereom prover like Isabelle.

Which keyboard shortcuts can I use?

  • CTRL+Z: Undo change
  • CTRL+Y: Redo change
  • CTRL+A: Select all blocks
  • BACKSPACE, DELETE: Delete selected blocks
  • SHIFT+MOUSE1: Add block or region to selection

Why is the conclusion not green?

Because your proof is not a proof (yet). This can have these reasons:

  • Some of your blocks have an input (an assumption) that is not connected to anything. These are red.
  • Some of your connections connect propositions that are obviously different (marked red and marked with ☠), or they are underspecified and it is not clear whether they might be different or not (marked red and with ?). In the latter case, inserting an annotation block (✎P) can help.
  • You have cycles in the proof. These are (you guessed it) marked red.
  • You have wired up local hypotheses wrongly. Local hypotheses are those outputs that come out on the left of a dent in the block, and can only be used in the part of the proof that connects to the corresponding input on the right of the dent. Do I need to mention that these are marked red?

How do I enter these funny characters?

There are only a few places where you actually have to enter formulas, mostly if you want to use the ✎P-block or define your own tasks. There, you can use the following abbreviations:

Instead of ¬
you can write & | -> ^ ~ ! ? False

How do I create a custom task with multiple assumptions or conclusions?

Just put each assumption and conclusion on its own line, i.e. press enter after each of them.

How do I create custom blocks?

You can select blocks in a proof by clicking them while holding down Shift. Then, the option to create a custom block wrapping the ones you've selected will appear.

Where did my proofs go?

Currently, your proofs will only be saved in your own browser. This means they will be lost when you delete your local storage after you close this window/tab, or if this is a private browsing session or similar. We have plans to save your progress on our server in a future version.

Who did this?

Mostly Joachim Breitner, with valuable help from some colleagues and friends.

Where can I read more about this?

For more information about the Incredible Proof Machine, especially from an academic point of view, please see the following publications:

Can I help?

Most certainly! Everything is Free Software, so you can jump right in, fetch the code and start contributing. The more people contribute, the more incredible the The Incredible Proof Machine becomes.

联系我们 contact @ memedata.com