Zulip Chat Archive
Stream: general
Topic: Assembly for virtual computer running on Lean
Jihoon Hyun (Dec 31 2023 at 07:48):
I kept thinking of a virtual computer based on a basic von Neumann model (maybe turing machine suffices?) implemented on Lean, and an assembly running on the computer. It's just an idea, so I ask if there is a project like this, and if this project looks feasible. It should be highly related to computability and complexity theory, as we can count the number of assembly instructions to measure complexity.
Shreyas Srinivas (Dec 31 2023 at 10:13):
Read the mehlhorn and sanders book. They have a very precise model in the first chapter: https://people.mpi-inf.mpg.de/~mehlhorn/Toolbox.html
Shreyas Srinivas (Dec 31 2023 at 10:15):
EDIT: Better book : vol 1 chapter 1 of this book : https://people.mpi-inf.mpg.de/~mehlhorn/DatAlgbooks.html
Shreyas Srinivas (Dec 31 2023 at 10:16):
They give a precise machine model
Jihoon Hyun (Dec 31 2023 at 15:55):
Thank you for the resource! I'll take a look at it.
Last updated: May 02 2025 at 03:31 UTC