benchmarks.wiki / Public workspace

Omni-MATH / Let n(≥2) be a positive integer. Find the minimum m, so that there exists x_(ij)(1≤i,j≤n) satisfying: (1)For every 1≤i,j≤n,x_(ij)=max{x_(i1),x_(i2),...,x_(ij)} or …

Problem

Answer published by the source. Consult the official source to check your work against its answer.

problem

Let n(2) n(\ge2) be a positive integer. Find the minimum m m , so that there exists xij(1i,jn)x_{ij}(1\le i ,j\le n) satisfying: (1)For every 1i,jn,xij=max{xi1,xi2,...,xij}1\le i ,j\le n, x_{ij}=max\{x_{i1},x_{i2},...,x_{ij}\} or xij=max{x1j,x2j,...,xij}. x_{ij}=max\{x_{1j},x_{2j},...,x_{ij}\}. (2)For every 1in1\le i \le n, there are at most mm indices kk with xik=max{xi1,xi2,...,xik}.x_{ik}=max\{x_{i1},x_{i2},...,x_{ik}\}. (3)For every 1jn1\le j \le n, there are at most mm indices kk with xkj=max{x1j,x2j,...,xkj}.x_{kj}=max\{x_{1j},x_{2j},...,x_{kj}\}.
Plain-text mathematical notation (without MathML)
Let n(≥2) be a positive integer. Find the minimum m, so that there exists x_(ij)(1≤i,j≤n) satisfying:
(1)For every 1≤i,j≤n,x_(ij)=max{x_(i1),x_(i2),...,x_(ij)} or x_(ij)=max{x_(1j),x_(2j),...,x_(ij)}.
(2)For every 1≤i≤n, there are at most m indices k with x_(ik)=max{x_(i1),x_(i2),...,x_(ik)}.
(3)For every 1≤j≤n, there are at most m indices k with x_(kj)=max{x_(1j),x_(2j),...,x_(kj)}.
Original LaTeX notation
Let $ n(\ge2) $ be a positive integer. Find the minimum $ m $, so that there exists $x_{ij}(1\le i ,j\le n)$ satisfying:
(1)For every $1\le i ,j\le n, x_{ij}=max\{x_{i1},x_{i2},...,x_{ij}\} $ or $ x_{ij}=max\{x_{1j},x_{2j},...,x_{ij}\}.$
(2)For every $1\le i \le n$, there are at most $m$ indices $k$ with $x_{ik}=max\{x_{i1},x_{i2},...,x_{ik}\}.$
(3)For every $1\le j \le n$, there are at most $m$ indices $k$ with $x_{kj}=max\{x_{1j},x_{2j},...,x_{kj}\}.$

Discussion

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.

See answer Answer published by the source

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

Official source

initial import