-
@krzysztofwos suggested a theorem prover. We can prove and store theorems and use them to prove more theorems, and since the IC is tamper-proof, we can trust all the results.
Like a trusted compile…
blynn updated
3 months ago
-
I'm attempting to build Naproche on Ubuntu 23.10 following the instructions in README.md.
When I ran `isabelle naproche_component -P`, I got this output ending in a LaTeX error:
```
Exporting I…
-
### 检查清单
- [X] 我已在 issues 中进行搜索(包括已关闭的问题)
### 操作系统
mac os 14
### TeX 发行版
TeXLive 2024
### 描述问题
## 问题产生的经过
昨天一位同学来问我她的 `proof` 环境的结尾的结束符为什么不是在行尾,然后我和她说用 `\qedhere` ,但是发现没有这个命令。
于是我看了她用的模板…
-
Thank you for your kind words. 😊
I see that you are interested in a creative story that involves some concepts from computer science and mathematics. I will try to write a story for you, using my own…
-
Hi,
Below are some feature requests for the generic graph theory (in `examples/generic_finite_graphs`):
1. For graphs without node and edge labels, there's the need to have two edges for the sam…
-
~~~coq
Require Import Derive.
Derive foo SuchThat True As bar.
Proof. Admitted.
~~~
Should be a regular error "Admitted does not support multiple statements" as is done in save_lemma_admitted_d…
-
Hi,
I'm wondering if in networkx or this library I'm limited to DiGraph subgraph isomorphism search?
I need multi.
Thanks.
-
Relevant Issue: https://github.com/lf-lang/reactor-c/issues/264
Relevant PR: https://github.com/lf-lang/reactor-c/pull/176
There is a need for saving skipped `ABS` (port absent) messages when we u…
-
Let us discuss organization of fabstracts (folklore vs. no folklore) in a separate issue so that we can close #41.
I apologize for a rather long introduction, but I think we have a chance to try so…
-
As Julia demonstrates, ad hoc overloading is a great fit for numerical computing! In Dex we have some support for it, in the form of interfaces (type classes), but I would claim that it's still a litt…