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

1 topic

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

Comp

MatrixMap.IsCompletelyPositive.comp

Plain-language statement

The composition of IsCompletelyPositive maps is also completely positive.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Is Positive

MatrixMap.IsCompletelyPositive.IsPositive

Project documentation

Definition of a CP map, but with Fintype T in the definition instead of a Fin n. -/ theorem of_Fintype {M : MatrixMap A B R} (h : IsCompletelyPositive M) (T : Type*) [Fintype T] [DecidableEq T] : (M.kron (LinearMap.id : MatrixMap T T R)).IsPositive := by obtain ⟨n, ⟨e⟩⟩ : ∃ n : ℕ, Nonempty (T ≃ Fin n) := Finite.exists_equiv_fin T convert h n using 1 h...

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Of Fintype

MatrixMap.IsCompletelyPositive.of_Fintype

Plain-language statement

Definition of a CP map, but with Fintype T in the definition instead of a Fin n.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record