On the Formalization of Network Topology Matrices in HOL
Kubra Aksoy, Adnan Rashid, Osman Hasan, Sofiene Tahar

TL;DR
This paper formalizes network topology matrices within HOL theorem proving, enabling rigorous verification of properties and relationships among matrices used in modeling electrical, communication, and transportation networks.
Contribution
It introduces a formalization of adjacency, degree, Laplacian, and incidence matrices in Isabelle/HOL, with verified properties and relationships for network analysis.
Findings
Formalization of network matrices in HOL
Verification of classical properties and relationships
Analysis of Kron reduction and power dissipation
Abstract
Network topology matrices are algebraic representations of graphs that are widely used in modeling and analysis of various applications including electrical circuits, communication networks and transportation systems. In this paper, we propose to use Higher-Order-Logic (HOL) based interactive theorem proving to formalize network topology matrices. In particular, we formalize adjacency, degree, Laplacian and incidence matrices in the Isabelle/HOL proof assistant. Our formalization is based on modelling systems as networks using the notion of directed graphs (unweighted and weighted), where nodes act as components of the system and weighted edges capture the interconnection between them. Then, we formally verify various classical properties of these matrices, such as indexing and degree. We also prove the relationships between these matrices in order to provide a comprehensive formal…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFormal Methods in Verification · Interconnection Networks and Systems · Graph Theory and Algorithms
