21 Universal Turing
21 Universal Turing
they execute
only one program
Attributes:
• Reprogrammable machine
Description of transitions of M
Input string of M
Tape 1
Three tapes
Description of M
Universal
Tape 2
Turing
Machine
Tape Contents of M
Tape 3
State of M
Tape 1
Description of M
Symbols: a b c d
States: q1 q2 q3 q4
Move: L R
Encoding: 1 11
Transition Encoding
Transition: ( q1 , a ) ( q2 , b, L )
Encoding: 1 0 1 0 11 0 11 0 1
separator
Turing Machine Encoding
Transitions:
( q1 , a ) ( q2 , b, L ) ( q2 , b ) ( q3 , c, R )
Encoding:
1 0 1 0 11 0 11 0 1 00 11 0 1 10 111 0 111 0 11
separator
Tape 1 contents of Universal Turing Machine:
binary encoding
of the simulated machine M
Tape 1
1 0 1 0 11 0 11 0 10011 0 1 10 111 0 111 0 1100
A Turing Machine is described
with a binary string of 0’s and 1’s
Therefore:
The set of Turing machines
forms a language:
111010011110010101, ……
…… }
Countable Sets
Infinite sets are either: Countable
or
Uncountable
Countable set:
There is a one to one correspondence
of
elements of the set
to
Natural numbers (Positive Integers)
Even integers: 0, 2, 4, 6,
(positive)
Correspondence:
Positive integers: 1, 2, 3, 4,
2 n corresponds to n 1
Example: The set of rational numbers
is countable
1 3 7
Rational numbers: , , ,
2 4 8
Naïve Approach Nominator 1
1 1 1
Rational numbers: , , ,
1 2 3
Correspondence:
Positive integers: 1, 2, 3,
Doesn’t work:
we will never count 2 2 2
, , ,
numbers with nominator 2: 1 2 3
Better Approach
1 1 1 1
1 2 3 4
2 2 2
1 2 3
3 3
1 2
4
1
1 1 1 1
1 2 3 4
2 2 2
1 2 3
3 3
1 2
4
1
1 1 1 1
1 2 3 4
2 2 2
1 2 3
3 3
1 2
4
1
1 1 1 1
1 2 3 4
2 2 2
1 2 3
3 3
1 2
4
1
1 1 1 1
1 2 3 4
2 2 2
1 2 3
3 3
1 2
4
1
1 1 1 1
1 2 3 4
2 2 2
1 2 3
3 3
1 2
4
1
1 1 2 1 2
Rational Numbers: , , , , ,
1 2 1 3 2
Correspondence:
Positive Integers: 1, 2, 3, 4, 5,
We proved:
and
each string is generated in finite time
strings s1 , s2 , s3 , S
Enumerator output s1 , s2 , s3 ,
Machine for S (on tape)
Finite time: t1 , t 2 , t3 ,
Enumerator Machine
Configuration
Time 0
q0
prints s1
Time t1 x1 # s1
qs
prints s2
Time t 2 x2 # s2
qs
prints s3
Time t3 x3 # s3
qs
Observation:
If for a set S there is an enumerator,
then the set is countable
Approach:
We will describe an enumerator for S
Naive enumerator:
Produce the strings in lexicographic order:
s1 a
s2 aa
aaa
aaaa
......
Doesn’t work:
strings starting with b
will never be produced
Better procedure: Proper Order
(Canonical Order)
1. Produce all strings of length 1
1 0 1 0 11 0 11 0 0 s1
1 0 1 0 11 0 11 0 1 1 0 1 0 11 0 11 0 1
s2
1 0 11 0 1010010101 101 1 0 11 0 1010010101 101
End of Proof
Uncountable Sets
We will prove that there is a language L
which is not accepted by any Turing machine
Technique:
Turing machines are countable
S
the powerset 2 of S is uncountable.
S {s1 , s2 , s3 ,}
Elements of S
Elements of the powerset 2 S have the form:
{s1 , s3 }
{s5 , s7 , s9 , s10 }
……
We encode each element of the powerset
with a binary string of 0’s and 1’s
Powerset
Binary encoding
element
(in arbitrary order)
s1 s2 s3 s4
{s1} 1 0 0 0
{s 2 , s 3 } 0 1 1 0
{s1 , s 3 , s4 } 1 0 1 1
Observation:
Every infinite binary string corresponds
to an element of the powerset:
Example: 1 0 0 111 0
S
Corresponds to: {s1, s4 , s5 , s6 ,} 2
Let’s assume (for contradiction)
that the powerset 2 is countable
S
S
2 {t1, t2 , t3 ,}
suppose that this is the respective
Powerset
Binary encoding
element
t1 1 0 0 0 0
t2 1 1 0 0 0
t3 1 1 0 1 0
t4 1 1 0 0 1
Take the binary string whose bits
are the complement of the diagonal
t1 1 0 0 0 0
t2 1 1 0 0 0
t3 1 1 0 1 0
t4 1 1 0 0 1
t ti
However,
the i-th bit in the encoding of t is
the complement of the i-th bit of ti , thus:
t ti
Contradiction!!!
Since we have a contradiction:
The powerset 2 S of
S is uncountable
End of proof
An Application: Languages
Consider Alphabet : A {a , b}
The set of all Strings:
L {aa , ab , aab}
Consider Alphabet : A {a , b}
The set of all Strings:
* *
S A {a , b} { , a , b, aa , ab , ba , bb , aaa , aab ,}
infinite and countable
countable
Turing machines: M1 M2 M3
accepts
Languages accepted
By Turing Machines: L1 L2 L3
countable
S
All possible languages: 2 uncountable
S
Therefore: X 2
since X 2S , we have X 2S
Conclusion:
S L 2 S
and L X
X 2
L
Turing-Acceptable
Languages
Note that: X {L1, L2 , L3 ,}
is a multi-set (elements may repeat)
since a language may be accepted
by more than one Turing machine