Beaver Math Olympiad: Difference between revisions
Jump to navigation
Jump to search
(Added the two/three unsolved BMO problems created thus far) |
(add 3 machines) |
||
Line 1: | Line 1: | ||
''Beaver Mathematical Olympiad'' (BMO) is an attempt to re-formulate the halting problem for some particular Turing machines as a mathematical problem in a style suitable for a hypothetical math olympiad. | '''Beaver Mathematical Olympiad''' (BMO) is an attempt to re-formulate the halting problem for some particular Turing machines as a mathematical problem in a style suitable for a hypothetical math olympiad. | ||
The purpose of the BMO is twofold. First, statements where every non-essential details (e.g. related to tape encoding, number of steps, etc) are discarded are more suitable to be shared with mathematicians who perhaps are able to help. | The purpose of the BMO is twofold. First, statements where every non-essential details (e.g. related to tape encoding, number of steps, etc) are discarded are more suitable to be shared with mathematicians who perhaps are able to help. Second, it's a way to jokingly highlight how a hard question could appear deceptively simple. | ||
== Unsolved problems == | |||
=== [[1RB1RE_1LC0RA_0RD1LB_---1RC_1LF1RE_0LB0LE]] === | |||
Let <math>(a_n)_{n \ge 1}</math> and <math>(b_n)_{n \ge 1}</math> be two sequences such that <math>(a_1, b_1) = (1, 2)</math> and | |||
<math display="block">(a_{n+1}, b_{n+1}) = \begin{cases} | |||
(a_n-b_n, 4b_n+2) & \text{if }a_n \ge b_n \\ | |||
(2a_n+1, b_n-a_n) & \text{if }a_n < b_n | |||
\end{cases}</math> | |||
for all positive integers <math>n</math>. Does there exist a positive integer <math>i</math> such that <math>a_i = b_i</math>? | |||
=== [[Hydra]] and [[Antihydra]] === | |||
Let <math>(a_n)_{n \ge 0}</math> be a sequence such that <math>a_{n+1} = a_n+\left\lfloor\frac{a_n}{2}\right\rfloor</math> for all non-negative integers <math>n</math>. | |||
# If <math>a_0=3</math>, does there exist a non-negative integer <math>k</math> such that the list of numbers <math>a_0, a_1, a_2, \dots, a_k</math> have more than twice as many even numbers as odd numbers? ([[Hydra]]) | |||
# If <math>a_0=8</math>, does there exist a non-negative integer <math>k</math> such that the list of numbers <math>a_0, a_1, a_2, \dots, a_k</math> have more than twice as many odd numbers as even numbers? ([[Antihydra]]) | |||
== Solved problems == | |||
[[Category:Stub]] | [[Category:Stub]] |
Revision as of 03:39, 24 July 2024
Beaver Mathematical Olympiad (BMO) is an attempt to re-formulate the halting problem for some particular Turing machines as a mathematical problem in a style suitable for a hypothetical math olympiad.
The purpose of the BMO is twofold. First, statements where every non-essential details (e.g. related to tape encoding, number of steps, etc) are discarded are more suitable to be shared with mathematicians who perhaps are able to help. Second, it's a way to jokingly highlight how a hard question could appear deceptively simple.
Unsolved problems
1RB1RE_1LC0RA_0RD1LB_---1RC_1LF1RE_0LB0LE
Let and be two sequences such that and
for all positive integers . Does there exist a positive integer such that ?
Hydra and Antihydra
Let be a sequence such that for all non-negative integers .
- If , does there exist a non-negative integer such that the list of numbers have more than twice as many even numbers as odd numbers? (Hydra)
- If , does there exist a non-negative integer such that the list of numbers have more than twice as many odd numbers as even numbers? (Antihydra)