Theory Composing_Security_Network
section ‹N-ary compositionality theorem›
text ‹This theory provides the n-ary version of
the compositionality theorem for BD security.
It corresponds to Theorem 3 from \<^cite>‹"cosmedis-SandP2017"›
and to Theorem 7 (the System Compositionality Theorem, n-ary case) from
\<^cite>‹"BDsecurity-ITP2021"›.
›
theory Composing_Security_Network
imports Trivial_Security Transporting_Security Composing_Security
begin
text ‹Definition of n-ary system composition:›
type_synonym ('nodeid, 'state) nstate = "'nodeid ⇒ 'state"