User:IssaRice/Computability and logic/Summary table of sets in computability

From Machinelearning
Set Enumerable? Recursive? Primitive recursive? Recursively enumerable/semirecursive?
Set of natural numbers Yes Yes Yes Yes
Set of even positive integers Yes Yes Yes Yes
Set of rational numbers Yes Yes Yes Yes
Set of real numbers No
{encoding of (m, n) : Turing machine m halts on input n} Yes No
Yes No No Yes
Set of truths of arithmetic Yes No No No

I thing one thing to stress is that some sets are bad on account of their size (i.e. they are "too big") while other sets are bad on account of their shape. For instance, subsets of the natural numbers that are not recursive are fully contained in sets that are recursive; so it is not that they are "too big" (because even some proper supersets are recursive), but that their shape is too intricate. On the other hand, a set like just has too many elements, so it is not the shape that matters.