2106.11355
Port-Hamiltonian System Identification from Noisy Frequency Response Data
Paul Schwerdtner
correcthigh confidence
- Category
- math.DS
- Journal tier
- Specialist/Solid
- Processed
- Sep 28, 2025, 12:56 AM
- arXiv Links
- Abstract ↗PDF ↗
Audit review
The paper’s Lemma 4 defines the parametrization Σ_pH(θ) via triangular and strictly upper-triangular matrix lifts (vtu, vtsu, vtfm) and shows: (i) for any θ, the constructed matrices satisfy E ≽ 0, J = −J^T, N = −N^T, and W ≽ 0 with R, P, S extracted as blocks; and (ii) conversely, any generalized pH system (Def. 2) admits some θ producing it, with parameter count nθ = n((3n+1)/2 + 2m) + m^2. The proof sketch appeals to the facts that vtu(v)^T vtu(v) is PSD and vtsu(v)^T − vtsu(v) is skew-symmetric, and constructs θ using pivoted Cholesky (or equivalent) plus vectorizations . The candidate solution mirrors this exactly: it verifies the structural constraints by construction, uses block selection for R,P,S, and for the converse employs either pivoted Cholesky or a symmetric square root plus QR to obtain upper-triangular factors, together with sutv/vec to reconstruct J, N, B. The dimension count matches the paper’s formula. No missing hypotheses materially affect correctness; minor nuances (non-uniqueness, singular E or W) are acknowledged in the paper and addressed by the candidate’s factorization choices. Hence both are correct and essentially the same proof.
Referee report (LaTeX)
\textbf{Recommendation:} minor revisions
\textbf{Journal Tier:} specialist/solid
\textbf{Justification:}
The lemma and its proof are correct and align with standard linear algebra constructions. The parametrization is valuable for enabling unconstrained optimization in identifying passive/pH systems. Minor clarifications (factorization paths for PSD matrices, explicit real-field assumption, and a sentence on non-injectivity implications) would further aid readers but do not affect correctness.