矩阵算子 A 与矩阵算子 B 的 相对熵

In the context of matrix operators (linear operators on finite-dimensional inner product spaces), the concept of relative entropy typically arises in quantum information theory and statistical mechanics , where matrices represent density operators (positive semidefinite, trace 1).

If AA and BB are positive definite matrices (or operators) acting on a Hilbert space, the relative entropy of AA with respect to BB is defined as:


Key properties:

  1. Domain:

    • and are positive semidefinite (often with for finiteness).

    • If is a density operator (trace 1), then , with equality iff .

  2. Relation to quantum relative entropy :

    This is the Umegaki relative entropy, fundamental in quantum information (e.g., quantum Stein's lemma, data processing inequality).

  3. When A, B are classical :

    If and are diagonal in the same basis with entries and ​, then

    which is the classical Kullback--Leibler divergence.


Example:

Let

, .

Then


Generalizations:

  • For positive semidefinite with , the relative entropy is .

  • In von Neumann algebras, there's an extension to general states.


If your operators and are not necessarily density matrices (trace ≠ 1 or not positive), the "relative entropy" may refer to other divergences (e.g., Bregman divergence for matrix functions), but the standard term in matrix analysis / quantum information is the quantum relative entropy defined above.

More to see its differentiability , joint convexity, or an application (e.g., in quantum hypothesis testing)

相关推荐
Zaly.3 小时前
【Python刷题】LeetCode 3567 子矩阵的最小绝对差
python·leetcode·矩阵
sheeta19984 小时前
LeetCode 每日一题笔记 2025.03.20 3567.子矩阵的最小绝对差
笔记·leetcode·矩阵
qq_283720055 小时前
WebGL基础教程(十四):投影矩阵深度解析——正交 vs 透视,彻底搞懂3D视觉魔法
3d·矩阵·webgl
AI科技星6 小时前
基于空间光速螺旋归一化的动力学方程推导与数值验证
人工智能·线性代数·算法·机器学习·平面
Tisfy6 小时前
LeetCode 3567.子矩阵的最小绝对差:暴力模拟
leetcode·矩阵·题解·模拟·暴力
Frostnova丶7 小时前
LeetCode 3567.子矩阵的最小绝对差
算法·leetcode·矩阵
罗罗攀7 小时前
PyTorch学习笔记|张量的线性代数运算
人工智能·pytorch·笔记·学习·线性代数
sheeta19981 天前
LeetCode 每日一题笔记 日期:2025.03.19 题目:3212.统计X和Y频数相等的子矩阵数量
笔记·leetcode·矩阵