Exists global smooth W1p approx of localized Witness
DeGiorgi.exists_global_smooth_W1p_approx_of_localizedWitness
Plain-language statement
Global smooth compactly supported approximation for a local witness whose support is already compactly contained in the source open set.
Exact Lean statement
theorem exists_global_smooth_W1p_approx_of_localizedWitness
{Ω : Set E} (hΩ : IsOpen Ω)
{p : ℝ} (hp : 1 < p)
{u : E → ℝ}
(hw : MemW1pWitness (ENNReal.ofReal p) u Ω)
(hu_compact : HasCompactSupport u)
(hu_sub : tsupport u ⊆ Ω) :
∃ ψ : ℕ → E → ℝ,
(∀ n, ContDiff ℝ (⊤ : ℕ∞) (ψ n)) ∧
(∀ n, HasCompactSupport (ψ n)) ∧
Tendsto
(fun n => eLpNorm (fun x => ψ n x - u x) (ENNReal.ofReal p) volume)
atTop (nhds 0) ∧
(∀ i : Fin d,
Tendsto
(fun n =>
eLpNorm
(fun x => (fderiv ℝ (ψ n) x) (EuclideanSpace.single i 1) -
Ω.indicator (fun y => hw.weakGrad y i) x)
(ENNReal.ofReal p) volume)
atTop (nhds 0))Formal artifact
Lean source
theorem exists_global_smooth_W1p_approx_of_localizedWitness {Ω : Set E} (hΩ : IsOpen Ω) {p : ℝ} (hp : 1 < p) {u : E → ℝ} (hw : MemW1pWitness (ENNReal.ofReal p) u Ω) (hu_compact : HasCompactSupport u) (hu_sub : tsupport u ⊆ Ω) : ∃ ψ : ℕ → E → ℝ, (∀ n, ContDiff ℝ (⊤ : ℕ∞) (ψ n)) ∧ (∀ n, HasCompactSupport (ψ n)) ∧ Tendsto (fun n => eLpNorm (fun x => ψ n x - u x) (ENNReal.ofReal p) volume) atTop (nhds 0) ∧ (∀ i : Fin d, Tendsto (fun n => eLpNorm (fun x => (fderiv ℝ (ψ n) x) (EuclideanSpace.single i 1) - Ω.indicator (fun y => hw.weakGrad y i) x) (ENNReal.ofReal p) volume) atTop (nhds 0)) := by have hu0 : MemW01p (ENNReal.ofReal p) u Ω := memW01p_of_memW1p_of_tsupport_subset hΩ hp hw.memW1p hu_compact hu_sub let hwExt := zeroExtend_memW1pWitness_p (d := d) hΩ hp hu0 hw have hu_eq_ind : Ω.indicator u = u := by ext x by_cases hx : x ∈ Ω · simp [hx] · simp [hx, zero_outside_of_tsupport_subset (Ω := Ω) hu_sub hx] have huExt0 : MemW01p (ENNReal.ofReal p) (Ω.indicator u) Set.univ := zeroExtend_memW01p_p (d := d) hΩ hp hu0 rcases huExt0.2 with ⟨hw0, φ, hφ_smooth, hφ_compact, hφ_sub, hφ_fun, hφ_grad⟩ refine ⟨φ, hφ_smooth, hφ_compact, ?_, ?_⟩ · simpa [hu_eq_ind] using hφ_fun · intro i have hp_le : 1 ≤ p := le_of_lt hp have hcomp : (fun x => hw0.weakGrad x i) =ᵐ[volume.restrict Set.univ] (fun x => (Ω.indicator (fun y => hw.weakGrad y i)) x) := by filter_upwards [MemW1pWitness.ae_eq_p (d := d) isOpen_univ hp_le hw0 hwExt] with x hx simpa [zeroExtend_memW1pWitness_p, hwExt] using congrArg (fun z : E => z i) hx have hEqSeq : (fun n => eLpNorm (fun x => (fderiv ℝ (φ n) x) (EuclideanSpace.single i 1) - Ω.indicator (fun y => hw.weakGrad y i) x) (ENNReal.ofReal p) volume) = (fun n => eLpNorm (fun x => (fderiv ℝ (φ n) x) (EuclideanSpace.single i 1) - hw0.weakGrad x i) (ENNReal.ofReal p) volume) := by funext n refine eLpNorm_congr_ae ?_ have hcomp' : (fun x => hw0.weakGrad x i) =ᵐ[volume] (fun x => (Ω.indicator (fun y => hw.weakGrad y i)) x) := by simpa [Measure.restrict_univ] using hcomp filter_upwards [hcomp'] with x hx simp [hx] rw [hEqSeq] simpa [Measure.restrict_univ] using hφ_grad i- Project
- DeGiorgi
- License
- Apache-2.0
- Commit
- 4c1b3077d378
- Source
- DeGiorgi/BallExtension/RoughInput.lean:449-509
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
Ae eq of tendsto e Lp Norm sub
BareFunction.ae_eq_of_tendsto_eLpNorm_sub
Plain-language statement
Lp limit uniqueness: if f_n → g₁ and f_n → g₂ in eLpNorm, then g₁ =ᵐ g₂.
Source project: DeGiorgi
Person-level attribution pending.
E Lp Norm pi le sum component
BareFunction.eLpNorm_pi_le_sum_component
Plain-language statement
Vector eLpNorm ≤ sum of component eLpNorms for Pi-valued functions. Uses eLpNorm_mono_real for the pointwise bound together with eLpNorm_sum_le for ℝ-valued functions, avoiding Pi instance synthesis.
Source project: DeGiorgi
Person-level attribution pending.
Mem Lp of tendsto e Lp Norm
BareFunction.memLp_of_tendsto_eLpNorm
Plain-language statement
If f n → g in eLpNorm and each f n ∈ Lp, then g ∈ Lp, provided g is AEStronglyMeasurable. Avoids the Lp type entirely. The key observation: eLpNorm (f n - g) → 0 means eLpNorm (f N - g) < 1 for some N. Then eLpNorm g ≤ eLpNorm (f N - g) + eLpNorm (f N) < ∞.
Source project: DeGiorgi
Person-level attribution pending.