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,375 to 1,380 of 2,569 results.

Project-declaredLean 4.28.0

Anti inf

InfRegularized.anti_inf

Mathematical statement

For Antitone functions, the InfRegularized is the supremum of values.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Inner eq inner conj of ker le

inner_eq_inner_conj_of_ker_le

Mathematical statement

Under the support condition σ.M.ker ≤ ρ.M.ker (i.e., supp(ρ) ⊆ supp(σ)), conjugation by σ^γ and σ^{-γ} preserves the inner product: ⟪ρ.M, H⟫ = ⟪σ^γ ρ σ^γ, σ^{-γ} H σ^{-γ}⟫. This holds because the kernel condition ensures ρ is supported on supp(σ), where σ^γ σ^{-γ} acts as the identity.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Inner rho H hat

inner_rho_H_hat

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

Integer ball cover

integer_ball_cover

Mathematical statement

In the function-distance space used for the real-line Carleson argument, every ball of radius 2R2R' can be covered by at most three balls of radius RR'.

harmonic analysisFourier analysismeasure theory

Source project: Carleson formalization

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Integral deriv mul add const

integral_deriv_mul_add_const

Mathematical statement

An integration-by-parts identity for real- or complex-valued ff. If aba\le b, ff is differentiable on [a,b][a,b], and ff' is integrable there, then for every constant cc, ab(t+c)f(t)dt=(b+c)f(b)(a+c)f(a)abf(t)dt.\int_a^b(t+c)f'(t)\,dt=(b+c)f(b)-(a+c)f(a)-\int_a^b f(t)\,dt.

analytic number theoryprime numbersasymptotics

Source project: Prime Number Theorem and More

Person-level attribution pending.

View proof record