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

All topics

115 results

Clear filters
Project-declaredLean 4.28.0

Optimal Hypothesis Rate unique

OptimalHypothesisRate.optimalHypothesisRate_unique

Plain-language statement

On the 1D Hilbert space, the optimal hypothesis testing rate is simply 1 - ε, since there's nothing to learn. (More generally this would hold whenever ρ=σ.) -

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Pos of lt one

OptimalHypothesisRate.pos_of_lt_one

Plain-language statement

When the allowed Type I error ε is less than 1 (so, we have some limit on our errors), and the kernel of the state ρ contains the kernel of some element in S, then the optimal hypothesis rate is positive - there is some lower bound on the type II errors we'll see. In other words, under these conditions, we cannot completely avoid type II errors.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
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

Plain-language 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.28.0

Pos Def trace Right

PosDef_traceRight

Plain-language statement

The partial trace (left) of a positive definite matrix is positive definite.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record