Zulip Chat Archive

Stream: Is there code for X?

Topic: Formalization of algorithms?


Jihoon Hyun (Jun 10 2023 at 07:36):

This just came to my mind, and I wonder if there is some discussion about this.
My intuition says we would first have to define an architecture, like Von Neumann Architecture, then define some basic instructions (including concurrent instructions) which are O(1), and finally define algorithm as a finite list of instructions.

Mario Carneiro (Jun 10 2023 at 07:51):

See https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/Computational.20Complexity.20Theory


Last updated: Dec 20 2023 at 11:08 UTC