All proofs
Project-declaredLean 4.28.0 · mathlib@8f9d9cff6bd7

Q Relative Ent lower Semicontinuous

qRelativeEnt.lowerSemicontinuous

Project documentation

Quantum relative entropy when σ has full rank -/ theorem qRelativeEnt_rank {ρ σ : MState d} [σ.M.NonSingular] : (𝐃(ρ‖σ) : EReal) = ⟪ρ.M, ρ.M.log - σ.M.log⟫ := by apply qRelativeEnt_ker simp [HermitianMat.nonSingular_ker_bot] section lowerSemicontinuous_1 variable {d : Type*} [Fintype d] [DecidableEq d] open scoped InnerProductSpace RealInnerProductSpace...

Exact Lean statement

@[fun_prop]
theorem qRelativeEnt.lowerSemicontinuous (ρ : MState d) : LowerSemicontinuous fun σ => 𝐃(ρ‖σ)

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
@[fun_prop]theorem qRelativeEnt.lowerSemicontinuous (ρ : MState d) : LowerSemicontinuous fun σ => 𝐃(ρ‖σ) := by  simp_rw [qRelativeEnt, SandwichedRelRentropy, if_true, lowerSemicontinuous_iff]  simp only [zero_lt_one, ↓reduceDIte]  intro x  by_cases hx : x.M.ker  ρ.M.ker  · intro y hy    obtain y', hy' :  y' : , y < ENNReal.ofReal y'  y' < ⟪ρ.M, ρ.M.log - x.M.log:= by      rcases ENNReal.lt_iff_exists_real_btwn.mp hy with  y', hy₁, hy₂ ;      rw [ ENNReal.ofReal_lt_iff_lt_toReal ] at hy₂ <;> aesop;    simp only [↓reduceDIte, inner_sub_right, hx] at hy hy'     have := inner_log_bounded_near hx (y := ⟪ρ.M, ρ.M.log- y') (by linarith)    filter_upwards [this] with σ hσ    split    · simp_all only [ENNReal.ofReal, forall_const]      apply lt_of_lt_of_le hy'.1      refine mod_cast max_le (a := y') (b := 0) (c := ⟪ρ.M, ρ.M.log- ⟪ρ.M, σ.M.log⟫) ?_ ?_      · linarith      · linarith [ show 0  y' from le_of_not_gt fun h => by norm_num [ Real.toNNReal_of_nonpos h.le ] at hy' ]    · exact hy'.1.trans_le (by simp)  · intro y hy    simp only [hx, ↓reduceDIte] at hy     have h₂ := qRelativeEnt_lowerSemicontinuous_2 ρ x hx y hy    filter_upwards [h₂] with x' hx'    split_ifs with h₁ junk    · simpa [ EReal.coe_ennreal_lt_coe_ennreal_iff, h₁] using hx'    · simp at junk    · exact hy
Project
quantumInfo
License
MIT
Commit
56e83a9288a3
Source
QuantumInfo/Finite/Entropy/Relative.lean:2053-2080

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

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

Convex roof of pure

convex_roof_of_pure

Plain-language statement

The convex roof extension of g : KetUpToPhase d → ℝ≥0 applied to a pure state ψ is g (KetUpToPhase.mk ψ).

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Id achieves Rate log dim

CPTPMap.id_achievesRate_log_dim

Plain-language statement

The identity channel on D dimensional space achieves a rate of log2(D).

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record