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

1 topic

160 results

Clear filters
Project-declaredLean 4.28.0

Ker le trace Right

ker_le_traceRight

Plain-language statement

The kernel condition σ.M.ker ≤ ρ.M.ker is preserved under partial trace. This follows because supp(ρ) ⊆ supp(σ) implies supp(Tr_B ρ) ⊆ supp(Tr_B σ): if v ∈ supp(Tr_B ρ), then ⟨v, (Tr_B ρ) v⟩ > 0, so for some basis vector e_b we have v ⊗ e_b ∈ supp(ρ) ⊆ supp(σ), hence ⟨v, (Tr_B σ) v⟩ ≥ ⟨v ⊗ e_b, σ (v ⊗ e_b)⟩ > 0.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Ket Is Prod iff mul eq mul

Ket.IsProd_iff_mul_eq_mul

Plain-language statement

A ket is a product state iff its components are cross-multiplicative.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.33.0-rc1

KLDiv add le KLDiv of indep

KLDiv_add_le_KLDiv_of_indep

Plain-language statement

If X,Y,ZX, Y, Z are independent GG-valued random variables, then DKL(X+ZY+Z)DKL(XY).D_{KL}(X+Z\Vert Y+Z) \leq D_{KL}(X\Vert Y).

additive combinatoricsentropyprobability

Source project: Polynomial Freiman-Ruzsa project

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Matrix isometry preserves norm

Matrix.isometry_preserves_norm

Project documentation

The operator norm of a matrix, with respect to the Euclidean norm (l2 norm) on the domain and codomain. -/ noncomputable def Matrix.opNorm [RCLike 𝕜] (A : Matrix m n 𝕜) : ℝ := ‖LinearMap.toContinuousLinearMap (Matrix.toEuclideanLin A)‖ /- An isometry preserves the Euclidean norm.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Matrix op Norm isometry

Matrix.opNorm_isometry

Project documentation

The operator norm of a matrix, with respect to the Euclidean norm (l2 norm) on the domain and codomain. -/ noncomputable def Matrix.opNorm [RCLike 𝕜] (A : Matrix m n 𝕜) : ℝ := ‖LinearMap.toContinuousLinearMap (Matrix.toEuclideanLin A)‖ /- An isometry preserves the Euclidean norm. -/ theorem Matrix.isometry_preserves_norm (A : Matrix n m 𝕜) (hA : A.Isom...

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Matrix op Norm mul le

Matrix.opNorm_mul_le

Plain-language statement

The operator norm of a matrix product is at most the product of the operator norms.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record