Exists is Uniform of rdist self eq zero
exists_isUniform_of_rdist_self_eq_zero
Plain-language statement
If , then there exists a subgroup such that .
Exact Lean statement
theorem exists_isUniform_of_rdist_self_eq_zero (hX : Measurable X) (hdist : d[X # X] = 0) :
∃ H : AddSubgroup G, ∃ U : Ω → G, Measurable U ∧ IsUniform H U ∧ d[X # U] = 0Formal artifact
Lean source
theorem exists_isUniform_of_rdist_self_eq_zero (hX : Measurable X) (hdist : d[X # X] = 0) : ∃ H : AddSubgroup G, ∃ U : Ω → G, Measurable U ∧ IsUniform H U ∧ d[X # U] = 0 := by -- use for `U` a translate of `X` to make sure that `0` is in its support. obtain ⟨x₀, h₀⟩ : ∃ x₀, ℙ (X ⁻¹' {x₀}) ≠ 0 := by by_contra! h have A a : (ℙ : Measure Ω).map X {a} = 0 := by rw [Measure.map_apply hX .of_discrete] exact h _ have B : (ℙ : Measure Ω).map X = 0 := by rw [← Measure.sum_smul_dirac (μ := (ℙ : Measure Ω).map X)] simp [A] have : IsProbabilityMeasure ((ℙ : Measure Ω).map X) := Measure.isProbabilityMeasure_map hX.aemeasurable exact IsProbabilityMeasure.ne_zero _ B refine ⟨symmGroup X hX, fun ω ↦ X ω - x₀, hX.sub_const _, isUniform_sub_const_of_rdist_eq_zero hX hdist h₀, ?_⟩ simp_rw [sub_eq_add_neg, ← Pi.add_def, rdist_add_const hX hX, hdist]- Project
- Polynomial Freiman-Ruzsa project
- License
- Apache-2.0
- Commit
- a177b2e4abe4
- Source
- PFR/HundredPercent.lean:142-158
Reuse this declaration
Bring the exact result into your workflow
The import identifies the source module. Your project still needs the pinned package dependency shown on this page.
What this badge means
This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.
Continue in this project
Related declarations
Approx hom pfr
approx_hom_pfr
Project documentation
An approximate-homomorphism theorem for finite elementary abelian -groups. Let and . If at least a proportion of pairs satisfy , then there are an additive homomorphism and a constant such that for at least values of .
Source project: Polynomial Freiman-Ruzsa project
Person-level attribution pending.
Better PFR conjecture
better_PFR_conjecture
Plain-language statement
If is finite non-empty with , then there exists a subgroup of with such that can be covered by at most translates of .
Source project: Polynomial Freiman-Ruzsa project
Person-level attribution pending.
Better PFR conjecture
better_PFR_conjecture'
Project documentation
Polynomial Freiman-Ruzsa theorem with exponent , without a finite ambient-group assumption. Let be a nonempty finite subset of an elementary abelian -group. If , then there are a finite subspace and a finite set such that , , and .
Source project: Polynomial Freiman-Ruzsa project
Person-level attribution pending.