Skip to content

Conversation

@callesonne
Copy link
Collaborator

fixes #1278

theorem erdos_1043 :
∃ (f : ℂ[X]), f.Monic ∧
∀ (u : ℂ), ‖u‖ = 1 ∧
volume ((ℝ ∙ u).orthogonalProjection '' levelSet f) > 2 := by
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be this instead otherwise there is a contradiction with any u without norm 1:

Suggested change
volume ((ℝ ∙ u).orthogonalProjection '' levelSet f) > 2 := by
∀ (u : ℂ), ‖u‖ = 1
volume ((ℝ ∙ u).orthogonalProjection '' levelSet f) > 2 := by

Comment on lines +57 to +58
∀ (f : ℂ[X]), f.Monic ∧
∃ (u : ℂ), ‖u‖ = 1 ∧
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
∀ (f : ℂ[X]), f.Monic
∃ (u : ℂ), ‖u‖ = 1
∀ (f : ℂ[X]), f.Monic
∃ (u : ℂ), ‖u‖ = 1

measure at most 3.3.
-/
@[category research solved, AMS 28 30]
theorem erdos_1043.variants.weak :
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For this variant, we should exclude constant polynomials

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Erdős Problem 1043

2 participants