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 research declarations. Search 10,000 more complete Mathlib declarations.

All topics

Showing 1,891 to 1,896 of 2,569 results.

Project-declaredLean 4.28.0

Pinching kraus ker of ne zero

pinching_kraus_ker_of_ne_zero

Project documentation

Lemma 3.10 of Hayashi's book "Quantum Information Theory - Mathematical Foundations". Also, Lemma 5 in https://arxiv.org/pdf/quant-ph/0107004. -- Used in (S60) -/ theorem pinching_bound (ρ σ : MState d) : ρ.M ≤ (↑(Fintype.card (spectrum ℝ σ.m)) : ℝ) • (pinching_map σ ρ).M := by rw [pinchingMap_apply_M] suffices ρ.M ≤ (Fintype.card (spectrum ℝ σ.m) : ℝ) •...

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Pinching pythagoras

pinching_pythagoras

Mathematical statement

Exercise 2.8 of Hayashi's book "A group theoretic approach to Quantum Information".

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.8.0

PMF integrable of support finite

PMF.integrable_of_support_finite

Mathematical statement

Everything is integrable over PMFs with finite support

probabilitycomplexity theoryinteractive protocols

Source project: debate

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

PMF map uniform Of Fintype of fiber const

PMF.map_uniformOfFintype_of_fiber_const

Mathematical statement

Pushforward of PMF.uniformOfFintype α under a map f : α → β whose fibers over the image all have the same cardinality k > 0 is the uniform distribution on the image of f. Useful when f is an affine-linear surjection: every fiber is a translate of the kernel and hence has constant cardinality. The proximity-gap proofs use this to bridge the coeff...

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Pn pn plus one

pn_pn_plus_one

Mathematical statement

Consecutive prime gaps are small relative to the primes themselves. If pnp_n is the nnth prime, then pn+1pn=o(pn).p_{n+1}-p_n=o(p_n). Formally, there is a sequence cn0c_n\to0 such that pn+1pn=cnpnp_{n+1}-p_n=c_np_n for every nn.

analytic number theoryprime numbersasymptotics

Source project: Prime Number Theorem and More

Person-level attribution pending.

View proof record