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

Project-declaredLean 4.30.0

Integral mul exp neg sq Ici zero

Heat.integral_mul_exp_neg_sq_Ici_zero

Mathematical statement

Evaluation of ∫₀^∞ z exp(-z²) dz = 1/2.

partial differential equationsSobolev spacesanalysis

Source project: PDE

Person-level attribution pending.

View proof record
Project-declaredLean 4.30.0

Integral split near far

Heat.integral_split_near_far

Project documentation

Helper lemma for splitting integrals into near and far regions.

partial differential equationsSobolev spacesanalysis

Source project: PDE

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Hermitian Mat inner le trace rpow mul

HermitianMat.inner_le_trace_rpow_mul

Mathematical statement

Hermitian trace Hölder inequality: for PSD A, B and conjugate exponents p, q > 1, ⟪A, B⟫ ≤ Tr[A^p]^(1/p) * Tr[B^q]^(1/q).

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Hermitian Mat inv kronecker

HermitianMat.inv_kronecker

Project documentation

The operator norm of the conjugate transpose is equal to the operator norm. -/ theorem Matrix.opNorm_conjTranspose_eq_opNorm {m n : Type*} [Fintype m] [Fintype n] [DecidableEq m] [DecidableEq n] (A : Matrix m n 𝕜) : Matrix.opNorm Aᴴ = Matrix.opNorm A := by unfold Matrix.opNorm rw [← ContinuousLinearMap.adjoint.norm_map (toEuclideanLin A).toContinuousLine...

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Hermitian Mat ker weighted sum le

HermitianMat.ker_weighted_sum_le

Mathematical statement

If for all i, ker(σs i) ≤ ker(ρs i), then ker(∑ w i • σs i) ≤ ker(∑ w i • ρs i), provided all weights are nonneg and all matrices are PSD.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record