Skip to main content

Source-pinned research

Research proof index

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.

All topics

Showing 1,027 to 1,032 of 2,569 results.

Project-declaredLean 4.32.0

Expected Cost le of support bound

expectedCost_le_of_support_bound

Mathematical statement

If val z.2 ≤ c for all z in the support of costDist, then expectedCost ≤ c. This is the key bridge from worst-case (support) bounds to expected bounds.

program verificationseparation logiccryptography

Source project: VCVio

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0-rc1

Extend loops

extend_loops

Project documentation

A more precise version of sfHomotopy_in. -/ theorem sfHomotopy_in' {ι} (h₀ : SurroundingFamily g b γ₀ U) (h₁ : SurroundingFamily g b γ₁ U) (τ : ι → ℝ) (x : ι → E) (i : ι) {V : Set E} (hx : x i ∈ V) {t : ℝ} (ht : t ∈ I) {s : ℝ} (h_in₀ : ∀ i, x i ∈ V → ∀ t ∈ I, ∀ (s : ℝ), τ i ≠ 1 → (x i, γ₀ (x i) t s) ∈ Ω) (h_in₁ : ∀ i, x i ∈ V → ∀ t ∈ I, ∀ (s : ℝ), τ i ≠...

topologydifferential geometryhomotopy

Source project: Sphere eversion

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Eπ classical Bound to numerical Bound

Eπ.classicalBound.to_numericalBound

Mathematical statement

Let Eπ(x)=π(x)Li(x)/(x/logx)E_\pi(x)=|\pi(x)-\operatorname{Li}(x)|/(x/\log x). If EπE_\pi obeys the classical bound Eπ(x)A(logxR)Bexp ⁣(ClogxR)E_\pi(x)\le A\left(\frac{\log x}{R}\right)^B\exp\!\left(-C\sqrt{\frac{\log x}{R}}\right) for every xx0x\ge x_0, with A,B,C,R>0A,B,C,R>0, then beyond any x1max{x0,exp(R(2B/C)2)}x_1\ge\max\{x_0,\exp(R(2B/C)^2)\} it obeys the uniform numerical bound obtained by evaluating that expression at x1x_1.

analytic number theoryprime numbersasymptotics

Source project: Prime Number Theorem and More

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Eψ classical Bound to numerical Bound

Eψ.classicalBound.to_numericalBound

Mathematical statement

Let Eψ(x)=ψ(x)x/xE_\psi(x)=|\psi(x)-x|/x. If EψE_\psi obeys the classical bound Eψ(x)A(logxR)Bexp ⁣(ClogxR)E_\psi(x)\le A\left(\frac{\log x}{R}\right)^B\exp\!\left(-C\sqrt{\frac{\log x}{R}}\right) for every xx0x\ge x_0, with A,B,C,R>0A,B,C,R>0, then beyond any x1max{x0,exp(R(2B/C)2)}x_1\ge\max\{x_0,\exp(R(2B/C)^2)\} it obeys the uniform numerical bound obtained by evaluating that expression at x1x_1.

analytic number theoryprime numbersasymptotics

Source project: Prime Number Theorem and More

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

F alpha at optimizer

f_alpha_at_optimizer

Project documentation

Sub-lemma for Step 1b: the conj of H_hat by σ^{−γ} simplifies to (ρ.M.conj (σ^γ).mat)^{α−1}. This uses σ^{−γ} · σ^γ = identity (on support) to cancel the outer σ^γ factors. -/ theorem H_hat_conj_sigma (hα : 1 < α) (ρ σ : MState d) : let γ := (1 - α) / (2 * α) (H_hat α ρ σ).conj (σ.M ^ (-γ)).mat = (ρ.M.conj (σ.M ^ γ).mat) ^ (α - 1) := by intro γ have hγ :...

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

F alpha convex in sigma

f_alpha_convex_in_sigma

Mathematical statement

Step 3 (Convexity in σ): For fixed H ≥ 0 and ρ, and α > 1, the map σ ↦ f_alpha α H ρ σ is convex. The key is that for p = α/(α−1) > 1: • A ↦ Tr[A^p] is convex on PSD matrices (trace function convexity, Theorem 2.10 of Carlen), • σ ↦ σ^{−γ} H σ^{−γ} is concave in σ by Lieb concavity (since −γ = (α−1)/(2α) ∈ (0,½)), • The composition...

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record