Cond Multi Dist of cast
condMultiDist_of_cast
Plain-language statement
Conditional multidistance is unchanged when both the random variables and their conditioning variables are reindexed along an equality . As with ordinary multidistance, the value does not depend on the chosen equal presentation of the finite index type.
Exact Lean statement
lemma condMultiDist_of_cast {m m' : ℕ} (h : m' = m) {Ω : Fin m → Type*}
(hΩ : ∀ i, MeasureSpace (Ω i))
{G S : Type*} [MeasurableFinGroup G] [Fintype S] (X : ∀ i, Ω i → G) (Y : ∀ i, Ω i → S) :
D[fun i ↦ X (i.cast h) | fun i ↦ Y (i.cast h); fun i ↦ hΩ (i.cast h)] =
D[X | Y ; hΩ]Formal artifact
Lean source
lemma condMultiDist_of_cast {m m' : ℕ} (h : m' = m) {Ω : Fin m → Type*} (hΩ : ∀ i, MeasureSpace (Ω i)) {G S : Type*} [MeasurableFinGroup G] [Fintype S] (X : ∀ i, Ω i → G) (Y : ∀ i, Ω i → S) : D[fun i ↦ X (i.cast h) | fun i ↦ Y (i.cast h); fun i ↦ hΩ (i.cast h)] = D[X | Y ; hΩ] := by unfold condMultiDist let ι : (Fin m' → S) → (Fin m → S) := fun x i ↦ x (i.cast h.symm) have hι : Function.Bijective ι := by constructor · intro f g h'; ext i; replace h' := congrFun h' (i.cast h); simpa [ι] using h' intro f; use f ∘ (Fin.cast h); ext i; simp [ι] convert Function.Bijective.sum_comp hι _ with y _ congr 1 · convert Function.Bijective.prod_comp (Fin.cast_bijective h) _ with i _ rfl convert multiDist_of_cast h _ _ X with i hmes i · simp; congr intros; simp; infer_instance- Project
- Polynomial Freiman-Ruzsa project
- License
- Apache-2.0
- Commit
- a177b2e4abe4
- Source
- PFR/BoundingMutual.lean:77-94
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.