Naturalness (physics): Difference between revisions
en>Maury Markowitz touchup gr in intro, link to related topics |
en>AnomieBOT m Dating maintenance tags: {{Which}} |
||
Line 1: | Line 1: | ||
The '''MU puzzle''' is a puzzle stated by [[Douglas Hofstadter]] and found in ''[[Gödel, Escher, Bach]]''. As stated, it is an example of a [[Post canonical system]] and can be reformulated as a [[string rewriting system]]. | |||
==The puzzle== | |||
{{Quotation|Has the dog Buddha-nature? MU!|[[Zen Koan]]<ref>{{cite web | url=http://ocw.mit.edu/high-school/courses/godel-escher-bach/lecture-notes/geb_v3_5.pdf | title=The MU–Puzzle | accessdate=29 July 2013}}</ref>||}} | |||
Suppose there are the symbols <code>M</code>, <code>I</code>, and <code>U</code> which can be combined to produce strings of symbols called "words". The MU puzzle asks one to start with the "axiomatic" word <code>MI</code> and transform it into the word <code>MU</code> using in each step one of the following transformation rules: | |||
# Add a <code>U</code> to the end of any string ending in <code>I</code>. For example: <code>MI</code> to <code>MIU</code>. | |||
# Double the string after the <code>M</code> (that is, change <code>Mx</code>, to <code>Mxx</code>). For example: <code>MIU</code> to <code>MIUIU</code>. | |||
# Replace any <code>III</code> with a <code>U</code>. For example: <code>MUIIIU</code> to <code>MUUU</code>. | |||
# Remove any <code>UU</code>. For example: <code>MUUU</code> to <code>MU</code>. | |||
Using these four rules is it possible to change <code>MI</code> into <code>MU</code> in a finite number of steps? | |||
The production rules can be written in a more schematic way. Suppose <code>x</code> and <code>y</code> behave as variables (standing for strings of symbols). Then the [[Formal grammar|production rules]] can be written as: | |||
# <code>xI → xIU</code> | |||
# <code>Mx → Mxx</code> | |||
# <code>xIIIy → xUy</code> | |||
# <code>xUUy → xy</code> | |||
Is it possible to obtain the word <code>MU</code> using these rules? | |||
<ref> | |||
{{cite AV media | |||
| people = Justin Curry / Curran Kelleher | |||
| year = 2007 | |||
| title = ''Gödel, Escher, Bach: A Mental Space Odyssey'' | |||
| url = http://www.youtube.com/watch?v=GSh0XY67CE4 | |||
| location = [[MIT OpenCourseWare]] | |||
}}</ref> | |||
==Solution== | |||
The puzzle's solution is no. It is impossible to change the string <code>MI</code> into <code>MU</code> by repeatedly applying the given rules. | |||
In order to prove assertions like this, it is often beneficial to look for an [[Invariant (mathematics)|invariant]], that is some quantity or property that doesn't change while applying the rules. | |||
In this case, one can look at the total number of <code>I</code> in a string. Only the second and third rules change this number. In particular, rule two will double it while rule three will reduce it by 3. Now, the ''invariant property'' is that the number of <code>I</code> is not [[divisible]] by 3: | |||
* In the beginning, the number of <code>I</code>s is 1 which is not divisible by 3. | |||
* Doubling a number that is not divisible by 3 does not make it divisible by 3. | |||
* Subtracting 3 from a number that is not divisible by 3 does not make it divisible by 3 either. | |||
Thus, the goal of <code>MU</code> with zero <code>I</code> cannot be achieved because 0 ''is'' divisible by 3. | |||
In the language of [[modular arithmetic]], the number <math>n</math> of <code>I</code> obeys the congruence | |||
:<math>n \equiv 2^a \not\equiv 0 \pmod 3.\,</math> | |||
where <math>a</math> counts how often the second rule is applied.<ref name="mu_solution">{{cite web | url=http://www.cems.uwe.ac.uk/~irjohnso/coursenotes/lrc/lect/lect5b21.html | title=Solution to MIU puzzle | accessdate=29 July 2013}}</ref> | |||
==Relationship to provability== | |||
{{Refimprove section|date=July 2013}} | |||
The result that MU cannot be obtained with these rules demonstrates the notion of [[Independence (mathematical logic)|independence]] in mathematical logic. The MIU system can be viewed as a formal logic in which a string is considered provable if it can be derived by application of the rules starting from MI. In this interpretation, the question is phrased as "Is MU provable in the MIU logic?". | |||
Finding an invariant of the inference rules is a common method for establishing independence results. | |||
==See also== | |||
*[[Invariant (computer science)]] | |||
*[[Unrestricted grammar]] | |||
==References== | |||
{{Reflist}} | |||
{{Douglas Hofstadter}} | |||
{{DEFAULTSORT:Mu Puzzle}} | |||
[[Category:Logic puzzles]] |
Revision as of 21:55, 20 October 2013
The MU puzzle is a puzzle stated by Douglas Hofstadter and found in Gödel, Escher, Bach. As stated, it is an example of a Post canonical system and can be reformulated as a string rewriting system.
The puzzle
36 year-old Diving Instructor (Open water ) Vancamp from Kuujjuaq, spends time with pursuits for instance gardening, public listed property developers in singapore developers in singapore and cigar smoking. Of late took some time to go China Danxia.
Suppose there are the symbols M
, I
, and U
which can be combined to produce strings of symbols called "words". The MU puzzle asks one to start with the "axiomatic" word MI
and transform it into the word MU
using in each step one of the following transformation rules:
- Add a
U
to the end of any string ending inI
. For example:MI
toMIU
. - Double the string after the
M
(that is, changeMx
, toMxx
). For example:MIU
toMIUIU
. - Replace any
III
with aU
. For example:MUIIIU
toMUUU
. - Remove any
UU
. For example:MUUU
toMU
.
Using these four rules is it possible to change MI
into MU
in a finite number of steps?
The production rules can be written in a more schematic way. Suppose x
and y
behave as variables (standing for strings of symbols). Then the production rules can be written as:
xI → xIU
Mx → Mxx
xIIIy → xUy
xUUy → xy
Is it possible to obtain the word MU
using these rules?
[1]
Solution
The puzzle's solution is no. It is impossible to change the string MI
into MU
by repeatedly applying the given rules.
In order to prove assertions like this, it is often beneficial to look for an invariant, that is some quantity or property that doesn't change while applying the rules.
In this case, one can look at the total number of I
in a string. Only the second and third rules change this number. In particular, rule two will double it while rule three will reduce it by 3. Now, the invariant property is that the number of I
is not divisible by 3:
- In the beginning, the number of
I
s is 1 which is not divisible by 3. - Doubling a number that is not divisible by 3 does not make it divisible by 3.
- Subtracting 3 from a number that is not divisible by 3 does not make it divisible by 3 either.
Thus, the goal of MU
with zero I
cannot be achieved because 0 is divisible by 3.
In the language of modular arithmetic, the number of I
obeys the congruence
where counts how often the second rule is applied.[2]
Relationship to provability
Template:Refimprove section The result that MU cannot be obtained with these rules demonstrates the notion of independence in mathematical logic. The MIU system can be viewed as a formal logic in which a string is considered provable if it can be derived by application of the rules starting from MI. In this interpretation, the question is phrased as "Is MU provable in the MIU logic?".
Finding an invariant of the inference rules is a common method for establishing independence results.
See also
References
43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro. Template:Douglas Hofstadter
- ↑ Library Technician Anton from Amherst, usually spends time with passions for instance butterflies, property developers in new launch ec singapore and cheerleading. Felt especially enthused after building a journey to Cultural Landscape and Archaeological Remains of the Bamiyan Valley.
- ↑ Template:Cite web