Search found 1 match

by andre
Fri Jul 06, 2007 9:47 pm
Forum: General
Topic: Very Basic Question About Enumeration
Replies: 1
Views: 2107

Very Basic Question About Enumeration

I want to keep a running tab of examples throughout the text, interspersed with prose. For instance, I might want something like this:
{
Turing Machines never halt, as shown by the following:

(1) M takes itself as an argument
(2) M goes forever

However, if we add an oracle, then the machine will ...