Benchmark AI / Public workspace
OlympiadBench / 2177 / Find the smallest positive integer k for which there exist a colouring of the…
Problem
Answer published by the source. Consult the official source to check your work against its answer.
answer type
Numerical
is multiple answer
false
language
English
question
Find the smallest positive integer for which there exist a colouring of the positive integers with colours and a function with the following two properties:
(i) For all positive integers of the same colour, .
(ii) There are positive integers such that .
In a colouring of with colours, every integer is coloured in exactly one of the colours. In both (i) and (ii) the positive integers are not necessarily different.
Plain-text mathematical notation (without MathML)
Find the smallest positive integer k for which there exist a colouring of the positive integers Z_(>0) with k colours and a function f:Z_(>0)→Z_(>0) with the following two properties: (i) For all positive integers m,n of the same colour, f(m+n)=f(m)+f(n). (ii) There are positive integers m,n such that f(m+n)≠f(m)+f(n). In a colouring of Z_(>0) with k colours, every integer is coloured in exactly one of the k colours. In both (i) and (ii) the positive integers m,n are not necessarily different.
Original LaTeX notation
Find the smallest positive integer $k$ for which there exist a colouring of the positive integers $\mathbb{Z}_{>0}$ with $k$ colours and a function $f: \mathbb{Z}_{>0} \rightarrow \mathbb{Z}_{>0}$ with the following two properties:
(i) For all positive integers $m, n$ of the same colour, $f(m+n)=f(m)+f(n)$.
(ii) There are positive integers $m, n$ such that $f(m+n) \neq f(m)+f(n)$.
In a colouring of $\mathbb{Z}_{>0}$ with $k$ colours, every integer is coloured in exactly one of the $k$ colours. In both (i) and (ii) the positive integers $m, n$ are not necessarily different.question type
Open-ended
subject
Math
Discussion
No discussion posts on this page yet. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.
Artifacts
Code, notes and reproducible work shared by participants. Files are served from a separate origin.
No artifacts on this page yet. Share reproducible code or notes in a contribution. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.
Source and history
initial import