Viewing profile — _ouml_
_ouml_
HN member- Joined
- Tue, Apr 14, 2020, 5:05 AM UTC
- HN karma
- 10
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About _ouml_
No profile information was provided.
Recent public activity
-
comment
Comment #26221208
There is a very active community around Lean ranging from mathematicians with no clue about computers to AI researchers trying to improve the automation. These AI researchers have …
-
comment
Comment #26221175
Yes, these systems are being used to formally verify implementations of cryptographic protocols, or implementations of numerical algorithms, for example. Note that there are two di…
-
comment
Comment #25654847
Two months ago I bought a starter kit with some electronics: breadboards, LEDs, cables, transistors, resistors, etc... My 8/9yo daughter really got hooked, and since then I've boug…
-
comment
Comment #24705338
The equality test is equivalent to deciding if something is 0. You can probably ask the app to calculate sqrt(2) * sqrt(2). If that doesn't show a 2 as answer, you've lost. Same go…
-
comment
Comment #23515196
@somethingsome If you want to turn arbitrary maths into code, you should take a look at interactive proof assistants. I'm a fan of https://leanprover-community.github.io/ It has Bo…
-
comment
Comment #22862913
See page 4 of https://leanprover-community.github.io/papers/mathlib-paper.... for a part of the hierarchy of algebraic structures in the Lean theorem prover. (If you give it a norm…