Zero Extend mem W01p p
DeGiorgi.zeroExtend_memW01p_p
Mathematical statement
Zero-extension of a compactly supported local W₀^{1,p} witness to all of ℝ^d.
Source project: DeGiorgi
Person-level attribution pending.
Source-pinned research
Search theorem names, mathematical ideas, modules, topics, projects, and role-labelled researchers. Open a result for its complete indexed Lean declaration and source record.
This index contains 2,569 curated research declarations and 119,070 complete package declarations. Search 10,000 more complete Mathlib declarations.
Showing 853 to 858 of 2,569 results.
DeGiorgi.zeroExtend_memW01p_p
Mathematical statement
Zero-extension of a compactly supported local W₀^{1,p} witness to all of ℝ^d.
Source project: DeGiorgi
Person-level attribution pending.
Delta_imag_axis_real
Project documentation
Δ transforms under S as: Δ(-1/z) = z¹² · Δ(z) -/ lemma Δ_S_transform (z : ℍ) : Δ (ModularGroup.S • z) = z ^ (12 : ℕ) * Δ z := by have h := Discriminant_S_invariant simp only [funext_iff] at h specialize h z rw [SL_slash_apply] at h simp only [ModularGroup.denom_S, zpow_neg] at h field_simp [ne_zero z] at h rw [h, mul_comm] theorem Delta_boundedfactor : Te...
Source project: Sphere Packing in Dimension 8
Person-level attribution pending.
dens1_le_dens'
Mathematical statement
If every tile in lies at the fixed generation , then the first global density of is at most the generation-specific density .
Source project: Carleson formalization
Person-level attribution pending.
Dense.comap_val_nhdsWithin_Iio_neBot
Mathematical statement
This is the dual of Dense.comap_val_nhdsWithin_Ioi_neBot.
Source project: Brownian motion
Person-level attribution pending.
Dense.comap_val_nhdsWithin_Ioi_neBot
Project documentation
This is an auxillary lemma used to prove Dense.monotone_of_isRightContinuous. It is saying that if D is a dense set and a, b are two points such that a < b, then the comap of 𝓝[Set.Ioi a] a under the inclusion D → α is nontrivial. Note that a < b is necessary as this is clearly not true if a is a top element.
Source project: Brownian motion
Person-level attribution pending.
Dense.monotone_of_isRightContinuous
Project documentation
If f is monotone on a dense set D and is right continuous, then f is monotone. We prove under the assumption that α has a top element ⊤ and ⊤ ∈ D, which is a necessary assumption because otherwise it is possible that ⊤ is an isolated point. This theorem should be also true when α satisfies NoTopOrder α.
Source project: Brownian motion
Person-level attribution pending.