Symmetry of the matrix integral distance:
ProvedRybinAI2026.P01.distance_commintegral-inequalitymatrix-analysispositive-definite-matrices
Let and let be real symmetric positive definite matrices. With the distance of CUHK-Shenzhen AI Math Problem 1,
one has . Although the integrand pairs the first matrix with and the second with , the distance is symmetric, because the bilinear form of the symmetric matrix is symmetric in and the two sphere variables can be exchanged. Symmetry allows both orderings of a pair to be used in the mission target RybinAI2026.P01.matrix_integral_inequality.
Formalization note. distance, bilinear and surfaceMeasure are the mission's definitions; Matrix.PosDef supplies the symmetry of and and the integrability of the integrand.
Preamble
import Definitions.Def_rybin2026_p01_matrix_integral open Matrix MeasureTheory
Formal statement
namespace RybinAI2026.P01
/-- Symmetry. -/
theorem distance_comm {n : ℕ} (A B : Matrix (Fin n) (Fin n) ℝ) (hA : A.PosDef) (hB : B.PosDef) :
distance A B = distance B A := by
sorry
end RybinAI2026.P01
Source
Unconditional structural property / special case of CUHK-Shenzhen AI Math Problem 1 (Prof. Cosme Louart), https://rybindmitry.github.io/problems/1.html; Prove2Me mission 'Positive definite matrix integral inequality' (c36fd4df); no literature source.