All proofs
Project-declaredLean 4.29.0-rc6 · mathlib@5c8398df5281

De Giorgi preiter of ball Sobolev on concentric Balls of pos Part Approx

DeGiorgi.deGiorgi_preiter_of_ballSobolev_on_concentricBalls_of_posPartApprox

Plain-language statement

De Giorgi pre-iteration on concentric balls using the concrete positive-part witness constructor on the outer ball.

Exact Lean statement

theorem deGiorgi_preiter_of_ballSobolev_on_concentricBalls_of_posPartApprox
    {u η : E → ℝ} {x₀ : E} {r s θ lam Csob Cη : ℝ}
    (hd : 0 < (d : ℝ))
    (A : EllipticCoeff d (Metric.ball x₀ s))
    (hs : 0 < s) (hr : 0 < r) (hrs : r < s)
    (hθl : θ < lam)
    (hCsob : 0 ≤ Csob)
    (hsub : IsSubsolution A u)
    (hu : MemW1pWitness 2 u (Metric.ball x₀ s))
    (happroxBallTheta :
      ∃ ψ : ℕ → E → ℝ,
        (∀ n, ContDiff ℝ 1 (ψ n)) ∧
        (∀ n, HasCompactSupport (ψ n)) ∧
        Tendsto
          (fun n =>
            eLpNorm (fun x => ψ n x - (u x - θ)) 2
              (volume.restrict (Metric.ball x₀ s)))
          atTop (nhds 0) ∧
        (∀ i : Fin d,
          Tendsto
            (fun n =>
              eLpNorm
                (fun x =>
                  (fderiv ℝ (ψ n) x) (EuclideanSpace.single i 1) - hu.weakGrad x i)
                2 (volume.restrict (Metric.ball x₀ s)))
            atTop (nhds 0)))
    (hη : ContDiff ℝ (⊤ : ℕ∞) η)
    (hη_nonneg : ∀ x, 0 ≤ η x)
    (hη_eq_one : ∀ x ∈ Metric.ball x₀ r, η x = 1)
    (hη_bound : ∀ x, |η x| ≤ 1)
    (hCη : 0 ≤ Cη)
    (hη_grad_bound : ∀ x, ‖fderiv ℝ η x‖ ≤ Cη)
    (hη_sub_ball : tsupport η ⊆ Metric.ball x₀ s)
    (hsob :
      ∫ x in Metric.ball x₀ r, |positivePartSub u lam x| ^ 2 ∂volume ≤
        Csob *
          (∫ x in Metric.ball x₀ r,
            ‖(positivePartSub_memW1pWitness_on_ball hs hu θ happroxBallTheta).weakGrad x‖ ^ 2
              ∂volume) *
          ((volume.restrict (Metric.ball x₀ s)).real {x | lam < u x}) ^ (2 / (d : ℝ))) :
    ∫ x in Metric.ball x₀ r, |positivePartSub u lam x| ^ 2 ∂volume ≤
      Csob * (4 * ellipticityRatio A * Cη ^ 2) *
        ((((lam - θ) ^ 2)⁻¹ *
            ∫ x in Metric.ball x₀ s, |positivePartSub u θ x| ^ 2 ∂volume) ^ (2 / (d : ℝ))) *
          ∫ x in Metric.ball x₀ s, |positivePartSub u θ x| ^ 2 ∂volume

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem deGiorgi_preiter_of_ballSobolev_on_concentricBalls_of_posPartApprox    {u η : E  } {x₀ : E} {r s θ lam Csob Cη : }    (hd : 0 < (d : ))    (A : EllipticCoeff d (Metric.ball x₀ s))    (hs : 0 < s) (hr : 0 < r) (hrs : r < s)    (hθl : θ < lam)    (hCsob : 0  Csob)    (hsub : IsSubsolution A u)    (hu : MemW1pWitness 2 u (Metric.ball x₀ s))    (happroxBallTheta :       ψ :   E  ,        ( n, ContDiff  1 (ψ n))         ( n, HasCompactSupport (ψ n))         Tendsto          (fun n =>            eLpNorm (fun x => ψ n x - (u x - θ)) 2              (volume.restrict (Metric.ball x₀ s)))          atTop (nhds 0)         ( i : Fin d,          Tendsto            (fun n =>              eLpNorm                (fun x =>                  (fderiv  (ψ n) x) (EuclideanSpace.single i 1) - hu.weakGrad x i)                2 (volume.restrict (Metric.ball x₀ s)))            atTop (nhds 0)))    (hη : ContDiff  (⊤ : ∞) η)    (hη_nonneg :  x, 0  η x)    (hη_eq_one :  x  Metric.ball x₀ r, η x = 1)    (hη_bound :  x, |η x|  1)    (hCη : 0  Cη)    (hη_grad_bound :  x, ‖fderiv  η x‖  Cη)    (hη_sub_ball : tsupport η  Metric.ball x₀ s)    (hsob :      ∫ x in Metric.ball x₀ r, |positivePartSub u lam x| ^ 2 ∂volume         Csob *          (∫ x in Metric.ball x₀ r,            ‖(positivePartSub_memW1pWitness_on_ball hs hu θ happroxBallTheta).weakGrad x‖ ^ 2              ∂volume) *          ((volume.restrict (Metric.ball x₀ s)).real {x | lam < u x}) ^ (2 / (d : ))) :    ∫ x in Metric.ball x₀ r, |positivePartSub u lam x| ^ 2 ∂volume       Csob * (4 * ellipticityRatio A *^ 2) *        ((((lam - θ) ^ 2)⁻¹ *            ∫ x in Metric.ball x₀ s, |positivePartSub u θ x| ^ 2 ∂volume) ^ (2 / (d : ))) *          ∫ x in Metric.ball x₀ s, |positivePartSub u θ x| ^ 2 ∂volume := by  haveI : IsFiniteMeasure (volume.restrict (Metric.ball x₀ s)) := by    rw [isFiniteMeasure_restrict]    exact measure_ball_lt_top.ne  let hwTheta : MemW1pWitness 2 (positivePartSub u θ) (Metric.ball x₀ s) :=    positivePartSub_memW1pWitness_on_ball hs hu θ happroxBallTheta  have hθ_int :      Integrable (fun x => |positivePartSub u θ x| ^ 2)        (volume.restrict (Metric.ball x₀ s)) := by    simpa [pow_two] using hwTheta.memLp.integrable_sq  have hIθ_nonneg :      0  ∫ x in Metric.ball x₀ s, |positivePartSub u θ x| ^ 2 ∂volume := by    refine integral_nonneg ?_    intro x    positivity  have henergy :      ∫ x in Metric.ball x₀ r, ‖hwTheta.weakGrad x‖ ^ 2 ∂volume         (4 * ellipticityRatio A *^ 2) *          ∫ x in Metric.ball x₀ s, |positivePartSub u θ x| ^ 2 ∂volume := by    change      ∫ x in Metric.ball x₀ r, ‖hwTheta.weakGrad x‖ ^ 2 ∂volume         (4 * ellipticityRatio A *^ 2) *          ∫ x in Metric.ball x₀ s, |positivePartSub u θ x| ^ 2 ∂volume    exact      deGiorgi_energy_estimate_on_concentricBalls_of_posPartApprox        A hs hr hrs hsub hu happroxBallTheta hη hη_nonneg hη_eq_one        hη_bound hCη hη_grad_bound hη_sub_ball  have hsob' :      ∫ x in Metric.ball x₀ r, |positivePartSub u lam x| ^ 2 ∂volume         Csob * (∫ x in Metric.ball x₀ r, ‖hwTheta.weakGrad x‖ ^ 2 ∂volume) *          ((volume.restrict (Metric.ball x₀ s)).real {x | lam < u x}) ^ (2 / (d : )) := by    change      ∫ x in Metric.ball x₀ r, |positivePartSub u lam x| ^ 2 ∂volume         Csob * (∫ x in Metric.ball x₀ r, ‖hwTheta.weakGrad x‖ ^ 2 ∂volume) *          ((volume.restrict (Metric.ball x₀ s)).real {x | lam < u x}) ^ (2 / (d : ))    exact hsob  exact    deGiorgi_preiter_of_energy:= volume.restrict (Metric.ball x₀ s))      hd hθl hCsob      (by        have hRatio_nonneg : 0  ellipticityRatio A := A.ellipticityRatio_nonneg        have hCη_sq_nonneg : 0 ^ 2 := sq_nonneg Cη        nlinarith)      hIθ_nonneg hθ_int      hsob' henergy      (by rfl)
Project
DeGiorgi
License
Apache-2.0
Commit
4c1b3077d378
Source
DeGiorgi/DeGiorgiIteration/PreIteration.lean:107-197

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

Project-declaredLean 4.29.0-rc6

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₂.

partial differential equationsregularity theoryanalysis

Source project: DeGiorgi

Person-level attribution pending.

View proof record
Project-declaredLean 4.29.0-rc6

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.

partial differential equationsregularity theoryanalysis

Source project: DeGiorgi

Person-level attribution pending.

View proof record
Project-declaredLean 4.29.0-rc6

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) < ∞.

partial differential equationsregularity theoryanalysis

Source project: DeGiorgi

Person-level attribution pending.

View proof record