Documentation

FormalConjectures.ErdosProblems.«361»

Erdős Problem 361 #

Reference: erdosproblems.com/361

theorem erdos_361.bigO (c : ) (hc : 0 < c) (A : ) (hA : ∀ (c n : ), A n = (Finset.filter (fun (B : Finset ) => n aB, a) (Finset.Icc 1 c * n⌋₊).powerset).sup Finset.card) :
(fun (n : ) => (A n)) =O[Filter.atTop] sorry

Let $c>0$ and $n$ be some large integer. What is the size of the largest $A\subseteq \{1,\ldots,\lfloor cn\rfloor\}$ such that $n$ is not a sum of a subset of $A$? Does this depend on $n$ in an irregular way?

theorem erdos_361.bigTheta (c : ) (hc : 0 < c) (A : ) (hA : ∀ (c n : ), A n = (Finset.filter (fun (B : Finset ) => n aB, a) (Finset.Icc 1 c * n⌋₊).powerset).sup Finset.card) :
(fun (n : ) => (A n)) =Θ[Filter.atTop] sorry

Let $c>0$ and $n$ be some large integer. What is the size of the largest $A\subseteq \{1,\ldots,\lfloor cn\rfloor\}$ such that $n$ is not a sum of a subset of $A$? Does this depend on $n$ in an irregular way?

theorem erdos_361.smallO (c : ) (hc : 0 < c) (A : ) (hA : ∀ (c n : ), A n = (Finset.filter (fun (B : Finset ) => n aB, a) (Finset.Icc 1 c * n⌋₊).powerset).sup Finset.card) :
(fun (n : ) => (A n)) =o[Filter.atTop] sorry

Let $c>0$ and $n$ be some large integer. What is the size of the largest $A\subseteq \{1,\ldots,\lfloor cn\rfloor\}$ such that $n$ is not a sum of a subset of $A$? Does this depend on $n$ in an irregular way?