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

1 topic

15 results

Clear filters
Project-declaredLean 4.28.0

Conj Transpose isometry mul isometry le one

conjTranspose_isometry_mul_isometry_le_one

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

Intermediate ineq

intermediate_ineq

Plain-language statement

The intermediate operator inequality: ρ_AB ⊗ σ_C⁻¹ ≤ (ρ_A ⊗ σ_BC⁻¹).reindex(assoc⁻¹). This is derived from W_mat_sq_le_one by algebraic manipulation (conjugation and simplification).

quantum informationentropyquantum channels

Source project: quantumInfo

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