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

Choi id is PSD

MatrixMap.choi_id_is_PSD

Project documentation

The Choi matrix of a map in symmetric Kraus form is a sum of rank-1 projectors. -/ theorem choi_of_kraus_R [DecidableEq A] (K : κ → Matrix B A 𝕜) : (of_kraus K K).choi_matrix = ∑ k, Matrix.vecMulVec (fun (x : B × A) => K k x.1 x.2) (fun (x : B × A) => star (K k x.1 x.2)) := by unfold of_kraus choi_matrix ext i j : 2 simp only [LinearMap.coe_sum, LinearMa...

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Choi map inv

MatrixMap.choi_map_inv

Plain-language statement

Proves that MatrixMap.choi_matrix and MatrixMap.of_choi_matrix inverses.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Choi matrix eq map proj

MatrixMap.choi_matrix_eq_map_proj

Project documentation

The linear map of conjugating a matrix by another, x → y * x * yᴴ. -/ @[simps] def root.MatrixMap.conj (y : Matrix B A R) : MatrixMap A B R where toFun x := y * x * y.conjTranspose map_add' x y := by rw [Matrix.mul_add, Matrix.add_mul] map_smul' r x := by rw [RingHom.id_apply, Matrix.mul_smul, Matrix.smul_mul] omit [DecidableEq A] in theorem conj_isPo...

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Choi of kraus R

MatrixMap.choi_of_kraus_R

Plain-language statement

The Choi matrix of a map in symmetric Kraus form is a sum of rank-1 projectors.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Dual choi matrix

MatrixMap.dual_choi_matrix

Plain-language statement

The Choi matrix of the dual map is the transpose of the reindexed Choi matrix of the original map.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Dual kron

MatrixMap.dual_kron

Plain-language statement

The dual of a Kronecker product of maps is the Kronecker product of their duals.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record