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.

1 topic

115 results

Clear filters
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
Project-declaredLean 4.28.0

Is Positive dual

MatrixMap.IsPositive.dual

Plain-language statement

The dual of a IsPositive map also IsPositive.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Is Hermitian Preserving

MatrixMap.IsPositive.IsHermitianPreserving

Project documentation

The composition of IsHermitianPreserving maps is also Hermitian preserving. -/ theorem comp {M₁ : MatrixMap A B R} {M₂ : MatrixMap B C R} (h₁ : M₁.IsHermitianPreserving) (h₂ : M₂.IsHermitianPreserving) : IsHermitianPreserving (M₂ ∘ₗ M₁) := fun _ h ↦ h₂ (h₁ h) end IsHermitianPreserving namespace IsPositive variable [Fintype A] [Fintype B] [Fintype C] /- Ev...

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Is Trace Preserving iff trace choi

MatrixMap.IsTracePreserving_iff_trace_choi

Plain-language statement

A map is trace preserving iff the partial trace of the Choi matrix is the identity.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record