<?xml version='1.0'?>
<!DOCTYPE art SYSTEM 'http://www.biomedcentral.com/xml/article.dtd'>
<art>
   <ui>1752-0509-1-24</ui>
   <ji>1752-0509</ji>
   <fm>
      <dochead>Research article</dochead>
      <bibl>
         <title>
            <p>Understanding network concepts in modules</p>
         </title>
         <aug>
            <au id="A1">
               <snm>Dong</snm>
               <fnm>Jun</fnm>
               <insr iid="I1"/>
               <email>jundong@ucla.edu</email>
            </au>
            <au id="A2" ca="yes">
               <snm>Horvath</snm>
               <fnm>Steve</fnm>
               <insr iid="I1"/>
               <email>shorvath@mednet.ucla.edu</email>
            </au>
         </aug>
         <insg>
            <ins id="I1">
               <p>Department of Human Genetics and Department of Biostatistics, University of California, Los Angeles, CA 90095, USA</p>
            </ins>
         </insg>
         <source>BMC Systems Biology</source>
         <issn>1752-0509</issn>
         <pubdate>2007</pubdate>
         <volume>1</volume>
         <issue>1</issue>
         <fpage>24</fpage>
         <url>http://www.biomedcentral.com/1752-0509/1/24</url>
         <xrefbib>
            <pubidlist>
               <pubid idtype="pmpid">17547772</pubid>
               <pubid idtype="doi">10.1186/1752-0509-1-24</pubid>
            </pubidlist>
         </xrefbib>
      </bibl>
      <history>
         <rec>
            <date>
               <day>22</day>
               <month>1</month>
               <year>2007</year>
            </date>
         </rec>
         <acc>
            <date>
               <day>04</day>
               <month>6</month>
               <year>2007</year>
            </date>
         </acc>
         <pub>
            <date>
               <day>04</day>
               <month>6</month>
               <year>2007</year>
            </date>
         </pub>
      </history>
      <cpyrt>
         <year>2007</year>
         <collab>Dong and Horvath; licensee BioMed Central Ltd.</collab>
         <note>This is an Open Access article distributed under the terms of the Creative Commons Attribution License (<url>http://creativecommons.org/licenses/by/2.0</url>), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.</note>
      </cpyrt>
      <abs>
         <sec>
            <st>
               <p>Abstract</p>
            </st>
            <sec>
               <st>
                  <p>Background</p>
               </st>
               <p>Network concepts are increasingly used in biology and genetics. For example, the clustering coefficient has been used to understand network architecture; the connectivity (also known as degree) has been used to screen for cancer targets; and the topological overlap matrix has been used to define modules and to annotate genes. Dozens of potentially useful network concepts are known from graph theory.</p>
            </sec>
            <sec>
               <st>
                  <p>Results</p>
               </st>
               <p>Here we study network concepts in special types of networks, which we refer to as approximately factorizable networks. In these networks, the pairwise connection strength (adjacency) between 2 network nodes can be factored into node specific contributions, named node 'conformity'. The node conformity turns out to be highly related to the connectivity. To provide a formalism for relating network concepts to each other, we define three types of network concepts: fundamental-, conformity-based-, and approximate conformity-based concepts. Fundamental concepts include the standard definitions of connectivity, density, centralization, heterogeneity, clustering coefficient, and topological overlap. The approximate conformity-based analogs of fundamental network concepts have several theoretical advantages. First, they allow one to derive simple relationships between seemingly disparate networks concepts. For example, we derive simple relationships between the clustering coefficient, the heterogeneity, the density, the centralization, and the topological overlap. The second advantage of approximate conformity-based network concepts is that they allow one to show that fundamental network concepts can be approximated by simple functions of the connectivity in module networks.</p>
            </sec>
            <sec>
               <st>
                  <p>Conclusion</p>
               </st>
               <p>Using protein-protein interaction, gene co-expression, and simulated data, we show that a) many networks comprised of module nodes are approximately factorizable and b) in these types of networks, simple relationships exist between seemingly disparate network concepts. Our results are implemented in freely available R software code, which can be downloaded from the following webpage: <url>http://www.genetics.ucla.edu/labs/horvath/ModuleConformity/ModuleNetworks</url></p>
            </sec>
         </sec>
      </abs>
   </fm>
   <bdy>
      <sec>
         <st>
            <p>Background</p>
         </st>
         <p>Network terminology is used to study important questions in systems biology. For example, networks are used to study functional enrichment <abbrgrp><abbr bid="B1">1</abbr></abbrgrp>, to analyze the structure of cellular networks <abbrgrp><abbr bid="B2">2</abbr></abbrgrp>, to model biological signalling or regulatory networks <abbrgrp><abbr bid="B1">1</abbr><abbr bid="B3">3</abbr></abbrgrp>, to reconstruct metabolic networks <abbrgrp><abbr bid="B4">4</abbr></abbrgrp>, and to study the dynamic behavior of gene regulatory networks <abbrgrp><abbr bid="B5">5</abbr></abbrgrp>.</p>
         <p>Here we study the meaning of network concepts in relatively simple networks, e.g. gene co-expression networks and protein-protein interaction (PPI) networks. Specifically, we consider undirected networks that can be represented by a symmetric adjacency matrix <it>A </it>= [<it>a</it><sub><it>ij</it></sub>], where the pairwise adjacency (connection strength) <it>a</it><sub><it>ij </it></sub>takes values in the unit interval, i.e., 0 &#8804; <it>a</it><sub><it>ij </it></sub>&#8804; 1. For an <it>unweighted </it>network, the adjacency <it>a</it><sub><it>ij </it></sub>= 1 if nodes <it>i </it>and <it>j </it>are connected and 0 otherwise. For a <it>weighted </it>network, 0 &#8804; <it>a</it><sub><it>ij </it></sub>&#8804; 1. For notational convenience, we set the diagonal elements to 1.</p>
         <sec>
            <st>
               <p>Fundamental network concepts</p>
            </st>
            <p>Other authors refer to network concepts as network statistics or network indices. Network concepts include connectivity, mean connectivity, density, variance of the connectivity (related to the heterogeneity) etc. Network concepts can be used as descriptive statistics for networks. While some network concepts (e.g. connectivity) have found important uses in biology and genetics, other network concepts (e.g. network centralization) appear less interesting to biologists. Before attempting to understand why some concepts are more interesting than others, it is important to understand how network concepts relate to each other in biologically interesting networks. As a step toward this goal, we explore the meaning of network concepts in module networks, which are defined below.</p>
            <p>In the following, we review fundamental network concepts. Further details on the definitions and notations can be found in the Methods section.</p>
            <p>The <b>node connectivity </b>is given by</p>
            <p>
               <display-formula id="M1">
                  <m:math name="1752-0509-1-24-i1" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>C</m:mi>
                           <m:mi>o</m:mi>
                           <m:mi>n</m:mi>
                           <m:mi>n</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>c</m:mi>
                           <m:mi>t</m:mi>
                           <m:mi>i</m:mi>
                           <m:mi>v</m:mi>
                           <m:mi>i</m:mi>
                           <m:mi>t</m:mi>
                           <m:msub>
                              <m:mi>y</m:mi>
                              <m:mi>i</m:mi>
                           </m:msub>
                           <m:mo>=</m:mo>
                           <m:msub>
                              <m:mi>k</m:mi>
                              <m:mi>i</m:mi>
                           </m:msub>
                           <m:mo>=</m:mo>
                           <m:mstyle displaystyle="true">
                              <m:munder>
                                 <m:mo>&#8721;</m:mo>
                                 <m:mrow>
                                    <m:mi>j</m:mi>
                                    <m:mo>&#8800;</m:mo>
                                    <m:mi>i</m:mi>
                                 </m:mrow>
                              </m:munder>
                              <m:mrow>
                                 <m:msub>
                                    <m:mi>a</m:mi>
                                    <m:mrow>
                                       <m:mi>i</m:mi>
                                       <m:mi>j</m:mi>
                                    </m:mrow>
                                 </m:msub>
                              </m:mrow>
                           </m:mstyle>
                           <m:mo>.</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGdbWqcqWGVbWBcqWGUbGBcqWGUbGBcqWGLbqzcqWGJbWycqWG0baDcqWGPbqAcqWG2bGDcqWGPbqAcqWG0baDcqWG5bqEdaWgaaWcbaGaemyAaKgabeaakiabg2da9iabdUgaRnaaBaaaleaacqWGPbqAaeqaaOGaeyypa0ZaaabuaeaacqWGHbqydaWgaaWcbaGaemyAaKMaemOAaOgabeaaaeaacqWGQbGAcqGHGjsUcqWGPbqAaeqaniabggHiLdGccqGGUaGlaaa@4F57@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>In unweighted networks, the connectivity <it>k</it><sub><it>i </it></sub>of node <it>i </it>equals the number of directly linked neighbors. In weighted networks, the connectivity equals the sum of connection weights with all other nodes. Highly connected 'hub' genes are thought to play an important role in organizing the behavior of biological networks <abbrgrp><abbr bid="B6">6</abbr><abbr bid="B7">7</abbr><abbr bid="B8">8</abbr><abbr bid="B9">9</abbr></abbrgrp>. Connectivity has been found to be an important complementary gene screening variable for finding biologically significant genes in cancer <abbrgrp><abbr bid="B10">10</abbr><abbr bid="B11">11</abbr></abbrgrp> and primate brain development <abbrgrp><abbr bid="B12">12</abbr></abbrgrp>.</p>
            <p>The <b>line density </b><abbrgrp><abbr bid="B13">13</abbr></abbrgrp> is defined as the mean off-diagonal adjacency and is closely related to the mean connectivity.</p>
            <p>
               <display-formula id="M2">
                  <m:math name="1752-0509-1-24-i2" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>D</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>n</m:mi>
                           <m:mi>s</m:mi>
                           <m:mi>i</m:mi>
                           <m:mi>t</m:mi>
                           <m:mi>y</m:mi>
                           <m:mo>=</m:mo>
                           <m:mfrac>
                              <m:mrow>
                                 <m:mstyle displaystyle="true">
                                    <m:msub>
                                       <m:mo>&#8721;</m:mo>
                                       <m:mi>i</m:mi>
                                    </m:msub>
                                    <m:mrow>
                                       <m:mstyle displaystyle="true">
                                          <m:msub>
                                             <m:mo>&#8721;</m:mo>
                                             <m:mrow>
                                                <m:mi>j</m:mi>
                                                <m:mo>&#8800;</m:mo>
                                                <m:mi>i</m:mi>
                                             </m:mrow>
                                          </m:msub>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>a</m:mi>
                                                <m:mrow>
                                                   <m:mi>i</m:mi>
                                                   <m:mi>j</m:mi>
                                                </m:mrow>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mstyle>
                                    </m:mrow>
                                 </m:mstyle>
                              </m:mrow>
                              <m:mrow>
                                 <m:mi>n</m:mi>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:mi>n</m:mi>
                                 <m:mo>&#8722;</m:mo>
                                 <m:mn>1</m:mn>
                                 <m:mo stretchy="false">)</m:mo>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>=</m:mo>
                           <m:mfrac>
                              <m:mrow>
                                 <m:msub>
                                    <m:mi>S</m:mi>
                                    <m:mn>1</m:mn>
                                 </m:msub>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:mi>k</m:mi>
                                 <m:mo stretchy="false">)</m:mo>
                              </m:mrow>
                              <m:mrow>
                                 <m:mi>n</m:mi>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:mi>n</m:mi>
                                 <m:mo>&#8722;</m:mo>
                                 <m:mn>1</m:mn>
                                 <m:mo stretchy="false">)</m:mo>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>=</m:mo>
                           <m:mfrac>
                              <m:mrow>
                                 <m:mi>m</m:mi>
                                 <m:mi>e</m:mi>
                                 <m:mi>a</m:mi>
                                 <m:mi>n</m:mi>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:mi>k</m:mi>
                                 <m:mo stretchy="false">)</m:mo>
                              </m:mrow>
                              <m:mrow>
                                 <m:mi>n</m:mi>
                                 <m:mo>&#8722;</m:mo>
                                 <m:mn>1</m:mn>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>,</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGebarcqWGLbqzcqWGUbGBcqWGZbWCcqWGPbqAcqWG0baDcqWG5bqEcqGH9aqpdaWcaaqaamaaqababaWaaabeaeaacqWGHbqydaWgaaWcbaGaemyAaKMaemOAaOgabeaaaeaacqWGQbGAcqGHGjsUcqWGPbqAaeqaniabggHiLdaaleaacqWGPbqAaeqaniabggHiLdaakeaacqWGUbGBcqGGOaakcqWGUbGBcqGHsislcqaIXaqmcqGGPaqkaaGaeyypa0ZaaSaaaeaacqWGtbWudaWgaaWcbaGaeGymaedabeaakiabcIcaOGqadiab=TgaRjabcMcaPaqaaiabd6gaUjabcIcaOiabd6gaUjabgkHiTiabigdaXiabcMcaPaaacqGH9aqpdaWcaaqaaiabd2gaTjabdwgaLjabdggaHjabd6gaUjabcIcaOiab=TgaRjabcMcaPaqaaiabd6gaUjabgkHiTiabigdaXaaacqGGSaalaaa@65F0@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>where the function <it>S</it><sub><it>p</it></sub>(&#183;) is defined for a vector <b><it>v </it></b>as <it>S</it><sub><it>p</it></sub>(<b><it>v</it></b>) = &#8721;<sub><it>i</it></sub><inline-formula><m:math name="1752-0509-1-24-i3" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:msubsup><m:mi>v</m:mi><m:mi>i</m:mi><m:mi>p</m:mi></m:msubsup></m:mrow><m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWG2bGDdaqhaaWcbaGaemyAaKgabaGaemiCaahaaaaa@3112@</m:annotation></m:semantics></m:math></inline-formula> = (<b><it>v</it></b><sup><it>p</it></sup>)<sup><it>&#964; </it></sup><b><it>1</it></b>.</p>
            <p>The normalized connectivity <b>centralization </b>(also known as degree centralization) is a simple and widely used index of the connectivity distribution. By definition <abbrgrp><abbr bid="B14">14</abbr></abbrgrp>, the normalized connectivity centralization is given by</p>
            <p>
               <display-formula id="M3">
                  <m:math name="1752-0509-1-24-i4" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>C</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>n</m:mi>
                           <m:mi>t</m:mi>
                           <m:mi>r</m:mi>
                           <m:mi>a</m:mi>
                           <m:mi>l</m:mi>
                           <m:mi>i</m:mi>
                           <m:mi>z</m:mi>
                           <m:mi>a</m:mi>
                           <m:mi>t</m:mi>
                           <m:mi>i</m:mi>
                           <m:mi>o</m:mi>
                           <m:mi>n</m:mi>
                           <m:mo>=</m:mo>
                           <m:mfrac>
                              <m:mi>n</m:mi>
                              <m:mrow>
                                 <m:mi>n</m:mi>
                                 <m:mo>&#8722;</m:mo>
                                 <m:mn>2</m:mn>
                              </m:mrow>
                           </m:mfrac>
                           <m:mrow>
                              <m:mo>(</m:mo>
                              <m:mrow>
                                 <m:mfrac>
                                    <m:mrow>
                                       <m:mi>max</m:mi>
                                       <m:mo>&#8289;</m:mo>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:mi>k</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                    </m:mrow>
                                    <m:mrow>
                                       <m:mi>n</m:mi>
                                       <m:mo>&#8722;</m:mo>
                                       <m:mn>1</m:mn>
                                    </m:mrow>
                                 </m:mfrac>
                                 <m:mo>&#8722;</m:mo>
                                 <m:mi>D</m:mi>
                                 <m:mi>e</m:mi>
                                 <m:mi>n</m:mi>
                                 <m:mi>s</m:mi>
                                 <m:mi>i</m:mi>
                                 <m:mi>t</m:mi>
                                 <m:mi>y</m:mi>
                              </m:mrow>
                              <m:mo>)</m:mo>
                           </m:mrow>
                           <m:mo>&#8776;</m:mo>
                           <m:mfrac>
                              <m:mrow>
                                 <m:mi>max</m:mi>
                                 <m:mo>&#8289;</m:mo>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:mi>k</m:mi>
                                 <m:mo stretchy="false">)</m:mo>
                              </m:mrow>
                              <m:mi>n</m:mi>
                           </m:mfrac>
                           <m:mo>&#8722;</m:mo>
                           <m:mi>D</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>n</m:mi>
                           <m:mi>s</m:mi>
                           <m:mi>i</m:mi>
                           <m:mi>t</m:mi>
                           <m:mi>y</m:mi>
                           <m:mo>.</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGdbWqcqWGLbqzcqWGUbGBcqWG0baDcqWGYbGCcqWGHbqycqWGSbaBcqWGPbqAcqWG6bGEcqWGHbqycqWG0baDcqWGPbqAcqWGVbWBcqWGUbGBcqGH9aqpdaWcaaqaaiabd6gaUbqaaiabd6gaUjabgkHiTiabikdaYaaadaqadaqaamaalaaabaGagiyBa0MaeiyyaeMaeiiEaGNaeiikaGccbmGae83AaSMaeiykaKcabaGaemOBa4MaeyOeI0IaeGymaedaaiabgkHiTiabdseaejabdwgaLjabd6gaUjabdohaZjabdMgaPjabdsha0jabdMha5bGaayjkaiaawMcaaiabgIKi7oaalaaabaGagiyBa0MaeiyyaeMaeiiEaGNaeiikaGIae83AaSMaeiykaKcabaGaemOBa4gaaiabgkHiTiabdseaejabdwgaLjabd6gaUjabdohaZjabdMgaPjabdsha0jabdMha5jabc6caUaaa@71A6@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>A frequent question of social network analysis concerns the causes and consequences of centralization in network structure, i.e. the extent to which certain nodes are far more central than others within the network in question. The centralization index has been used to describe structural differences of metabolic networks <abbrgrp><abbr bid="B15">15</abbr></abbrgrp>.</p>
            <p>Many measures of network heterogeneity are based on the variance of the connectivity, and authors differ on how to scale the variance <abbrgrp><abbr bid="B13">13</abbr></abbrgrp>. Our definition of the network <b>heterogeneity </b>equals the coefficient of variation of the connectivity distribution, i.e.</p>
            <p>
               <display-formula id="M4">
                  <m:math name="1752-0509-1-24-i5" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>H</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>t</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>r</m:mi>
                           <m:mi>o</m:mi>
                           <m:mi>g</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>n</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>i</m:mi>
                           <m:mi>t</m:mi>
                           <m:mi>y</m:mi>
                           <m:mo>=</m:mo>
                           <m:mfrac>
                              <m:mrow>
                                 <m:msqrt>
                                    <m:mrow>
                                       <m:mi>v</m:mi>
                                       <m:mi>a</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>a</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>c</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:mi>k</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                    </m:mrow>
                                 </m:msqrt>
                              </m:mrow>
                              <m:mrow>
                                 <m:mi>m</m:mi>
                                 <m:mi>e</m:mi>
                                 <m:mi>a</m:mi>
                                 <m:mi>n</m:mi>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:mi>k</m:mi>
                                 <m:mo stretchy="false">)</m:mo>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>=</m:mo>
                           <m:msqrt>
                              <m:mrow>
                                 <m:mfrac>
                                    <m:mrow>
                                       <m:mi>n</m:mi>
                                       <m:msub>
                                          <m:mi>S</m:mi>
                                          <m:mn>2</m:mn>
                                       </m:msub>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:mi>k</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                    </m:mrow>
                                    <m:mrow>
                                       <m:msub>
                                          <m:mi>S</m:mi>
                                          <m:mn>1</m:mn>
                                       </m:msub>
                                       <m:msup>
                                          <m:mrow>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>k</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                          <m:mn>2</m:mn>
                                       </m:msup>
                                    </m:mrow>
                                 </m:mfrac>
                                 <m:mo>&#8722;</m:mo>
                                 <m:mn>1</m:mn>
                              </m:mrow>
                           </m:msqrt>
                           <m:mo>.</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGibascqWGLbqzcqWG0baDcqWGLbqzcqWGYbGCcqWGVbWBcqWGNbWzcqWGLbqzcqWGUbGBcqWGLbqzcqWGPbqAcqWG0baDcqWG5bqEcqGH9aqpdaWcaaqaamaakaaabaacbiGae8NDayNae8xyaeMae8NCaiNaemyAaKMaemyyaeMaemOBa4Maem4yamMaemyzauMaeiikaGccbmGae43AaSMaeiykaKcaleqaaaGcbaGaemyBa0MaemyzauMaemyyaeMaemOBa4MaeiikaGIae43AaSMaeiykaKcaaiabg2da9maakaaabaWaaSaaaeaacqWGUbGBcqWGtbWudaWgaaWcbaGaeGOmaidabeaakiabcIcaOiab+TgaRjabcMcaPaqaaiabdofatnaaBaaaleaacqaIXaqmaeqaaOGaeiikaGIae43AaSMaeiykaKYaaWbaaSqabeaacqaIYaGmaaaaaOGaeyOeI0IaeGymaedaleqaaOGaeiOla4caaa@6745@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>This heterogeneity measure is scale invariant with respect to multiplying the connectivity by a scalar. Biological networks tend to be very heterogeneous: while some 'hub' nodes are highly connected, the majority of nodes tend to have very few connections. Describing the heterogeneity (inhomogeneity) of the connectivity (degree) distribution has been the focus of considerable research in recent years <abbrgrp><abbr bid="B6">6</abbr><abbr bid="B16">16</abbr><abbr bid="B17">17</abbr><abbr bid="B18">18</abbr></abbrgrp>.</p>
            <p>The <b>clustering coefficient </b>of node <it>i </it>is a density measure of local connections, or 'cliquishness' <abbrgrp><abbr bid="B19">19</abbr><abbr bid="B20">20</abbr></abbrgrp>. Specifically,</p>
            <p>
               <display-formula id="M5">
                  <m:math name="1752-0509-1-24-i6" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>C</m:mi>
                           <m:mi>l</m:mi>
                           <m:mi>u</m:mi>
                           <m:mi>s</m:mi>
                           <m:mi>t</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>r</m:mi>
                           <m:mi>C</m:mi>
                           <m:mi>o</m:mi>
                           <m:mi>e</m:mi>
                           <m:msub>
                              <m:mi>f</m:mi>
                              <m:mi>i</m:mi>
                           </m:msub>
                           <m:mo>=</m:mo>
                           <m:mfrac>
                              <m:mrow>
                                 <m:msub>
                                    <m:mi>n</m:mi>
                                    <m:mi>i</m:mi>
                                 </m:msub>
                              </m:mrow>
                              <m:mrow>
                                 <m:msub>
                                    <m:mi>&#960;</m:mi>
                                    <m:mi>i</m:mi>
                                 </m:msub>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>=</m:mo>
                           <m:mfrac>
                              <m:mrow>
                                 <m:mstyle displaystyle="true">
                                    <m:msub>
                                       <m:mo>&#8721;</m:mo>
                                       <m:mrow>
                                          <m:mi>l</m:mi>
                                          <m:mo>&#8800;</m:mo>
                                          <m:mi>i</m:mi>
                                       </m:mrow>
                                    </m:msub>
                                    <m:mrow>
                                       <m:mstyle displaystyle="true">
                                          <m:msub>
                                             <m:mo>&#8721;</m:mo>
                                             <m:mrow>
                                                <m:mi>m</m:mi>
                                                <m:mo>&#8800;</m:mo>
                                                <m:mi>i</m:mi>
                                                <m:mo>,</m:mo>
                                                <m:mi>l</m:mi>
                                             </m:mrow>
                                          </m:msub>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>a</m:mi>
                                                <m:mrow>
                                                   <m:mi>i</m:mi>
                                                   <m:mi>l</m:mi>
                                                </m:mrow>
                                             </m:msub>
                                             <m:msub>
                                                <m:mi>a</m:mi>
                                                <m:mrow>
                                                   <m:mi>l</m:mi>
                                                   <m:mi>m</m:mi>
                                                </m:mrow>
                                             </m:msub>
                                             <m:msub>
                                                <m:mi>a</m:mi>
                                                <m:mrow>
                                                   <m:mi>m</m:mi>
                                                   <m:mi>i</m:mi>
                                                </m:mrow>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mstyle>
                                    </m:mrow>
                                 </m:mstyle>
                              </m:mrow>
                              <m:mrow>
                                 <m:mrow>
                                    <m:mo>{</m:mo>
                                    <m:mrow>
                                       <m:msup>
                                          <m:mrow>
                                             <m:mrow>
                                                <m:mo>(</m:mo>
                                                <m:mrow>
                                                   <m:mstyle displaystyle="true">
                                                      <m:msub>
                                                         <m:mo>&#8721;</m:mo>
                                                         <m:mrow>
                                                            <m:mi>l</m:mi>
                                                            <m:mo>&#8800;</m:mo>
                                                            <m:mi>i</m:mi>
                                                         </m:mrow>
                                                      </m:msub>
                                                      <m:mrow>
                                                         <m:msub>
                                                            <m:mi>a</m:mi>
                                                            <m:mrow>
                                                               <m:mi>i</m:mi>
                                                               <m:mi>l</m:mi>
                                                            </m:mrow>
                                                         </m:msub>
                                                      </m:mrow>
                                                   </m:mstyle>
                                                </m:mrow>
                                                <m:mo>)</m:mo>
                                             </m:mrow>
                                          </m:mrow>
                                          <m:mn>2</m:mn>
                                       </m:msup>
                                       <m:mo>&#8722;</m:mo>
                                       <m:mstyle displaystyle="true">
                                          <m:msub>
                                             <m:mo>&#8721;</m:mo>
                                             <m:mrow>
                                                <m:mi>l</m:mi>
                                                <m:mo>&#8800;</m:mo>
                                                <m:mi>i</m:mi>
                                             </m:mrow>
                                          </m:msub>
                                          <m:mrow>
                                             <m:msubsup>
                                                <m:mi>a</m:mi>
                                                <m:mrow>
                                                   <m:mi>i</m:mi>
                                                   <m:mi>l</m:mi>
                                                </m:mrow>
                                                <m:mn>2</m:mn>
                                             </m:msubsup>
                                          </m:mrow>
                                       </m:mstyle>
                                    </m:mrow>
                                    <m:mo>}</m:mo>
                                 </m:mrow>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>.</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGdbWqcqWGSbaBcqWG1bqDcqWGZbWCcqWG0baDcqWGLbqzcqWGYbGCcqWGdbWqcqWGVbWBcqWGLbqzcqWGMbGzdaWgaaWcbaGaemyAaKgabeaakiabg2da9maalaaabaGaemOBa42aaSbaaSqaaiabdMgaPbqabaaakeaaiiGacqWFapaCdaWgaaWcbaGaemyAaKgabeaaaaGccqGH9aqpdaWcaaqaamaaqababaWaaabeaeaacqWGHbqydaWgaaWcbaGaemyAaKMaemiBaWgabeaakiabdggaHnaaBaaaleaacqWGSbaBcqWGTbqBaeqaaOGaemyyae2aaSbaaSqaaiabd2gaTjabdMgaPbqabaaabaGaemyBa0MaeyiyIKRaemyAaKMaeiilaWIaemiBaWgabeqdcqGHris5aaWcbaGaemiBaWMaeyiyIKRaemyAaKgabeqdcqGHris5aaGcbaWaaiWabeaadaqadaqaamaaqababaacbiGae4xyae2aaSbaaSqaaiab+LgaPjab+XgaSbqabaaabaGae4hBaWMaeyiyIKRae4xAaKgabeqdcqGHris5aaGccaGLOaGaayzkaaWaaWbaaSqabeaacqaIYaGmaaGccqGHsisldaaeqaqaaiabdggaHnaaDaaaleaacqWGPbqAcqWGSbaBaeaacqaIYaGmaaaabaGaemiBaWMaeyiyIKRaemyAaKgabeqdcqGHris5aaGccaGL7bGaayzFaaaaaiabc6caUaaa@7DE4@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>In unweighted networks, <it>n</it><sub><it>i </it></sub>equals twice the number of direct connections among the nodes connected to node <it>i</it>, and <it>&#960;</it><sub><it>i </it></sub>equals twice the maximum possible number of direct connections among the nodes connected to node <it>i</it>. Consequently, <it>ClusterCoef</it><sub><it>i </it></sub>equals 1 if and only if all neighbors of <it>i </it>are also connected to each other. For general weighted networks with 0 &#8804; <it>a</it><sub><it>ij </it></sub>&#8804; 1, one can prove 0 &#8804; <it>ClusterCoef</it><sub><it>i </it></sub>&#8804; 1 <abbrgrp><abbr bid="B21">21</abbr></abbrgrp>. The relationship between the clustering coefficient and modular structure has been investigated by several authors <abbrgrp><abbr bid="B20">20</abbr><abbr bid="B22">22</abbr><abbr bid="B23">23</abbr><abbr bid="B24">24</abbr></abbrgrp>.</p>
            <p>The <b>topological overlap </b>between nodes <it>i </it>and <it>j </it>reflects their relative interconnectedness <abbrgrp><abbr bid="B20">20</abbr><abbr bid="B25">25</abbr></abbrgrp>. It is defined by</p>
            <p>
               <display-formula id="M6">
                  <m:math name="1752-0509-1-24-i7" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>T</m:mi>
                           <m:mi>o</m:mi>
                           <m:mi>p</m:mi>
                           <m:mi>O</m:mi>
                           <m:mi>v</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>r</m:mi>
                           <m:mi>l</m:mi>
                           <m:mi>a</m:mi>
                           <m:msub>
                              <m:mi>p</m:mi>
                              <m:mrow>
                                 <m:mi>i</m:mi>
                                 <m:mi>j</m:mi>
                              </m:mrow>
                           </m:msub>
                           <m:mo>=</m:mo>
                           <m:mfrac>
                              <m:mrow>
                                 <m:msub>
                                    <m:mi>l</m:mi>
                                    <m:mrow>
                                       <m:mi>i</m:mi>
                                       <m:mi>j</m:mi>
                                    </m:mrow>
                                 </m:msub>
                                 <m:mo>+</m:mo>
                                 <m:msub>
                                    <m:mi>a</m:mi>
                                    <m:mrow>
                                       <m:mi>i</m:mi>
                                       <m:mi>j</m:mi>
                                    </m:mrow>
                                 </m:msub>
                              </m:mrow>
                              <m:mrow>
                                 <m:mi>min</m:mi>
                                 <m:mo>&#8289;</m:mo>
                                 <m:mrow>
                                    <m:mo>{</m:mo>
                                    <m:mrow>
                                       <m:msub>
                                          <m:mi>k</m:mi>
                                          <m:mi>i</m:mi>
                                       </m:msub>
                                       <m:mo>,</m:mo>
                                       <m:msub>
                                          <m:mi>k</m:mi>
                                          <m:mi>j</m:mi>
                                       </m:msub>
                                    </m:mrow>
                                    <m:mo>}</m:mo>
                                 </m:mrow>
                                 <m:mo>+</m:mo>
                                 <m:mn>1</m:mn>
                                 <m:mo>&#8722;</m:mo>
                                 <m:msub>
                                    <m:mi>a</m:mi>
                                    <m:mrow>
                                       <m:mi>i</m:mi>
                                       <m:mi>j</m:mi>
                                    </m:mrow>
                                 </m:msub>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>,</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGubavcqWGVbWBcqWGWbaCcqWGpbWtcqWG2bGDcqWGLbqzcqWGYbGCcqWGSbaBcqWGHbqycqWGWbaCdaWgaaWcbaGaemyAaKMaemOAaOgabeaakiabg2da9maalaaabaGaemiBaW2aaSbaaSqaaiabdMgaPjabdQgaQbqabaGccqGHRaWkcqWGHbqydaWgaaWcbaGaemyAaKMaemOAaOgabeaaaOqaaiGbc2gaTjabcMgaPjabc6gaUnaacmqabaGaem4AaS2aaSbaaSqaaiabdMgaPbqabaGccqGGSaalcqWGRbWAdaWgaaWcbaGaemOAaOgabeaaaOGaay5Eaiaaw2haaiabgUcaRiabigdaXiabgkHiTiabdggaHnaaBaaaleaacqWGPbqAcqWGQbGAaeqaaaaakiabcYcaSaaa@5C7A@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>where <it>l</it><sub><it>ij </it></sub>= &#8721;<sub><it>u</it>&#8800;<it>i</it>,<it>j</it></sub><it>a</it><sub><it>iu</it></sub><it>a</it><sub><it>uj</it></sub>. In an unweighted network, <it>l</it><sub><it>ij </it></sub>equals the number of nodes to which both <it>i </it>and <it>j </it>are connected. In this case, <it>TopOverlap</it><sub><it>ij </it></sub>= 1 if the node with fewer connections satisfies two conditions: (a) all of its neighbors are also neighbors of the other node, and (b) it is connected to the other node. In contrast, <it>TopOverlap</it><sub><it>ij </it></sub>= 0 if <it>i </it>and <it>j </it>are un-connected and the two nodes do not share any neighbors. By convention, <it>TopOverlap</it><sub><it>ii </it></sub>= 1. One can prove that 0 &#8804; <it>a</it><sub><it>ij </it></sub>&#8804; 1 implies 0 &#8804; <it>TopOverlap</it><sub><it>ij </it></sub>&#8804; 1 <abbrgrp><abbr bid="B21">21</abbr></abbrgrp>.</p>
            <sec>
               <st>
                  <p>The Topological Overlap Matrix Can Be Considered as Adjacency Matrix</p>
               </st>
               <p>Since the matrix <it>TopOverlap </it>= [<it>TopOverlap</it><sub><it>ij</it></sub>] is symmetric and its entries lie in [0, 1], it satisfies our assumptions on an adjacency matrix. Roughly speaking, the topological overlap matrix can be considered as a 'smoothed out' version of the adjacency matrix. The elements of <it>TopOverlap </it>provide an alternative measure of connection strength based on shared neighbors. There is evidence that replacing <it>A </it>by <it>TopOverlap </it>may counter the adverse effects of spurious or missing adjacencies <abbrgrp><abbr bid="B25">25</abbr><abbr bid="B26">26</abbr></abbrgrp>. Since the adjacency matrices of the PPI networks in our applications were very sparse, we replaced them by the corresponding topological overlap matrices. In contrast, we used the original adjacency matrix when analyzing gene co-expression networks since high specificity is desirable for measuring interconnectedness in co-expression networks.</p>
            </sec>
         </sec>
         <sec>
            <st>
               <p>The topological overlap matrix can be used for module definition</p>
            </st>
            <p>Our main interest lies in (sub-)networks comprised of nodes that form a module inside a larger network. Since a particular module network may encode a pathway or a protein complex, these special types of networks have great practical importance. Similar to the term 'cluster', no consensus on the meaning of the term 'module' seems to exist in the literature. In our applications, we use a clustering procedure to identify modules (clusters) of nodes with high topological overlap. We follow the suggestion of <abbrgrp><abbr bid="B20">20</abbr></abbrgrp> to turn the topological overlap matrix <it>TopOverlap </it>into a <it>dis</it>similarity measure by subtracting it from 1, i.e. <it>dissTopOverlap</it><sub><it>ij </it></sub>= 1 - <it>TopOverlap</it><sub><it>ij</it></sub>.</p>
            <p>We use <it>dissTopOverlap</it><sub><it>ij </it></sub>as input of average linkage hierarchical clustering to arrive at a dendrogram (clustering tree) <abbrgrp><abbr bid="B27">27</abbr></abbrgrp>. Modules are defined as the branches of the dendrogram. For example, in Figure <figr fid="F1">1</figr> we show the dendrograms of our network applications. Genes or proteins of proper modules are assigned a color (e.g. turquoise, blue etc). Genes outside any proper module are colored grey. Our module definition depends on how the branches are cut off the dendrogram. Several methods and criteria for identifying branches in a dendrogram have been proposed, see e.g. <abbrgrp><abbr bid="B20">20</abbr><abbr bid="B21">21</abbr><abbr bid="B28">28</abbr></abbrgrp>. In practice, it is advisable to study how robust the results are with respect to alternative module detection methods. In our online R software tutorial, we show that our findings are highly robust with respect to alternative module definitions. In addition, we use a functional enrichment analysis of the resulting modules to provide indirect evidence that the modules are biologically meaningful. Our module detection approach has led to biologically meaningful modules in several applications <abbrgrp><abbr bid="B9">9</abbr><abbr bid="B10">10</abbr><abbr bid="B12">12</abbr><abbr bid="B20">20</abbr><abbr bid="B28">28</abbr><abbr bid="B29">29</abbr><abbr bid="B30">30</abbr></abbrgrp> but we make no claim that it is optimal. Our theoretical results will apply to all module detection methods that result in approximately factorizable networks.</p>
            <fig id="F1">
               <title>
                  <p>Figure 1</p>
               </title>
               <caption>
                  <p>Hierarchical clustering dendrogram and module definition</p>
               </caption>
               <text>
                  <p><b>Hierarchical clustering dendrogram and module definition</b>. A) Drosophila PPI network. The dendrogram results from average linkage hierarchical clustering. The color-band below the dendrogram denotes the modules, which are defined as branches in the dendrogram. Of the 1371 proteins, 862 were clustered into 28 proper modules, and the remaining proteins are colored in grey; B) yeast PPI network; C) weighted gene co-expression network (yeast); D) unweighted gene co-expression network (yeast). To facilitate a comparison between the weighted and the unweighted gene co-expression networks, we used the module assignment of C) in D). Note that the colors of C) tend to stay together in D), which illustrates high module preservation.</p>
               </text>
               <graphic file="1752-0509-1-24-1"/>
            </fig>
         </sec>
      </sec>
      <sec>
         <st>
            <p>Results</p>
         </st>
         <sec>
            <st>
               <p>Conformity and factorizable networks</p>
            </st>
            <p>We define an adjacency matrix <it>A </it>to be exactly factorizable if, and only if, there exists a vector <b><it>CF</it></b> with non-negative elements such that</p>
            <p>
               <display-formula id="M7"><it>a</it><sub><it>ij </it></sub>= <it>CF</it><sub><it>i</it></sub><it>CF</it><sub><it>j </it></sub>&#160;&#160;&#160;for all&#160;&#160;&#160;<it>i </it>&#8800; <it>j</it></display-formula>
            </p>
            <p>If the non-negative solution of equation (7) is unique, it is referred to as conformity vector <b><it>CF</it></b> and <it>CF</it><sub><it>i </it></sub>is the conformity of node <it>i</it>. One can easily show that the vector <b><it>CF </it></b>is not unique if the network contains only <it>n </it>= 2 nodes. However, for <it>n </it>> 2 it is unique for a weighted network, see our derivations surrounding equation (20).</p>
            <p>We also define the concept of conformity for a general, non-factorizable network. The idea is to find an exactly factorizable adjacency matrix <it>A</it><sub><it>CF </it></sub>= <b><it>CF CF</it></b><sup><it>&#964; </it></sup>- <it>diag</it>(<b><it>CF</it></b><sup>2</sup>) + <it>I </it><b><it/></b>that best approximates <it>A</it>. Note that the diagonal elements of <it>A</it><sub><it>CF </it></sub>and <it>A </it>equal 1.</p>
            <p>In the appendix, we define the conformity as a maximizer of the factorizability function <inline-formula><m:math name="1752-0509-1-24-i8" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:msub><m:mi>F</m:mi><m:mi>A</m:mi></m:msub><m:mo stretchy="false">(</m:mo><m:mi>v</m:mi><m:mo stretchy="false">)</m:mo><m:mo>=</m:mo><m:mn>1</m:mn><m:mo>&#8722;</m:mo><m:mfrac><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8721;</m:mo><m:mi>i</m:mi></m:msub><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8721;</m:mo><m:mrow><m:mi>j</m:mi><m:mo>&#8800;</m:mo><m:mi>i</m:mi></m:mrow></m:msub><m:mrow><m:msup><m:mrow><m:mo stretchy="false">(</m:mo><m:msub><m:mi>a</m:mi><m:mrow><m:mi>i</m:mi><m:mi>j</m:mi></m:mrow></m:msub><m:mo>&#8722;</m:mo><m:msub><m:mi>v</m:mi><m:mi>i</m:mi></m:msub><m:msub><m:mi>v</m:mi><m:mi>j</m:mi></m:msub><m:mo stretchy="false">)</m:mo></m:mrow><m:mn>2</m:mn></m:msup></m:mrow></m:mstyle></m:mrow></m:mstyle></m:mrow><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8721;</m:mo><m:mi>i</m:mi></m:msub><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8721;</m:mo><m:mrow><m:mi>j</m:mi><m:mo>&#8800;</m:mo><m:mi>i</m:mi></m:mrow></m:msub><m:mrow><m:msup><m:mrow><m:mo stretchy="false">(</m:mo><m:msub><m:mi>a</m:mi><m:mrow><m:mi>i</m:mi><m:mi>j</m:mi></m:mrow></m:msub><m:mo stretchy="false">)</m:mo></m:mrow><m:mn>2</m:mn></m:msup></m:mrow></m:mstyle></m:mrow></m:mstyle></m:mrow></m:mfrac></m:mrow><m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGgbGrdaWgaaWcbaGaemyqaeeabeaakiabcIcaOGqadiab=zha2jabcMcaPiabg2da9iabigdaXiabgkHiTmaalaaabaWaaabeaeaadaaeqaqaaiabcIcaOiabdggaHnaaBaaaleaacqWGPbqAcqWGQbGAaeqaaOGaeyOeI0IaemODay3aaSbaaSqaaiabdMgaPbqabaGccqWG2bGDdaWgaaWcbaGaemOAaOgabeaakiabcMcaPmaaCaaaleqabaGaeGOmaidaaaqaaiabdQgaQjabgcMi5kabdMgaPbqab0GaeyyeIuoaaSqaaiabdMgaPbqab0GaeyyeIuoaaOqaamaaqababaWaaabeaeaacqGGOaakcqWGHbqydaWgaaWcbaGaemyAaKMaemOAaOgabeaakiabcMcaPmaaCaaaleqabaGaeGOmaidaaaqaaiabdQgaQjabgcMi5kabdMgaPbqab0GaeyyeIuoaaSqaaiabdMgaPbqab0GaeyyeIuoaaaaaaa@5D67@</m:annotation></m:semantics></m:math></inline-formula>. Alternative methods of decomposing an adjacency matrix are briefly discussed below.</p>
            <p>In equation (43), we define a measure of network factorizability as follows</p>
            <p>
               <display-formula>
                  <m:math name="1752-0509-1-24-i9" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>F</m:mi>
                           <m:mo stretchy="false">(</m:mo>
                           <m:mi>A</m:mi>
                           <m:mo stretchy="false">)</m:mo>
                           <m:mo>=</m:mo>
                           <m:mn>1</m:mn>
                           <m:mo>&#8722;</m:mo>
                           <m:mfrac>
                              <m:mrow>
                                 <m:msubsup>
                                    <m:mrow>
                                       <m:mrow>
                                          <m:mo>&#8214;</m:mo>
                                          <m:mrow>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>A</m:mi>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mi>I</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>A</m:mi>
                                                <m:mrow>
                                                   <m:mi>C</m:mi>
                                                   <m:mi>F</m:mi>
                                                </m:mrow>
                                             </m:msub>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mi>I</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                          <m:mo>&#8214;</m:mo>
                                       </m:mrow>
                                    </m:mrow>
                                    <m:mi>F</m:mi>
                                    <m:mn>2</m:mn>
                                 </m:msubsup>
                              </m:mrow>
                              <m:mrow>
                                 <m:msubsup>
                                    <m:mrow>
                                       <m:mrow>
                                          <m:mo>&#8214;</m:mo>
                                          <m:mrow>
                                             <m:mi>A</m:mi>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mi>I</m:mi>
                                          </m:mrow>
                                          <m:mo>&#8214;</m:mo>
                                       </m:mrow>
                                    </m:mrow>
                                    <m:mi>F</m:mi>
                                    <m:mn>2</m:mn>
                                 </m:msubsup>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>.</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGgbGrcqGGOaakcqWGbbqqcqGGPaqkcqGH9aqpcqaIXaqmcqGHsisldaWcaaqaamaafmaabaGaeiikaGIaemyqaeKaeyOeI0IaemysaKKaeiykaKIaeyOeI0IaeiikaGIaemyqae0aaSbaaSqaaiabdoeadjabdAeagbqabaGccqGHsislcqWGjbqscqGGPaqkaiaawMa7caGLkWoadaqhaaWcbaGaemOrayeabaGaeGOmaidaaaGcbaWaauWaaeaacqWGbbqqcqGHsislcqWGjbqsaiaawMa7caGLkWoadaqhaaWcbaGaemOrayeabaGaeGOmaidaaaaakiabc6caUaaa@4F03@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>The factorizability <it>F</it>(<it>A</it>) is normalized to take on values in the unit interval [0, 1]. The higher <it>F</it>(<it>A</it>), the better <it>A</it><sub><it>CF </it></sub>- <it>I </it>approximates <it>A </it>- <it>I</it>.</p>
         </sec>
         <sec>
            <st>
               <p>Modules can be approximately factorizable</p>
            </st>
            <p>Approximate factorizability is a very strong structural assumption on an adjacency matrix. It certainly does not hold for general networks. However, we provide empirical evidence that many clusters (modules) of genes or proteins in real networks are approximately factorizable. Table <tblr tid="T1">1</tblr> reports the mean values of <it>F</it>(<it>A</it>) for the applications considered in this paper. For example in the Drosophila PPI network, the mean factorizability <it>F</it>(<it>A</it>) is 0.82 across 'proper' modules defined as clusters in the network. In contrast, the factorizability of the subnetwork comprised of non-module nodes is only 0.17. In the yeast PPI network, the mean factorizability of proper modules is 0.85 while it equals only 0.20 for the grey module. In the weighted yeast gene co-expression network, the mean factorizability of proper modules equals 0.73 while it is only 0.18 for the improper module. Similarly in the unweighted yeast gene co-expression network, the mean factorizability of proper modules equals 0.62 while it is only 0.11 for the improper module. A more detailed table presenting network concepts in each module is also provided [see Additional file <supplr sid="S1">1</supplr>].</p>
            <tbl id="T1">
               <title>
                  <p>Table 1</p>
               </title>
               <caption>
                  <p>Summary of fundamental network concepts in real network applications.</p>
               </caption>
               <tblbdy cols="9">
                  <r>
                     <c>
                        <p/>
                     </c>
                     <c cspan="2" ca="center">
                        <p>Fly Protein</p>
                     </c>
                     <c cspan="2" ca="center">
                        <p>Yeast Protein</p>
                     </c>
                     <c cspan="2" ca="center">
                        <p>Yeast (Weighted)</p>
                     </c>
                     <c cspan="2" ca="center">
                        <p>Yeast (Unweighted)</p>
                     </c>
                  </r>
                  <r>
                     <c>
                        <p/>
                     </c>
                     <c cspan="2">
                        <hr/>
                     </c>
                     <c cspan="2">
                        <hr/>
                     </c>
                     <c cspan="2">
                        <hr/>
                     </c>
                     <c cspan="2">
                        <hr/>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p>Concept</p>
                     </c>
                     <c ca="center">
                        <p>Proper</p>
                     </c>
                     <c ca="center">
                        <p>Grey</p>
                     </c>
                     <c ca="center">
                        <p>Proper</p>
                     </c>
                     <c ca="center">
                        <p>Grey</p>
                     </c>
                     <c ca="center">
                        <p>Proper</p>
                     </c>
                     <c ca="center">
                        <p>Grey</p>
                     </c>
                     <c ca="center">
                        <p>Proper</p>
                     </c>
                     <c ca="center">
                        <p>Grey</p>
                     </c>
                  </r>
                  <r>
                     <c cspan="9">
                        <hr/>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p>Factorizability</p>
                     </c>
                     <c ca="center">
                        <p>.82 (.086)</p>
                     </c>
                     <c ca="center">
                        <p>.170</p>
                     </c>
                     <c ca="center">
                        <p>.85 (.100)</p>
                     </c>
                     <c ca="center">
                        <p>.200</p>
                     </c>
                     <c ca="center">
                        <p>.73 (.084)</p>
                     </c>
                     <c ca="center">
                        <p>.180</p>
                     </c>
                     <c ca="center">
                        <p>.62 (.130)</p>
                     </c>
                     <c ca="center">
                        <p>.110</p>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p>Density</p>
                     </c>
                     <c ca="center">
                        <p>.21 (.074)</p>
                     </c>
                     <c ca="center">
                        <p>.017</p>
                     </c>
                     <c ca="center">
                        <p>.28 (.120)</p>
                     </c>
                     <c ca="center">
                        <p>.026</p>
                     </c>
                     <c ca="center">
                        <p>.08 (.056)</p>
                     </c>
                     <c ca="center">
                        <p>.005</p>
                     </c>
                     <c ca="center">
                        <p>.40 (.150)</p>
                     </c>
                     <c ca="center">
                        <p>.024</p>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p>Centralization</p>
                     </c>
                     <c ca="center">
                        <p>.18 (.091)</p>
                     </c>
                     <c ca="center">
                        <p>.052</p>
                     </c>
                     <c ca="center">
                        <p>.20 (.055)</p>
                     </c>
                     <c ca="center">
                        <p>.036</p>
                     </c>
                     <c ca="center">
                        <p>.10 (.026)</p>
                     </c>
                     <c ca="center">
                        <p>.021</p>
                     </c>
                     <c ca="center">
                        <p>.41 (.110)</p>
                     </c>
                     <c ca="center">
                        <p>.140</p>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p>Heterogeneity</p>
                     </c>
                     <c ca="center">
                        <p>.35 (.130)</p>
                     </c>
                     <c ca="center">
                        <p>.460</p>
                     </c>
                     <c ca="center">
                        <p>.36 (.140)</p>
                     </c>
                     <c ca="center">
                        <p>.430</p>
                     </c>
                     <c ca="center">
                        <p>.56 (.066)</p>
                     </c>
                     <c ca="center">
                        <p>.580</p>
                     </c>
                     <c ca="center">
                        <p>.51 (.097)</p>
                     </c>
                     <c ca="center">
                        <p>.830</p>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p>Mean Cluster Coef.</p>
                     </c>
                     <c ca="center">
                        <p>.28 (.110)</p>
                     </c>
                     <c ca="center">
                        <p>.050</p>
                     </c>
                     <c ca="center">
                        <p>.36 (.120)</p>
                     </c>
                     <c ca="center">
                        <p>.093</p>
                     </c>
                     <c ca="center">
                        <p>.13 (.072)</p>
                     </c>
                     <c ca="center">
                        <p>.032</p>
                     </c>
                     <c ca="center">
                        <p>.72 (.087)</p>
                     </c>
                     <c ca="center">
                        <p>.370</p>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p>Mean Conformity</p>
                     </c>
                     <c ca="center">
                        <p>.45 (.076)</p>
                     </c>
                     <c ca="center">
                        <p>.130</p>
                     </c>
                     <c ca="center">
                        <p>.51 (.120)</p>
                     </c>
                     <c ca="center">
                        <p>.150</p>
                     </c>
                     <c ca="center">
                        <p>.26 (.084)</p>
                     </c>
                     <c ca="center">
                        <p>.062</p>
                     </c>
                     <c ca="center">
                        <p>.63 (.100)</p>
                     </c>
                     <c ca="center">
                        <p>.120</p>
                     </c>
                  </r>
               </tblbdy>
               <tblfn>
                  <p>Each network contained several proper modules. Non-module genes were grouped into a single (improper) grey module. For each concept, we report the mean and standard error across the proper modules. A more detailed table presenting network concepts in each module is also provided [see Additional file <supplr sid="S1">1</supplr>].</p>
               </tblfn>
            </tbl>
            <suppl id="S1">
               <title>
                  <p>Additional file 1</p>
               </title>
               <text>
                  <p>Complete list of network concepts in the modules. An extended version of Table <tblr tid="T1">1</tblr>.</p>
               </text>
               <file name="1752-0509-1-24-S1.xls">
                  <p>Click here for file</p>
               </file>
            </suppl>
            <p>Our empirical results support the following</p>
            <p>
               <b>Observation 1 </b>
               <it>For many modules defined with a clustering procedure, the subnetwork comprised of the module nodes is approximately factorizable.</it>
            </p>
            <p>This observation motivates us to study network concepts in approximately factorizable networks.</p>
         </sec>
         <sec>
            <st>
               <p>Conformity-based network concepts</p>
            </st>
            <p>We refer to the standard network concepts known from the literature as <it>fundamental </it>network concepts. In general, fundamental network concepts are functions of the off-diagonal elements of the adjacency matrix <it>A</it>. More precisely, we use <it>network concept functions </it>to define different types of network concepts depending on the input matrix (see Table <tblr tid="T2">2</tblr> and equation (21)). For example, when inputting an adjacency matrix with its diagonal elements replaced by 0, one arrives at fundamental network concepts (see Definition 5 in the Methods section). When inputting the conformity-based (CF-based) adjacency matrix <it>A</it><sub><it>CF </it></sub>with its diagonal elements replaced by 0, one arrives at CF-based network concepts (see Definition 6 in the Methods section). The conformity vector can be used to define the approximate CF-based matrix</p>
            <tbl id="T2">
               <title>
                  <p>Table 2</p>
               </title>
               <caption>
                  <p>Brief overview of different types of network concepts.</p>
               </caption>
               <tblbdy cols="3">
                  <r>
                     <c ca="left">
                        <p>Input Matrix</p>
                     </c>
                     <c ca="left">
                        <p>Type of Concept</p>
                     </c>
                     <c ca="left">
                        <p>Example: Connectivity</p>
                     </c>
                  </r>
                  <r>
                     <c cspan="3">
                        <hr/>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p><it>A </it>- <it>I</it></p>
                     </c>
                     <c ca="left">
                        <p>fundamental</p>
                     </c>
                     <c ca="left">
                        <p><it>Connectivity</it><sub><it>i</it></sub>(<it>A </it>- <it>I</it>) = &#8721;<sub><it>j</it>&#8800;<it>i</it></sub><it>a</it><sub><it>ij</it></sub></p>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p><it>A</it><sub><it>CF </it></sub>- <it>I </it>= <b><it>CF CF</it></b><sup><it>&#964; </it></sup>- diag(<b><it>CF</it></b><sup>2</sup>)</p>
                     </c>
                     <c ca="left">
                        <p>CF-based</p>
                     </c>
                     <c ca="left">
                        <p><it>Connectivity</it><sub><it>i</it></sub>(<it>A</it><sub><it>CF </it></sub>- <it>I</it>) = <it>CF</it><sub><it>i</it></sub>&#8721;<sub><it>j</it>&#8800;<it>i</it></sub><it>CF</it><sub><it>j</it></sub></p>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p><it>A</it><sub><it>CF</it>,<it>app </it></sub>= <b><it>CF CF</it></b><sup><it>&#964;</it></sup></p>
                     </c>
                     <c ca="left">
                        <p>approximate CF-based</p>
                     </c>
                     <c ca="left">
                        <p><it>Connectivity</it><sub><it>i</it></sub>(<it>A</it><sub><it>CF</it></sub><sub>,</sub><sub><it>app</it></sub>) = <it>CF</it><sub><it>i</it></sub>&#8721;<sub><it>j</it></sub><it>CF</it><sub><it>j</it></sub></p>
                     </c>
                  </r>
               </tblbdy>
               <tblfn>
                  <p>A network concept arises by evaluating a <it>network concept function </it>on a special type of input matrix. We assume that the diagonal elements of the matrix <it>A </it>- <it>I </it>are 0.</p>
               </tblfn>
            </tbl>
            <p>
               <display-formula><it>A</it><sub><it>CF</it>,<it>app </it></sub>= <b><it>CF CF</it></b><sup><it>&#964; </it></sup>= [<it>CF</it><sub><it>i</it></sub><it>CF</it><sub><it>j</it></sub>].</display-formula>
            </p>
            <p>Note that the <it>i</it>-th diagonal element of <it>A</it><sub><it>CF</it>,<it>app </it></sub>equals <inline-formula><m:math name="1752-0509-1-24-i10" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:mi>C</m:mi><m:msubsup><m:mi>F</m:mi><m:mi>i</m:mi><m:mn>2</m:mn></m:msubsup></m:mrow><m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGdbWqcqWGgbGrdaqhaaWcbaGaemyAaKgabaGaeGOmaidaaaaa@314A@</m:annotation></m:semantics></m:math></inline-formula>. When <it>A</it><sub><it>CF</it>,<it>app </it></sub>is used as input of a network concept function, one arrives at an approximate CF-based concept (see Definition 7 in the Methods section).</p>
            <p>We will demonstrate that approximate CF-based concepts satisfy simple relationships. Below, we show that these simple relationships carry over to fundamental network concepts in approximately factorizable networks.</p>
            <p>In Definition 7, we provide a formula for calculating approximate CF-based analogs of the fundamental network concepts. Specifically, we find</p>
            <p>
               <display-formula id="M8">
                  <m:math name="1752-0509-1-24-i11" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mtable columnalign="left">
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:msub>
                                          <m:mi>k</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>a</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>i</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mi>C</m:mi>
                                       <m:msub>
                                          <m:mi>F</m:mi>
                                          <m:mi>i</m:mi>
                                       </m:msub>
                                       <m:msub>
                                          <m:mi>S</m:mi>
                                          <m:mn>1</m:mn>
                                       </m:msub>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:mi>C</m:mi>
                                       <m:mi>F</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mi>D</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>s</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:msub>
                                          <m:mi>y</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>a</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mi>p</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:msup>
                                                <m:mrow>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:mi>C</m:mi>
                                                   <m:mi>F</m:mi>
                                                   <m:mo stretchy="false">)</m:mo>
                                                </m:mrow>
                                                <m:mn>2</m:mn>
                                             </m:msup>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mi>n</m:mi>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>n</m:mi>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                       </m:mfrac>
                                       <m:mo>&#8776;</m:mo>
                                       <m:msup>
                                          <m:mrow>
                                             <m:mrow>
                                                <m:mo>(</m:mo>
                                                <m:mrow>
                                                   <m:mfrac>
                                                      <m:mrow>
                                                         <m:msub>
                                                            <m:mi>S</m:mi>
                                                            <m:mn>1</m:mn>
                                                         </m:msub>
                                                         <m:mo stretchy="false">(</m:mo>
                                                         <m:mi>C</m:mi>
                                                         <m:mi>F</m:mi>
                                                         <m:mo stretchy="false">)</m:mo>
                                                      </m:mrow>
                                                      <m:mi>n</m:mi>
                                                   </m:mfrac>
                                                </m:mrow>
                                                <m:mo>)</m:mo>
                                             </m:mrow>
                                          </m:mrow>
                                          <m:mn>2</m:mn>
                                       </m:msup>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mi>C</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>a</m:mi>
                                       <m:mi>l</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>z</m:mi>
                                       <m:mi>a</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:msub>
                                          <m:mi>n</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>a</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mi>p</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:mi>n</m:mi>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>n</m:mi>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>n</m:mi>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>2</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                       </m:mfrac>
                                       <m:mrow>
                                          <m:mo>(</m:mo>
                                          <m:mrow>
                                             <m:mi>max</m:mi>
                                             <m:mo>&#8289;</m:mo>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mfrac>
                                                <m:mrow>
                                                   <m:msub>
                                                      <m:mi>S</m:mi>
                                                      <m:mn>1</m:mn>
                                                   </m:msub>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:mi>C</m:mi>
                                                   <m:mi>F</m:mi>
                                                   <m:mo stretchy="false">)</m:mo>
                                                </m:mrow>
                                                <m:mi>n</m:mi>
                                             </m:mfrac>
                                          </m:mrow>
                                          <m:mo>)</m:mo>
                                       </m:mrow>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow/>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>&#8776;</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                          <m:mi>n</m:mi>
                                       </m:mfrac>
                                       <m:mrow>
                                          <m:mo>(</m:mo>
                                          <m:mrow>
                                             <m:mi>max</m:mi>
                                             <m:mo>&#8289;</m:mo>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mfrac>
                                                <m:mrow>
                                                   <m:msub>
                                                      <m:mi>S</m:mi>
                                                      <m:mn>1</m:mn>
                                                   </m:msub>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:mi>C</m:mi>
                                                   <m:mi>F</m:mi>
                                                   <m:mo stretchy="false">)</m:mo>
                                                </m:mrow>
                                                <m:mi>n</m:mi>
                                             </m:mfrac>
                                          </m:mrow>
                                          <m:mo>)</m:mo>
                                       </m:mrow>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mi>H</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>g</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:msub>
                                          <m:mi>y</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>a</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mi>p</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:msqrt>
                                          <m:mrow>
                                             <m:mfrac>
                                                <m:mrow>
                                                   <m:mi>n</m:mi>
                                                   <m:msub>
                                                      <m:mi>S</m:mi>
                                                      <m:mn>2</m:mn>
                                                   </m:msub>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:mi>C</m:mi>
                                                   <m:mi>F</m:mi>
                                                   <m:mo stretchy="false">)</m:mo>
                                                </m:mrow>
                                                <m:mrow>
                                                   <m:msup>
                                                      <m:mrow>
                                                         <m:mo stretchy="false">(</m:mo>
                                                         <m:msub>
                                                            <m:mi>S</m:mi>
                                                            <m:mn>1</m:mn>
                                                         </m:msub>
                                                         <m:mo stretchy="false">(</m:mo>
                                                         <m:mi>C</m:mi>
                                                         <m:mi>F</m:mi>
                                                         <m:mo stretchy="false">)</m:mo>
                                                         <m:mo stretchy="false">)</m:mo>
                                                      </m:mrow>
                                                      <m:mn>2</m:mn>
                                                   </m:msup>
                                                </m:mrow>
                                             </m:mfrac>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                          </m:mrow>
                                       </m:msqrt>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mi>C</m:mi>
                                       <m:mi>l</m:mi>
                                       <m:mi>u</m:mi>
                                       <m:mi>s</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>C</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:msub>
                                          <m:mi>f</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>a</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>i</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:msup>
                                          <m:mrow>
                                             <m:mrow>
                                                <m:mo>(</m:mo>
                                                <m:mrow>
                                                   <m:mfrac>
                                                      <m:mrow>
                                                         <m:msub>
                                                            <m:mi>S</m:mi>
                                                            <m:mn>2</m:mn>
                                                         </m:msub>
                                                         <m:mo stretchy="false">(</m:mo>
                                                         <m:mi>C</m:mi>
                                                         <m:mi>F</m:mi>
                                                         <m:mo stretchy="false">)</m:mo>
                                                      </m:mrow>
                                                      <m:mrow>
                                                         <m:msub>
                                                            <m:mi>S</m:mi>
                                                            <m:mn>1</m:mn>
                                                         </m:msub>
                                                         <m:mo stretchy="false">(</m:mo>
                                                         <m:mi>C</m:mi>
                                                         <m:mi>F</m:mi>
                                                         <m:mo stretchy="false">)</m:mo>
                                                      </m:mrow>
                                                   </m:mfrac>
                                                </m:mrow>
                                                <m:mo>)</m:mo>
                                             </m:mrow>
                                          </m:mrow>
                                          <m:mn>2</m:mn>
                                       </m:msup>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mi>T</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>p</m:mi>
                                       <m:mi>O</m:mi>
                                       <m:mi>v</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>l</m:mi>
                                       <m:mi>a</m:mi>
                                       <m:msub>
                                          <m:mi>p</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>a</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>i</m:mi>
                                             <m:mi>j</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:msub>
                                                <m:mi>F</m:mi>
                                                <m:mi>i</m:mi>
                                             </m:msub>
                                             <m:mi>C</m:mi>
                                             <m:msub>
                                                <m:mi>F</m:mi>
                                                <m:mi>j</m:mi>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>+</m:mo>
                                             <m:mn>1</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mi>min</m:mi>
                                             <m:mo>&#8289;</m:mo>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:msub>
                                                <m:mi>F</m:mi>
                                                <m:mi>i</m:mi>
                                             </m:msub>
                                             <m:mo>,</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:msub>
                                                <m:mi>F</m:mi>
                                                <m:mi>j</m:mi>
                                             </m:msub>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>+</m:mo>
                                             <m:mn>1</m:mn>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:msub>
                                                <m:mi>F</m:mi>
                                                <m:mi>i</m:mi>
                                             </m:msub>
                                             <m:mi>C</m:mi>
                                             <m:msub>
                                                <m:mi>F</m:mi>
                                                <m:mi>j</m:mi>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mfrac>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                           </m:mtable>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaafaqaaeWbdaaaaeaacqWGRbWAdaWgaaWcbaGaem4qamKaemOrayKaeiilaWIaemyyaeMaemiCaaNaemiCaaNaeiilaWIaemyAaKgabeaaaOqaaiabg2da9aqaaiabdoeadjabdAeagnaaBaaaleaacqWGPbqAaeqaaOGaem4uam1aaSbaaSqaaiabigdaXaqabaGccqGGOaakieWacqWFdbWqcqWFgbGrcqGGPaqkcqGGSaalaeaacqWGebarcqWGLbqzcqWGUbGBcqWGZbWCcqWGPbqAcqWG0baDcqWG5bqEdaWgaaWcbaGaem4qamKaemOrayKaeiilaWIaemyyaeMaemiCaaNaemiCaahabeaaaOqaaiabg2da9aqaamaalaaabaGaem4uam1aaSbaaSqaaiabigdaXaqabaGccqGGOaakcqWFdbWqcqWFgbGrcqGGPaqkdaahaaWcbeqaaiabikdaYaaaaOqaaiabd6gaUjabcIcaOiabd6gaUjabgkHiTiabigdaXiabcMcaPaaacqGHijYUdaqadaqaamaalaaabaGaem4uam1aaSbaaSqaaiabigdaXaqabaGccqGGOaakcqWFdbWqcqWFgbGrcqGGPaqkaeaacqWGUbGBaaaacaGLOaGaayzkaaWaaWbaaSqabeaacqaIYaGmaaGccqGGSaalaeaacqWGdbWqcqWGLbqzcqWGUbGBcqWG0baDcqWGYbGCcqWGHbqycqWGSbaBcqWGPbqAcqWG6bGEcqWGHbqycqWG0baDcqWGPbqAcqWGVbWBcqWGUbGBdaWgaaWcbaGaem4qamKaemOrayKaeiilaWIaemyyaeMaemiCaaNaemiCaahabeaaaOqaaiabg2da9aqaamaalaaabaGaemOBa4Maem4uam1aaSbaaSqaaiabigdaXaqabaGccqGGOaakcqWFdbWqcqWFgbGrcqGGPaqkaeaacqGGOaakcqWGUbGBcqGHsislcqaIXaqmcqGGPaqkcqGGOaakcqWGUbGBcqGHsislcqaIYaGmcqGGPaqkaaWaaeWaaeaacyGGTbqBcqGGHbqycqGG4baEcqGGOaakcqWFdbWqcqWFgbGrcqGGPaqkcqGHsisldaWcaaqaaiabdofatnaaBaaaleaacqaIXaqmaeqaaOGaeiikaGIae83qamKae8NrayKaeiykaKcabaGaemOBa4gaaaGaayjkaiaawMcaaaqaaaqaaiabgIKi7cqaamaalaaabaGaem4uam1aaSbaaSqaaiabigdaXaqabaGccqGGOaakcqWFdbWqcqWFgbGrcqGGPaqkaeaacqWGUbGBaaWaaeWaaeaacyGGTbqBcqGGHbqycqGG4baEcqGGOaakcqWFdbWqcqWFgbGrcqGGPaqkcqGHsisldaWcaaqaaiabdofatnaaBaaaleaacqaIXaqmaeqaaOGaeiikaGIae83qamKae8NrayKaeiykaKcabaGaemOBa4gaaaGaayjkaiaawMcaaiabcYcaSaqaaiabdIeaijabdwgaLjabdsha0jabdwgaLjabdkhaYjabd+gaVjabdEgaNjabdwgaLjabd6gaUjabdwgaLjabdMgaPjabdsha0jabdMha5naaBaaaleaacqWGdbWqcqWGgbGrcqGGSaalcqWGHbqycqWGWbaCcqWGWbaCaeqaaaGcbaGaeyypa0dabaWaaOaaaeaadaWcaaqaaiabd6gaUjabdofatnaaBaaaleaacqaIYaGmaeqaaOGaeiikaGIae83qamKae8NrayKaeiykaKcabaGaeiikaGIaem4uam1aaSbaaSqaaiabigdaXaqabaGccqGGOaakcqWFdbWqcqWFgbGrcqGGPaqkcqGGPaqkdaahaaWcbeqaaiabikdaYaaaaaGccqGHsislcqaIXaqmaSqabaGccqGGSaalaeaacqWGdbWqcqWGSbaBcqWG1bqDcqWGZbWCcqWG0baDcqWGLbqzcqWGYbGCcqWGdbWqcqWGVbWBcqWGLbqzcqWGMbGzdaWgaaWcbaGaem4qamKaemOrayKaeiilaWIaemyyaeMaemiCaaNaemiCaaNaeiilaWIaemyAaKgabeaaaOqaaiabg2da9aqaamaabmaabaWaaSaaaeaacqWGtbWudaWgaaWcbaGaeGOmaidabeaakiabcIcaOiab=neadjab=zeagjabcMcaPaqaaiabdofatnaaBaaaleaacqaIXaqmaeqaaOGaeiikaGIae83qamKae8NrayKaeiykaKcaaaGaayjkaiaawMcaamaaCaaaleqabaGaeGOmaidaaOGaeiilaWcabaGaemivaqLaem4Ba8MaemiCaaNaem4ta8KaemODayNaemyzauMaemOCaiNaemiBaWMaemyyaeMaemiCaa3aaSbaaSqaaiabdoeadjabdAeagjabcYcaSiabdggaHjabdchaWjabdchaWjabcYcaSiabdMgaPjabdQgaQbqabaaakeaacqGH9aqpaeaadaWcaaqaaiabdoeadjabdAeagnaaBaaaleaacqWGPbqAaeqaaOGaem4qamKaemOray0aaSbaaSqaaiabdQgaQbqabaGccqGGOaakcqWGtbWudaWgaaWcbaGaeGOmaidabeaakiabcIcaOiab=neadjab=zeagjabcMcaPiabgUcaRiabigdaXiabcMcaPaqaaiGbc2gaTjabcMgaPjabc6gaUjabcIcaOiabdoeadjabdAeagnaaBaaaleaacqWGPbqAaeqaaOGaeiilaWIaem4qamKaemOray0aaSbaaSqaaiabdQgaQbqabaGccqGGPaqkcqWGtbWudaWgaaWcbaGaeGymaedabeaakiabcIcaOiab=neadjab=zeagjabcMcaPiabgUcaRiabigdaXiabgkHiTiabdoeadjabdAeagnaaBaaaleaacqWGPbqAaeqaaOGaem4qamKaemOray0aaSbaaSqaaiabdQgaQbqabaaaaOGaeiilaWcaaaaa@6B92@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>where <it>S</it><sub><it>p</it></sub>(<b><it>CF</it></b>) = &#8721;<sub><it>i</it></sub>(<it>CF</it><sub><it>i</it></sub>)<sup><it>p</it></sup>. Note that the approximate CF-based clustering coefficient does not depend on the <it>i</it>-index. This is why we sometimes omit this index and simply write <it>ClusterCoef</it><sub><it>CF</it>,<it>app</it></sub>.</p>
         </sec>
         <sec>
            <st>
               <p>Approximate CF-based network concepts satisfy simple relationships</p>
            </st>
            <p>Here we demonstrate a major advantage of approximate CF-based network concepts: they exhibit simple relationships. Using the fact that <it>S</it><sub>1</sub>(<b><it>k</it></b><sub><it>CF</it>,<it>app</it></sub>) = <it>S</it><sub>1</sub>(<b><it>CF</it></b>)<sup>2</sup>, and the approximation <it>n</it>/(<it>n </it>- 1) &#8776; 1, equations (8) imply the following relationship</p>
            <p>
               <display-formula>
                  <m:math name="1752-0509-1-24-i12" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>H</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>t</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>r</m:mi>
                           <m:mi>o</m:mi>
                           <m:mi>g</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>n</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>i</m:mi>
                           <m:mi>t</m:mi>
                           <m:msub>
                              <m:mi>y</m:mi>
                              <m:mrow>
                                 <m:mi>C</m:mi>
                                 <m:mi>F</m:mi>
                                 <m:mo>,</m:mo>
                                 <m:mi>a</m:mi>
                                 <m:mi>p</m:mi>
                                 <m:mi>p</m:mi>
                              </m:mrow>
                           </m:msub>
                           <m:mo>&#8776;</m:mo>
                           <m:msqrt>
                              <m:mrow>
                                 <m:msqrt>
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>l</m:mi>
                                             <m:mi>u</m:mi>
                                             <m:mi>s</m:mi>
                                             <m:mi>t</m:mi>
                                             <m:mi>e</m:mi>
                                             <m:mi>r</m:mi>
                                             <m:mi>C</m:mi>
                                             <m:mi>o</m:mi>
                                             <m:mi>e</m:mi>
                                             <m:msub>
                                                <m:mi>f</m:mi>
                                                <m:mrow>
                                                   <m:mi>C</m:mi>
                                                   <m:mi>F</m:mi>
                                                   <m:mo>,</m:mo>
                                                   <m:mi>a</m:mi>
                                                   <m:mi>p</m:mi>
                                                   <m:mi>p</m:mi>
                                                </m:mrow>
                                             </m:msub>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mi>D</m:mi>
                                             <m:mi>e</m:mi>
                                             <m:mi>n</m:mi>
                                             <m:mi>s</m:mi>
                                             <m:mi>i</m:mi>
                                             <m:mi>t</m:mi>
                                             <m:msub>
                                                <m:mi>y</m:mi>
                                                <m:mrow>
                                                   <m:mi>C</m:mi>
                                                   <m:mi>F</m:mi>
                                                   <m:mo>,</m:mo>
                                                   <m:mi>a</m:mi>
                                                   <m:mi>p</m:mi>
                                                   <m:mi>p</m:mi>
                                                </m:mrow>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mfrac>
                                    </m:mrow>
                                 </m:msqrt>
                                 <m:mo>&#8722;</m:mo>
                                 <m:mn>1</m:mn>
                              </m:mrow>
                           </m:msqrt>
                           <m:mo>,</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGibascqWGLbqzcqWG0baDcqWGLbqzcqWGYbGCcqWGVbWBcqWGNbWzcqWGLbqzcqWGUbGBcqWGLbqzcqWGPbqAcqWG0baDcqWG5bqEdaWgaaWcbaGaem4qamKaemOrayKaeiilaWIaemyyaeMaemiCaaNaemiCaahabeaakiabgIKi7oaakaaabaWaaOaaaeaadaWcaaqaaiabdoeadjabdYgaSjabdwha1jabdohaZjabdsha0jabdwgaLjabdkhaYjabdoeadjabd+gaVjabdwgaLjabdAgaMnaaBaaaleaacqWGdbWqcqWGgbGrcqGGSaalcqWGHbqycqWGWbaCcqWGWbaCaeqaaaGcbaGaemiraqKaemyzauMaemOBa4Maem4CamNaemyAaKMaemiDaqNaemyEaK3aaSbaaSqaaiabdoeadjabdAeagjabcYcaSiabdggaHjabdchaWjabdchaWbqabaaaaaqabaGccqGHsislcqaIXaqmaSqabaGccqGGSaalaaa@7131@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>or equivalently,</p>
            <p>
               <display-formula id="M9">
                  <m:math name="1752-0509-1-24-i13" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>C</m:mi>
                           <m:mi>l</m:mi>
                           <m:mi>u</m:mi>
                           <m:mi>s</m:mi>
                           <m:mi>t</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>r</m:mi>
                           <m:mi>C</m:mi>
                           <m:mi>o</m:mi>
                           <m:mi>e</m:mi>
                           <m:msub>
                              <m:mi>f</m:mi>
                              <m:mrow>
                                 <m:mi>C</m:mi>
                                 <m:mi>F</m:mi>
                                 <m:mo>,</m:mo>
                                 <m:mi>a</m:mi>
                                 <m:mi>p</m:mi>
                                 <m:mi>p</m:mi>
                                 <m:mo>,</m:mo>
                                 <m:mi>i</m:mi>
                              </m:mrow>
                           </m:msub>
                           <m:mo>&#8776;</m:mo>
                           <m:msup>
                              <m:mrow>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:mn>1</m:mn>
                                 <m:mo>+</m:mo>
                                 <m:mi>H</m:mi>
                                 <m:mi>e</m:mi>
                                 <m:mi>t</m:mi>
                                 <m:mi>e</m:mi>
                                 <m:mi>r</m:mi>
                                 <m:mi>o</m:mi>
                                 <m:mi>g</m:mi>
                                 <m:mi>e</m:mi>
                                 <m:mi>n</m:mi>
                                 <m:mi>e</m:mi>
                                 <m:mi>i</m:mi>
                                 <m:mi>t</m:mi>
                                 <m:msubsup>
                                    <m:mi>y</m:mi>
                                    <m:mrow>
                                       <m:mi>C</m:mi>
                                       <m:mi>F</m:mi>
                                       <m:mo>,</m:mo>
                                       <m:mi>a</m:mi>
                                       <m:mi>p</m:mi>
                                       <m:mi>p</m:mi>
                                    </m:mrow>
                                    <m:mn>2</m:mn>
                                 </m:msubsup>
                                 <m:mo stretchy="false">)</m:mo>
                              </m:mrow>
                              <m:mn>2</m:mn>
                           </m:msup>
                           <m:mo>&#215;</m:mo>
                           <m:mi>D</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>n</m:mi>
                           <m:mi>s</m:mi>
                           <m:mi>i</m:mi>
                           <m:mi>t</m:mi>
                           <m:msub>
                              <m:mi>y</m:mi>
                              <m:mrow>
                                 <m:mi>C</m:mi>
                                 <m:mi>F</m:mi>
                                 <m:mo>,</m:mo>
                                 <m:mi>a</m:mi>
                                 <m:mi>p</m:mi>
                                 <m:mi>p</m:mi>
                              </m:mrow>
                           </m:msub>
                           <m:mo>.</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGdbWqcqWGSbaBcqWG1bqDcqWGZbWCcqWG0baDcqWGLbqzcqWGYbGCcqWGdbWqcqWGVbWBcqWGLbqzcqWGMbGzdaWgaaWcbaGaem4qamKaemOrayKaeiilaWIaemyyaeMaemiCaaNaemiCaaNaeiilaWIaemyAaKgabeaakiabgIKi7kabcIcaOiabigdaXiabgUcaRiabdIeaijabdwgaLjabdsha0jabdwgaLjabdkhaYjabd+gaVjabdEgaNjabdwgaLjabd6gaUjabdwgaLjabdMgaPjabdsha0jabdMha5naaDaaaleaacqWGdbWqcqWGgbGrcqGGSaalcqWGHbqycqWGWbaCcqWGWbaCaeaacqaIYaGmaaGccqGGPaqkdaahaaWcbeqaaiabikdaYaaakiabgEna0kabdseaejabdwgaLjabd6gaUjabdohaZjabdMgaPjabdsha0jabdMha5naaBaaaleaacqWGdbWqcqWGgbGrcqGGSaalcqWGHbqycqWGWbaCcqWGWbaCaeqaaOGaeiOla4caaa@7905@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>Further, it is straightforward to derive a simple relationship between approximate CF-based topological overlap, connectivity and heterogeneity under the following mild assumptions: <inline-formula><m:math name="1752-0509-1-24-i14" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:mfrac><m:mn>1</m:mn><m:mrow><m:msub><m:mi>S</m:mi><m:mn>2</m:mn></m:msub><m:mo stretchy="false">(</m:mo><m:mi>C</m:mi><m:mi>F</m:mi><m:mo stretchy="false">)</m:mo></m:mrow></m:mfrac><m:mo>&#8776;</m:mo><m:mn>0</m:mn></m:mrow><m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaWcaaqaaiabigdaXaqaaiabdofatnaaBaaaleaacqaIYaGmaeqaaOGaeiikaGccbmGae83qamKae8NrayKaeiykaKcaaiabgIKi7kabicdaWaaa@367C@</m:annotation></m:semantics></m:math></inline-formula> and <inline-formula><m:math name="1752-0509-1-24-i15" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:mfrac><m:mrow><m:mn>1</m:mn><m:mo>&#8722;</m:mo><m:mi>C</m:mi><m:msub><m:mi>F</m:mi><m:mi>i</m:mi></m:msub><m:mi>C</m:mi><m:msub><m:mi>F</m:mi><m:mi>j</m:mi></m:msub></m:mrow><m:mrow><m:mi>min</m:mi><m:mo>&#8289;</m:mo><m:mo stretchy="false">(</m:mo><m:mi>C</m:mi><m:msub><m:mi>F</m:mi><m:mi>i</m:mi></m:msub><m:mtext>,</m:mtext><m:mi>C</m:mi><m:msub><m:mi>F</m:mi><m:mi>j</m:mi></m:msub><m:mo stretchy="false">)</m:mo><m:msub><m:mi>S</m:mi><m:mn>1</m:mn></m:msub><m:mo stretchy="false">(</m:mo><m:mi>C</m:mi><m:mi>F</m:mi><m:mo stretchy="false">)</m:mo></m:mrow></m:mfrac><m:mo>&#8776;</m:mo><m:mn>0</m:mn></m:mrow><m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaWcaaqaaiabigdaXiabgkHiTiabdoeadjabdAeagnaaBaaaleaacqWGPbqAaeqaaOGaem4qamKaemOray0aaSbaaSqaaiabdQgaQbqabaaakeaacyGGTbqBcqGGPbqAcqGGUbGBcqGGOaakcqWGdbWqcqWGgbGrdaWgaaWcbaGaemyAaKgabeaakiabdoeadjabdAeagnaaBaaaleaacqWGQbGAaeqaaOGaeiykaKIaem4uam1aaSbaaSqaaiabigdaXaqabaGccqGGOaakieWacqWFdbWqcqWFgbGrcqGGPaqkaaGaeyisISRaeGimaadaaa@4C13@</m:annotation></m:semantics></m:math></inline-formula>. Specifically, we find</p>
            <p>
               <display-formula id="M10">
                  <m:math name="1752-0509-1-24-i16" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mtable columnalign="left">
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mi>T</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>p</m:mi>
                                       <m:mi>O</m:mi>
                                       <m:mi>v</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>l</m:mi>
                                       <m:mi>a</m:mi>
                                       <m:msub>
                                          <m:mi>p</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>a</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>i</m:mi>
                                             <m:mi>j</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>&#8776;</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mi>max</m:mi>
                                       <m:mo>&#8289;</m:mo>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:mi>C</m:mi>
                                       <m:msub>
                                          <m:mi>F</m:mi>
                                          <m:mi>i</m:mi>
                                       </m:msub>
                                       <m:mtext>,</m:mtext>
                                       <m:mi>C</m:mi>
                                       <m:msub>
                                          <m:mi>F</m:mi>
                                          <m:mi>j</m:mi>
                                       </m:msub>
                                       <m:mo stretchy="false">)</m:mo>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                       </m:mfrac>
                                       <m:mo>=</m:mo>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:mi>max</m:mi>
                                             <m:mo>&#8289;</m:mo>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:msub>
                                                <m:mi>F</m:mi>
                                                <m:mi>i</m:mi>
                                             </m:msub>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>,</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:msub>
                                                <m:mi>F</m:mi>
                                                <m:mi>j</m:mi>
                                             </m:msub>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                          <m:mi>n</m:mi>
                                       </m:mfrac>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:mi>n</m:mi>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:msup>
                                                <m:mrow>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:mi>C</m:mi>
                                                   <m:mi>F</m:mi>
                                                   <m:mo stretchy="false">)</m:mo>
                                                </m:mrow>
                                                <m:mn>2</m:mn>
                                             </m:msup>
                                          </m:mrow>
                                       </m:mfrac>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow/>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>&#8776;</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:mi>max</m:mi>
                                             <m:mo>&#8289;</m:mo>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>k</m:mi>
                                                <m:mrow>
                                                   <m:mi>C</m:mi>
                                                   <m:mi>F</m:mi>
                                                   <m:mo>,</m:mo>
                                                   <m:mi>a</m:mi>
                                                   <m:mi>p</m:mi>
                                                   <m:mi>p</m:mi>
                                                   <m:mo>,</m:mo>
                                                   <m:mi>i</m:mi>
                                                </m:mrow>
                                             </m:msub>
                                             <m:mo>,</m:mo>
                                             <m:msub>
                                                <m:mi>k</m:mi>
                                                <m:mrow>
                                                   <m:mi>C</m:mi>
                                                   <m:mi>F</m:mi>
                                                   <m:mo>,</m:mo>
                                                   <m:mi>a</m:mi>
                                                   <m:mi>p</m:mi>
                                                   <m:mi>p</m:mi>
                                                   <m:mo>,</m:mo>
                                                   <m:mi>j</m:mi>
                                                </m:mrow>
                                             </m:msub>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                          <m:mi>n</m:mi>
                                       </m:mfrac>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:mn>1</m:mn>
                                       <m:mo>+</m:mo>
                                       <m:mi>H</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>g</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:msubsup>
                                          <m:mi>y</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>a</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mi>p</m:mi>
                                          </m:mrow>
                                          <m:mn>2</m:mn>
                                       </m:msubsup>
                                       <m:mo stretchy="false">)</m:mo>
                                       <m:mo>.</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                           </m:mtable>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaafaqaaeGadaaabaGaemivaqLaem4Ba8MaemiCaaNaem4ta8KaemODayNaemyzauMaemOCaiNaemiBaWMaemyyaeMaemiCaa3aaSbaaSqaaiabdoeadjabdAeagjabcYcaSiabdggaHjabdchaWjabdchaWjabcYcaSiabdMgaPjabdQgaQbqabaaakeaacqGHijYUaeaacyGGTbqBcqGGHbqycqGG4baEcqGGOaakcqWGdbWqcqWGgbGrdaWgaaWcbaGaemyAaKgabeaakiabdoeadjabdAeagnaaBaaaleaacqWGQbGAaeqaaOGaeiykaKYaaSaaaeaacqWGtbWudaWgaaWcbaGaeGOmaidabeaakiabcIcaOGqadiab=neadjab=zeagjabcMcaPaqaaiabdofatnaaBaaaleaacqaIXaqmaeqaaOGaeiikaGIae83qamKae8NrayKaeiykaKcaaiabg2da9maalaaabaGagiyBa0MaeiyyaeMaeiiEaGNaeiikaGIaem4qamKaemOray0aaSbaaSqaaiabdMgaPbqabaGccqWGtbWudaWgaaWcbaGaeGymaedabeaakiabcIcaOiab=neadjab=zeagjabcMcaPiabcYcaSiabdoeadjabdAeagnaaBaaaleaacqWGQbGAaeqaaOGaem4uam1aaSbaaSqaaiabigdaXaqabaGccqGGOaakcqWFdbWqcqWFgbGrcqGGPaqkcqGGPaqkaeaacqWGUbGBaaWaaSaaaeaacqWGUbGBcqWGtbWudaWgaaWcbaGaeGOmaidabeaakiabcIcaOiab=neadjab=zeagjabcMcaPaqaaiabdofatnaaBaaaleaacqaIXaqmaeqaaOGaeiikaGIae83qamKae8NrayKaeiykaKYaaWbaaSqabeaacqaIYaGmaaaaaaGcbaaabaGaeyisISlabaWaaSaaaeaacyGGTbqBcqGGHbqycqGG4baEcqGGOaakcqWGRbWAdaWgaaWcbaGaem4qamKaemOrayKaeiilaWIaemyyaeMaemiCaaNaemiCaaNaeiilaWIaemyAaKgabeaakiabcYcaSiabdUgaRnaaBaaaleaacqWGdbWqcqWGgbGrcqGGSaalcqWGHbqycqWGWbaCcqWGWbaCcqGGSaalcqWGQbGAaeqaaOGaeiykaKcabaGaemOBa4gaaiabcIcaOiabigdaXiabgUcaRiabdIeaijabdwgaLjabdsha0jabdwgaLjabdkhaYjabd+gaVjabdEgaNjabdwgaLjabd6gaUjabdwgaLjabdMgaPjabdsha0jabdMha5naaDaaaleaacqWGdbWqcqWGgbGrcqGGSaalcqWGHbqycqWGWbaCcqWGWbaCaeaacqaIYaGmaaGccqGGPaqkcqGGUaGlaaaaaa@CA64@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>In the following subsection, we outline the conditions when equations (9) and (10) hold approximately for fundamental network concepts in approximately factorizable module networks.</p>
         </sec>
         <sec>
            <st>
               <p>Relating fundamental- to approximate CF-based concepts</p>
            </st>
            <p>In the Methods section, we provide a heuristic argument for the following</p>
            <p>
               <b>Observation 2 </b>
               <it>In approximately factorizable networks, fundamental network concepts are approximately equal to their approximate CF-based analogs,</it>
            </p>
            <p>
               <display-formula><it>FundamentalNetworkConcept &#8776; NetworkConcept</it><sub><it>CF</it>,<it>app</it></sub>.</display-formula>
            </p>
            <p>The observation implies that in approximately factorizable networks, <it>Connectivity &#8776; Connectivity</it><sub><it>CF</it>,<it>app </it></sub>and <it>Density </it>&#8776; <it>Density</it><sub><it>CF</it>,<it>app</it></sub>, etc. Observation 2 is illustrated for network density, centralization, heterogeneity, and clustering coefficients in Figure <figr fid="F2">2</figr> (Drosophila PPI network), Figure <figr fid="F3">3</figr> (yeast PPI network), and Figure <figr fid="F4">4</figr> (weighted and unweighted yeast gene co-expression networks; density is not included due to limited space). A consequence of this observation is that the simple relationships satisfied by approximate CF-based network concepts also apply to their corresponding fundamental network concepts in approximately factorizable networks. In particular, equations (9) and (10) imply the following</p>
            <fig id="F2">
               <title>
                  <p>Figure 2</p>
               </title>
               <caption>
                  <p>Drosophila PPI module networks: the relationship between fundamental network concepts <it>NetworkConcept</it>(<it>A </it>- <it>I</it>) (y-axis) and their approximate CF-based analogs <it>NetworkConcept</it><sub><it>CF</it>,<it>app </it></sub>(x-axis)</p>
               </caption>
               <text>
                  <p><b>Drosophila PPI module networks: the relationship between fundamental network concepts <it>NetworkConcept</it>(<it>A </it>- <it>I</it>) (y-axis) and their approximate CF-based analogs <it>NetworkConcept</it><sub><it>CF</it>,<it>app </it></sub>(x-axis)</b>. This figure demonstrates Observation 2. A) Density versus <it>Density</it><sub><it>CF</it>,<it>app</it></sub>; B) Centralization versus <it>Centralization</it><sub><it>CF</it>,<it>app</it></sub>; C) Heterogeneity versus <it>Heterogeneity</it><sub><it>CF</it>,<it>app</it></sub>; D) Intramodular clustering coefficients <it>ClusterCoef</it><sub><it>i </it></sub>versus <it>ClusterCoef</it><sub><it>CF</it>,<it>app</it></sub>. In Figures A), B) and C), each dot corresponds to a module since these network concepts summarize an entire network module. In Figure D), each dot corresponds to a node since these network concepts are node specific. A reference line with intercept 0 and slope 1 has been added to each plot.</p>
               </text>
               <graphic file="1752-0509-1-24-2"/>
            </fig>
            <fig id="F3">
               <title>
                  <p>Figure 3</p>
               </title>
               <caption>
                  <p>Yeast PPI module networks: the relationship between fundamental network concepts <it>NetworkConcept</it>(<it>A </it>- <it>I</it>) (y-axis) and their approximate CF-based analogs <it>NetworkConcept</it><sub><it>CF</it>,<it>app </it></sub>(x-axis)</p>
               </caption>
               <text>
                  <p><b>Yeast PPI module networks: the relationship between fundamental network concepts <it>NetworkConcept</it>(<it>A </it>- <it>I</it>) (y-axis) and their approximate CF-based analogs <it>NetworkConcept</it><sub><it>CF</it>,<it>app </it></sub>(x-axis)</b>. This figure demonstrates Observation 2. A) Density versus <it>Density</it><sub><it>CF</it>,<it>app</it></sub>; B) Centralization versus <it>Centralization</it><sub><it>CF</it>,<it>app</it></sub>; C) Heterogeneity versus <it>Heterogeneity</it><sub><it>CF</it>,<it>app</it></sub>; D) Intramodular clustering coefficients <it>ClusterCoef</it><sub><it>i </it></sub>versus <it>ClusterCoefC</it><sub><it>F</it>,<it>app</it></sub>. In Figures A), B) and C), each dot corresponds to a module since these network concepts summarize an entire network module. In Figure D), each dot corresponds to a node since these network concepts are node specific. A reference line with intercept 0 and slope 1 has been added to each plot.</p>
               </text>
               <graphic file="1752-0509-1-24-3"/>
            </fig>
            <fig id="F4">
               <title>
                  <p>Figure 4</p>
               </title>
               <caption>
                  <p>Yeast gene co-expression module networks: the relationship between fundamental network concepts <it>NetworkConcept</it>(<it>A </it>- <it>I</it>) (y-axis) and their approximate CF-based analogs <it>NetworkConcept</it><sub><it>CF</it>,<it>app </it></sub>(x-axis)</p>
               </caption>
               <text>
                  <p><b>Yeast gene co-expression module networks: the relationship between fundamental network concepts <it>NetworkConcept</it>(<it>A </it>- <it>I</it>) (y-axis) and their approximate CF-based analogs <it>NetworkConcept</it><sub><it>CF</it>,<it>app </it></sub>(x-axis)</b>. This figure demonstrates Observation 2. A reference line with intercept 0 and slope 1 has been added to each plot. The figures on the left (right) hand side depict network concepts from the weighted (unweighted) network. A) and B) Centralization versus <it>Centralization</it><sub><it>CF</it>,<it>app</it></sub>; C) and D) Heterogeneity versus <it>Heterogeneity</it><sub><it>CF</it>,<it>app</it></sub>; E) and F) Intramodular clustering coefficients <it>ClusterCoef</it><sub><it>i </it></sub>versus <it>ClusterCoef</it><sub><it>CF</it>,<it>app</it></sub>. The analogous plots for Density are not presented since the fundamental network concepts and their approximate CF-based analogs are almost identical and the dots fall near the reference line with <it>R</it><sup>2 </sup>= 1 for both weighted and unweighted networks, and thus are omitted due to limited space. In Figures A), B), C) and D), each dot corresponds to a module since these network concepts summarize an entire network module. In Figure E) and F), each dot corresponds to a node since these network concepts are node specific.</p>
               </text>
               <graphic file="1752-0509-1-24-4"/>
            </fig>
            <p>
               <b>Observation 3 </b>
               <it>In approximately factorizable networks, the following relationships hold among fundamental network concepts</it>
            </p>
            <p>
               <display-formula id="M11"><it>mean</it>(<b><it>ClusterCoef</it></b>) &#8776; (1 + <it>Heterogeneity</it><sup>2</sup>)<sup>2 </sup>&#215; <it>Density</it>,</display-formula>
            </p>
            <p>
               <it>and</it>
            </p>
            <p>
               <display-formula id="M12">
                  <m:math name="1752-0509-1-24-i17" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>T</m:mi>
                           <m:mi>o</m:mi>
                           <m:mi>p</m:mi>
                           <m:mi>O</m:mi>
                           <m:mi>v</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>r</m:mi>
                           <m:mi>l</m:mi>
                           <m:mi>a</m:mi>
                           <m:msub>
                              <m:mi>p</m:mi>
                              <m:mrow>
                                 <m:mi>i</m:mi>
                                 <m:mi>j</m:mi>
                              </m:mrow>
                           </m:msub>
                           <m:mo>&#8776;</m:mo>
                           <m:mfrac>
                              <m:mrow>
                                 <m:mi>max</m:mi>
                                 <m:mo>&#8289;</m:mo>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:msub>
                                    <m:mi>k</m:mi>
                                    <m:mi>i</m:mi>
                                 </m:msub>
                                 <m:mo>,</m:mo>
                                 <m:msub>
                                    <m:mi>k</m:mi>
                                    <m:mi>j</m:mi>
                                 </m:msub>
                                 <m:mo stretchy="false">)</m:mo>
                              </m:mrow>
                              <m:mi>n</m:mi>
                           </m:mfrac>
                           <m:mo stretchy="false">(</m:mo>
                           <m:mn>1</m:mn>
                           <m:mo>+</m:mo>
                           <m:mi>H</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>t</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>r</m:mi>
                           <m:mi>o</m:mi>
                           <m:mi>g</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>n</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>i</m:mi>
                           <m:mi>t</m:mi>
                           <m:msup>
                              <m:mi>y</m:mi>
                              <m:mn>2</m:mn>
                           </m:msup>
                           <m:mo stretchy="false">)</m:mo>
                           <m:mo>.</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGubavcqWGVbWBcqWGWbaCcqWGpbWtcqWG2bGDcqWGLbqzcqWGYbGCcqWGSbaBcqWGHbqycqWGWbaCdaWgaaWcbaGaemyAaKMaemOAaOgabeaakiabgIKi7oaalaaabaGagiyBa0MaeiyyaeMaeiiEaGNaeiikaGIaem4AaS2aaSbaaSqaaiabdMgaPbqabaGccqGGSaalcqWGRbWAdaWgaaWcbaGaemOAaOgabeaakiabcMcaPaqaaiabd6gaUbaacqGGOaakcqaIXaqmcqGHRaWkcqWGibascqWGLbqzcqWG0baDcqWGLbqzcqWGYbGCcqWGVbWBcqWGNbWzcqWGLbqzcqWGUbGBcqWGLbqzcqWGPbqAcqWG0baDcqWG5bqEdaahaaWcbeqaaiabikdaYaaakiabcMcaPiabc6caUaaa@640A@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>Observation 3 is important since it highlights the fact that seemingly disparate network concepts satisfy simple and intuitive relationships in approximately factorizable networks. Equations (11) and (12) are illustrated in Figure <figr fid="F5">5</figr> (Drosophila PPI network), Figure <figr fid="F6">6</figr> (yeast PPI network), and Figure <figr fid="F7">7</figr> (weighted and unweighted yeast gene co-expression networks; TOM plots are not included due to limited space). Equation (12) has several important consequences. To begin with, it illustrates that the topological overlap between the most highly connected node and all other nodes is approximately constant. Specifically, if we denote the index of the most highly connected node by [1] and its connectivity by <it>k</it><sub>[1] </sub>= <it>max</it>(<b><it>k</it></b>), then</p>
            <fig id="F5">
               <title>
                  <p>Figure 5</p>
               </title>
               <caption>
                  <p>Drosophila PPI module networks: the relationship between fundamental network concepts</p>
               </caption>
               <text>
                  <p><b>Drosophila PPI module networks: the relationship between fundamental network concepts</b>. This figure demonstrates Observation 3 and equation (14). In Figures A) and B), each point is a protein colored by its module assignment, and the red line has intercept 0 and slope 1. Figure A) illustrates the relationship between the mean clustering coefficient (short horizonal line) and (1 + <it>Heterogeneity</it><sup>2</sup>)<sup>2 </sup>* <it>Density </it>(equation (11)). Figure B) illustrates the relationship between the topological overlap with the hub node and (<it>Density </it>+ <it>Centralization</it>) * (1 + <it>Heterogeneity</it><sup>2</sup>) (equation (14)). Figure C) is a color-coded depiction of the topological overlap matrix <it>TopOverlap</it><sub><it>ij </it></sub>in the turquoise module network. Figure D) represents the corresponding approximation <it>max</it>(<it>k</it><sub><it>i</it></sub>,<it>k</it><sub><it>j</it></sub>)(1 + <it>Heterogeneity</it><sup>2</sup>)/<it>n </it>(equation (12)). Figures E) and F) are their analogs for the brown module. The turquoise and the brown module represent the largest and third largest module. Analogous plots for the other modules can be found in our online supplement.</p>
               </text>
               <graphic file="1752-0509-1-24-5"/>
            </fig>
            <fig id="F6">
               <title>
                  <p>Figure 6</p>
               </title>
               <caption>
                  <p>Yeast PPI module networks: the relationship between fundamental network concepts</p>
               </caption>
               <text>
                  <p><b>Yeast PPI module networks: the relationship between fundamental network concepts</b>. This figure demonstrates Observation 3 and equation (14). In Figures A) and B), each point is a protein colored by its module assignment and the red line has intercept 0 and slope 1. Figure A) illustrates the relationship between the mean clustering coefficient (short horizonal line) and (1 + <it>Heterogeneity</it><sup>2</sup>)<sup>2 </sup>* <it>Density </it>(equation (11)). Figure B) illustrates the relationship between the topological overlap with the hub node and (<it>Density </it>+ <it>Centralization</it>) * (1 + <it>Heterogeneity</it><sup>2</sup>) (equation (14)). Figure C) is a color-coded depiction of the topological overlap matrix <it>TopOverlap</it><sub><it>ij </it></sub>in the turquoise module network. Figure D) represents the corresponding approximation <it>max</it>(<it>k</it><sub><it>i</it></sub>,<it>k</it><sub><it>j</it></sub>)(1 + <it>Heterogeneity</it><sup>2</sup>)/<it>n </it>(equation (12)). Figures E) and F) are their analogs for the brown module. The turquoise and the brown module represent the largest and third largest module. Analogous plots for the other modules can be found in our online supplement.</p>
               </text>
               <graphic file="1752-0509-1-24-6"/>
            </fig>
            <p>
               <display-formula id="M13">
                  <m:math name="1752-0509-1-24-i18" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>T</m:mi>
                           <m:mi>o</m:mi>
                           <m:mi>p</m:mi>
                           <m:mi>O</m:mi>
                           <m:mi>v</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>r</m:mi>
                           <m:mi>l</m:mi>
                           <m:mi>a</m:mi>
                           <m:msub>
                              <m:mi>p</m:mi>
                              <m:mrow>
                                 <m:mo stretchy="false">[</m:mo>
                                 <m:mn>1</m:mn>
                                 <m:mo stretchy="false">]</m:mo>
                                 <m:mi>j</m:mi>
                              </m:mrow>
                           </m:msub>
                           <m:mo>&#8776;</m:mo>
                           <m:mfrac>
                              <m:mrow>
                                 <m:msub>
                                    <m:mi>k</m:mi>
                                    <m:mrow>
                                       <m:mo stretchy="false">[</m:mo>
                                       <m:mn>1</m:mn>
                                       <m:mo stretchy="false">]</m:mo>
                                    </m:mrow>
                                 </m:msub>
                              </m:mrow>
                              <m:mi>n</m:mi>
                           </m:mfrac>
                           <m:mo stretchy="false">(</m:mo>
                           <m:mn>1</m:mn>
                           <m:mo>+</m:mo>
                           <m:mi>H</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>t</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>r</m:mi>
                           <m:mi>o</m:mi>
                           <m:mi>g</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>n</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>i</m:mi>
                           <m:mi>t</m:mi>
                           <m:msup>
                              <m:mi>y</m:mi>
                              <m:mn>2</m:mn>
                           </m:msup>
                           <m:mo stretchy="false">)</m:mo>
                           <m:mo>.</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGubavcqWGVbWBcqWGWbaCcqWGpbWtcqWG2bGDcqWGLbqzcqWGYbGCcqWGSbaBcqWGHbqycqWGWbaCdaWgaaWcbaGaei4waSLaeGymaeJaeiyxa0LaemOAaOgabeaakiabgIKi7oaalaaabaGaem4AaS2aaSbaaSqaaiabcUfaBjabigdaXiabc2faDbqabaaakeaacqWGUbGBaaGaeiikaGIaeGymaeJaey4kaSIaemisaGKaemyzauMaemiDaqNaemyzauMaemOCaiNaem4Ba8Maem4zaCMaemyzauMaemOBa4MaemyzauMaemyAaKMaemiDaqNaemyEaK3aaWbaaSqabeaacqaIYaGmaaGccqGGPaqkcqGGUaGlaaa@5E8A@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>As an aside, we briefly mention that <it>TopOverlap</it><sub>[1]<it>j </it></sub>has a simple interpretation in terms of the hierarchical clustering dendrogram that results from using <it>dissTopOverlap</it><sub><it>ij </it></sub>= 1 -<it>TopOverlap</it><sub><it>ij </it></sub>as input. In this case, <it>TopOverlap</it><sub>[1]<it>j </it></sub>is related to the longest branch length in the dendrogram.</p>
            <p>In the following, we relate <it>TopOverlap</it><sub>[1]<it>j </it></sub>to the fundamental network concept <it>Centralization</it>. According to equation (3), <inline-formula><m:math name="1752-0509-1-24-i19" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:mfrac><m:mrow><m:mi>max</m:mi><m:mo>&#8289;</m:mo><m:mo stretchy="false">(</m:mo><m:mi>k</m:mi><m:mo stretchy="false">)</m:mo></m:mrow><m:mi>n</m:mi></m:mfrac></m:mrow><m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaWcaaqaaiGbc2gaTjabcggaHjabcIha4jabcIcaOGqadiab=TgaRjabcMcaPaqaaiabd6gaUbaaaaa@3560@</m:annotation></m:semantics></m:math></inline-formula> &#8776; <it>Centralization </it>+ <it>Density</it>. Substituting this expression in equation (13) implies</p>
            <p>
               <display-formula id="M14"><it>TopOverlap</it><sub>[1]<it>j </it></sub>&#8776; (<it>Centralization </it>+ <it>Density</it>)(1 + <it>Heterogeneity</it><sup>2</sup>).</display-formula>
            </p>
            <p>Equation (14) is illustrated in Figure <figr fid="F5">5</figr> (Drosophila PPI network), Figure <figr fid="F6">6</figr> (yeast PPI network), and Figure <figr fid="F7">7</figr> (weighted and unweighted yeast gene co-expression networks).</p>
            <fig id="F7">
               <title>
                  <p>Figure 7</p>
               </title>
               <caption>
                  <p>Yeast gene co-expression module networks: the relationship between fundamental network concepts</p>
               </caption>
               <text>
                  <p><b>Yeast gene co-expression module networks: the relationship between fundamental network concepts</b>. This figure demonstrates Observation 3 and equation (14). The figures on the left (right) hand side depict network concepts from the weighted (unweighted) network. Each point is a gene colored by its module assignment. The red line has intercept 0 and slope 1. Figures A) and B) illustrate the relationship between the mean clustering coefficient (short horizonal line) and (1 + <it>Heterogeneity</it><sup>2</sup>)<sup>2 </sup>* <it>Density </it>(equation (11)). Figure C) and D) illustrates the relationship between the topological overlap with the hub node and (<it>Density </it>+ <it>Centralization</it>) * (1 + <it>Heterogeneity</it><sup>2</sup>) (equation (14)).</p>
               </text>
               <graphic file="1752-0509-1-24-7"/>
            </fig>
         </sec>
         <sec>
            <st>
               <p>In factorizable networks, fundamental network concepts are simple functions of the connectivity</p>
            </st>
            <p>Here we demonstrate another advantage of approximate CF-based network concepts. They allow one to relate fundamental network concepts to simple functions of the connectivity. Toward this end, note the following simple relationship between the conformity <b><it>CF </it></b>and the approximate CF-based connectivity <b><it>k</it></b><sub><it>CF</it>,<it>app</it></sub>:</p>
            <p>
               <display-formula id="M15">
                  <m:math name="1752-0509-1-24-i20" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>C</m:mi>
                           <m:msub>
                              <m:mi>F</m:mi>
                              <m:mi>i</m:mi>
                           </m:msub>
                           <m:mo>=</m:mo>
                           <m:mfrac>
                              <m:mrow>
                                 <m:msub>
                                    <m:mi>k</m:mi>
                                    <m:mrow>
                                       <m:mi>C</m:mi>
                                       <m:mi>F</m:mi>
                                       <m:mo>,</m:mo>
                                       <m:mi>a</m:mi>
                                       <m:mi>p</m:mi>
                                       <m:mi>p</m:mi>
                                       <m:mo>,</m:mo>
                                       <m:mi>i</m:mi>
                                    </m:mrow>
                                 </m:msub>
                              </m:mrow>
                              <m:mrow>
                                 <m:msqrt>
                                    <m:mrow>
                                       <m:msub>
                                          <m:mi>S</m:mi>
                                          <m:mn>1</m:mn>
                                       </m:msub>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:msub>
                                          <m:mi>k</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>a</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mi>p</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                       <m:mo stretchy="false">)</m:mo>
                                    </m:mrow>
                                 </m:msqrt>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>.</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGdbWqcqWGgbGrdaWgaaWcbaGaemyAaKgabeaakiabg2da9maalaaabaGaem4AaS2aaSbaaSqaaiabdoeadjabdAeagjabcYcaSiabdggaHjabdchaWjabdchaWjabcYcaSiabdMgaPbqabaaakeaadaGcaaqaaiabdofatnaaBaaaleaacqaIXaqmaeqaaOGaeiikaGccbmGae83AaS2aaSbaaSqaaiabdoeadjabdAeagjabcYcaSiabdggaHjabdchaWjabdchaWbqabaGccqGGPaqkaSqabaaaaOGaeiOla4caaa@4A36@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>Since in approximately factorizable networks <it>k</it><sub><it>CF</it>,<it>i </it></sub>&#8776; <it>k</it><sub><it>i</it></sub>, we find that the conformity <b><it>CF </it></b>is approximately given by the scaled connectivity, i.e.</p>
            <p>
               <display-formula id="M16">
                  <m:math name="1752-0509-1-24-i21" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>C</m:mi>
                           <m:mi>F</m:mi>
                           <m:mo>&#8776;</m:mo>
                           <m:mfrac>
                              <m:mi>k</m:mi>
                              <m:mrow>
                                 <m:msqrt>
                                    <m:mrow>
                                       <m:msub>
                                          <m:mi>S</m:mi>
                                          <m:mn>1</m:mn>
                                       </m:msub>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:mi>k</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                    </m:mrow>
                                 </m:msqrt>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>.</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaaieqacqWFdbWqcqWFgbGrcqGHijYUdaWcaaqaaiab=TgaRbqaamaakaaabaGaem4uam1aaSbaaSqaaiabigdaXaqabaGccqGGOaakcqWFRbWAcqGGPaqkaSqabaaaaOGaeiOla4caaa@3859@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>This equation shows that conformity can be interpreted as a scaled connectivity in approximately factorizable networks. Since approximate CF-based network concepts are simple functions of the conformity, substituting <inline-formula><m:math name="1752-0509-1-24-i22" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:mfrac><m:mi>k</m:mi><m:mrow><m:msqrt><m:mrow><m:msub><m:mi>S</m:mi><m:mn>1</m:mn></m:msub><m:mo stretchy="false">(</m:mo><m:mi>k</m:mi><m:mo stretchy="false">)</m:mo></m:mrow></m:msqrt></m:mrow></m:mfrac></m:mrow><m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaWcaaqaaGqadiab=TgaRbqaamaakaaabaGaem4uam1aaSbaaSqaaiabigdaXaqabaGccqGGOaakcqWFRbWAcqGGPaqkaSqabaaaaaaa@33A0@</m:annotation></m:semantics></m:math></inline-formula> for <b><it>CF </it></b>implies that approximate CF-based concepts can be approximated by simple functions of the connectivity. For example, we find the following simple expressions for the cluster coefficient and the topological overlap.</p>
            <p>
               <b>Observation 4</b>
            </p>
            <p>
               <display-formula>
                  <m:math name="1752-0509-1-24-i23" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mtable columnalign="left">
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mi>C</m:mi>
                                       <m:mi>l</m:mi>
                                       <m:mi>u</m:mi>
                                       <m:mi>s</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>C</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:msub>
                                          <m:mi>f</m:mi>
                                          <m:mi>i</m:mi>
                                       </m:msub>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>&#8776;</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:msup>
                                                <m:mrow>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:msub>
                                                      <m:mi>S</m:mi>
                                                      <m:mn>2</m:mn>
                                                   </m:msub>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:mi>k</m:mi>
                                                   <m:mo stretchy="false">)</m:mo>
                                                   <m:mo stretchy="false">)</m:mo>
                                                </m:mrow>
                                                <m:mn>2</m:mn>
                                             </m:msup>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:msup>
                                                <m:mrow>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:msub>
                                                      <m:mi>S</m:mi>
                                                      <m:mn>1</m:mn>
                                                   </m:msub>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:mi>k</m:mi>
                                                   <m:mo stretchy="false">)</m:mo>
                                                   <m:mo stretchy="false">)</m:mo>
                                                </m:mrow>
                                                <m:mn>3</m:mn>
                                             </m:msup>
                                          </m:mrow>
                                       </m:mfrac>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mi>T</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>p</m:mi>
                                       <m:mi>O</m:mi>
                                       <m:mi>v</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>l</m:mi>
                                       <m:mi>a</m:mi>
                                       <m:msub>
                                          <m:mi>p</m:mi>
                                          <m:mrow>
                                             <m:mi>i</m:mi>
                                             <m:mi>j</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>&#8776;</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>k</m:mi>
                                                <m:mi>i</m:mi>
                                             </m:msub>
                                             <m:msub>
                                                <m:mi>k</m:mi>
                                                <m:mi>j</m:mi>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>k</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>+</m:mo>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>k</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mi>min</m:mi>
                                             <m:mo>&#8289;</m:mo>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>k</m:mi>
                                                <m:mi>i</m:mi>
                                             </m:msub>
                                             <m:mo>,</m:mo>
                                             <m:msub>
                                                <m:mi>k</m:mi>
                                                <m:mi>j</m:mi>
                                             </m:msub>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>k</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>+</m:mo>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>k</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>&#8722;</m:mo>
                                             <m:msub>
                                                <m:mi>k</m:mi>
                                                <m:mi>i</m:mi>
                                             </m:msub>
                                             <m:msub>
                                                <m:mi>k</m:mi>
                                                <m:mi>j</m:mi>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mfrac>
                                       <m:mo>&#8776;</m:mo>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:mi>m</m:mi>
                                             <m:mi>a</m:mi>
                                             <m:mi>x</m:mi>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>k</m:mi>
                                                <m:mi>i</m:mi>
                                             </m:msub>
                                             <m:mo>,</m:mo>
                                             <m:msub>
                                                <m:mi>k</m:mi>
                                                <m:mi>j</m:mi>
                                             </m:msub>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                          <m:mi>n</m:mi>
                                       </m:mfrac>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>k</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>k</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                       </m:mfrac>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                           </m:mtable>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaafaqaaeGadaaabaGaem4qamKaemiBaWMaemyDauNaem4CamNaemiDaqNaemyzauMaemOCaiNaem4qamKaem4Ba8MaemyzauMaemOzay2aaSbaaSqaaiabdMgaPbqabaaakeaacqGHijYUaeaadaWcaaqaaiabcIcaOiabdofatnaaBaaaleaacqaIYaGmaeqaaOGaeiikaGccbeGae83AaSMaeiykaKIaeiykaKYaaWbaaSqabeaacqaIYaGmaaaakeaacqGGOaakcqWGtbWudaWgaaWcbaGaeGymaedabeaakiabcIcaOiab=TgaRjabcMcaPiabcMcaPmaaCaaaleqabaGaeG4mamdaaaaakiabcYcaSaqaaiabdsfaujabd+gaVjabdchaWjabd+eapjabdAha2jabdwgaLjabdkhaYjabdYgaSjabdggaHjabdchaWnaaBaaaleaacqWGPbqAcqWGQbGAaeqaaaGcbaGaeyisISlabaWaaSaaaeaacqWGRbWAdaWgaaWcbaGaemyAaKgabeaakiabdUgaRnaaBaaaleaacqWGQbGAaeqaaOGaeiikaGIaem4uam1aaSbaaSqaaiabikdaYaqabaGccqGGOaakcqWFRbWAcqGGPaqkcqGHRaWkcqWGtbWudaWgaaWcbaGaeGymaedabeaakiabcIcaOiab=TgaRjabcMcaPiabcMcaPaqaaiGbc2gaTjabcMgaPjabc6gaUjabcIcaOiabdUgaRnaaBaaaleaacqWGPbqAaeqaaOGaeiilaWIaem4AaS2aaSbaaSqaaiabdQgaQbqabaGccqGGPaqkcqWGtbWudaWgaaWcbaGaeGymaedabeaakiabcIcaOiab=TgaRjabcMcaPiabgUcaRiabdofatnaaBaaaleaacqaIXaqmaeqaaOGaeiikaGIae83AaSMaeiykaKIaeyOeI0Iaem4AaS2aaSbaaSqaaiabdMgaPbqabaGccqWGRbWAdaWgaaWcbaGaemOAaOgabeaaaaGccqGHijYUdaWcaaqaaGqaciab+1gaTjab+fgaHjab+Hha4jabcIcaOiabdUgaRnaaBaaaleaacqWGPbqAaeqaaOGaeiilaWIaem4AaS2aaSbaaSqaaiabdQgaQbqabaGccqGGPaqkaeaacqWGUbGBaaWaaSaaaeaacqWGtbWudaWgaaWcbaGaeGOmaidabeaakiabcIcaOiab=TgaRjabcMcaPaqaaiabdofatnaaBaaaleaacqaIXaqmaeqaaOGaeiikaGIae83AaSMaeiykaKcaaiabcYcaSaaaaaa@AFF4@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>
               <it>where the last approximation assumes </it>
               <inline-formula>
                  <m:math name="1752-0509-1-24-i24" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mfrac>
                              <m:mrow>
                                 <m:msub>
                                    <m:mi>S</m:mi>
                                    <m:mn>1</m:mn>
                                 </m:msub>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:mi>k</m:mi>
                                 <m:mo stretchy="false">)</m:mo>
                              </m:mrow>
                              <m:mrow>
                                 <m:msub>
                                    <m:mi>S</m:mi>
                                    <m:mn>2</m:mn>
                                 </m:msub>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:mi>k</m:mi>
                                 <m:mo stretchy="false">)</m:mo>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>&#8776;</m:mo>
                           <m:mn>0</m:mn>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaWcaaqaaiabdofatnaaBaaaleaacqaIXaqmaeqaaOGaeiikaGccbeGae83AaSMaeiykaKcabaGaem4uam1aaSbaaSqaaiabikdaYaqabaGccqGGOaakcqWFRbWAcqGGPaqkaaGaeyisISRaeGimaadaaa@3A2B@</m:annotation>
                     </m:semantics>
                  </m:math>
               </inline-formula>
               <it>and </it>
               <inline-formula>
                  <m:math name="1752-0509-1-24-i25" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mfrac>
                              <m:mrow>
                                 <m:msub>
                                    <m:mi>S</m:mi>
                                    <m:mn>1</m:mn>
                                 </m:msub>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:mi>k</m:mi>
                                 <m:mo stretchy="false">)</m:mo>
                                 <m:mo>&#8722;</m:mo>
                                 <m:msub>
                                    <m:mi>k</m:mi>
                                    <m:mi>i</m:mi>
                                 </m:msub>
                                 <m:msub>
                                    <m:mi>k</m:mi>
                                    <m:mi>j</m:mi>
                                 </m:msub>
                              </m:mrow>
                              <m:mrow>
                                 <m:mi>min</m:mi>
                                 <m:mo>&#8289;</m:mo>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:msub>
                                    <m:mi>k</m:mi>
                                    <m:mi>i</m:mi>
                                 </m:msub>
                                 <m:mo>,</m:mo>
                                 <m:msub>
                                    <m:mi>k</m:mi>
                                    <m:mi>j</m:mi>
                                 </m:msub>
                                 <m:mo stretchy="false">)</m:mo>
                                 <m:msub>
                                    <m:mi>S</m:mi>
                                    <m:mn>1</m:mn>
                                 </m:msub>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:mi>k</m:mi>
                                 <m:mo stretchy="false">)</m:mo>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>&#8776;</m:mo>
                           <m:mn>0</m:mn>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaWcaaqaaiabdofatnaaBaaaleaacqaIXaqmaeqaaOGaeiikaGccbeGae83AaSMaeiykaKIaeyOeI0Iaem4AaS2aaSbaaSqaaiabdMgaPbqabaGccqWGRbWAdaWgaaWcbaGaemOAaOgabeaaaOqaaiGbc2gaTjabcMgaPjabc6gaUjabcIcaOiabdUgaRnaaBaaaleaacqWGPbqAaeqaaOGaeiilaWIaem4AaS2aaSbaaSqaaiabdQgaQbqabaGccqGGPaqkcqWGtbWudaWgaaWcbaGaeGymaedabeaakiabcIcaOiab=TgaRjabcMcaPaaacqGHijYUcqaIWaamaaa@4D8E@</m:annotation>
                     </m:semantics>
                  </m:math>
               </inline-formula>
            </p>
         </sec>
         <sec>
            <st>
               <p>Protein-protein interaction and gene co-expression network applications</p>
            </st>
            <sec>
               <st>
                  <p>Drosophila and yeast protein-protein network</p>
               </st>
               <p>To illustrate our results, we computed network concepts in module networks based on Drosophila and yeast protein-protein interaction (PPI) networks downloaded from BioGrid <abbrgrp><abbr bid="B31">31</abbr></abbrgrp>. As described before, we defined the modules as branches of the hierarchical clustering dendrogram, see Figure <figr fid="F1">1</figr>.</p>
               <p>Of the 1371 proteins in the Drosophila PPI network, 862 were clustered into 28 modules, and the remaining proteins grouped into an improper (grey) module. The module sizes of the proper modules range from 10 to 96, mean 30.79, median 23, and interquartile range 24.</p>
               <p>Of the 2292 proteins in the yeast PPI network, 2050 were clustered into 44 proper modules, and the remaining proteins grouped into an improper module. The module sizes of the proper modules range from 10 to 219, mean 46.59, median 24, and interquartile range 38.8.</p>
            </sec>
            <sec>
               <st>
                  <p>Yeast gene co-expression networks</p>
               </st>
               <p>We now illustrate our theoretical results using gene co-expression networks that have been used by many authors, e.g. <abbrgrp><abbr bid="B11">11</abbr><abbr bid="B21">21</abbr><abbr bid="B32">32</abbr></abbrgrp>. Gene co-expression networks are constructed on the basis of microarray data from the transcriptional response of cells to changing conditions. There is evidence that genes with similar expression profiles are more likely to encode interacting proteins <abbrgrp><abbr bid="B33">33</abbr><abbr bid="B34">34</abbr></abbrgrp>.</p>
               <p>In gene co-expression networks, nodes correspond to gene expression profiles. The corresponding adjacency matrix is determined from a measure of co-expression between the genes. In the examples below, we will use the absolute value of the Pearson correlation coefficient between the gene expression profiles to measure co-expression between gene pairs. As detailed at the end of the Methods section, one can transform the Pearson correlation matrix into an adjacency matrix by hard thresholding or soft thresholding. Hard thresholding results in an unweighted network and soft thresholding results in a weighted network <abbrgrp><abbr bid="B21">21</abbr></abbrgrp>. We applied our methods to a yeast cell cycle microarray data comprised of 44 microarrays and 2001 genes. This dataset recorded gene expression levels during different stages of cell cycles in yeasts and has been widely used before to illustrate clustering methods <abbrgrp><abbr bid="B35">35</abbr></abbrgrp>.</p>
               <p>Of the 2001 genes (microarray probesets) in the weighted yeast gene co-expression network, 1081 were clustered into 8 proper modules. The module sizes of the proper modules range from 53 to 308, mean 135.1, median 101.5, and interquartile range 69.3. To facilitate a comparison between the weighted and the unweighted gene co-expression networks, we used the module assignment of the weighted network for the unweighted network as well. It turns out that the module assignment is highly preserved between the weighted and the unweighted gene co-expression networks, see Figures <figr fid="F1">1C</figr>) and <figr fid="F1">1D</figr>).</p>
            </sec>
            <sec>
               <st>
                  <p>Functional annotation of modules</p>
               </st>
               <p>Since the scope of this paper is a mathematical and topological analysis of module networks, we defined modules without regard to external gene ontology information. Also we do not provide an in-depth analysis of the biological meaning of the network modules. But we briefly mention that there is indirect evidence that most of the resulting modules are biologically meaningful. We used the functional gene annotation tools from the Database for Annotation, Visualization and Integrated Discovery (DAVID) <abbrgrp><abbr bid="B36">36</abbr></abbrgrp> to test for both enriched biochemical pathways and subcellular compartmentalization. We find that most modules are significantly enriched with known gene ontologies. A functional enrichment analysis for each network application is provided. For the Drosophila PPI network, [see Additional file <supplr sid="S3">3</supplr>]; for the yeast PPI network, [see Additional file <supplr sid="S4">4</supplr>]; for the weighted and unweighted yeast gene co-expression networks, [see Additional file <supplr sid="S5">5</supplr>].</p>
               <suppl id="S2">
                  <title>
                     <p>Additional file 2</p>
                  </title>
                  <text>
                     <p>Network concepts and module size. Descriptions of how module concepts are related to module sizes in the Drosophila PPI, yeast PPI networks, and yeast gene co-expression networks.</p>
                  </text>
                  <file name="1752-0509-1-24-S2.pdf">
                     <p>Click here for file</p>
                  </file>
               </suppl>
               <suppl id="S3">
                  <title>
                     <p>Additional file 3</p>
                  </title>
                  <text>
                     <p>Functional enrichment analysis (gene ontology) of the Drosophila PPI modules (DAVID software).</p>
                  </text>
                  <file name="1752-0509-1-24-S3.xls">
                     <p>Click here for file</p>
                  </file>
               </suppl>
               <suppl id="S4">
                  <title>
                     <p>Additional file 4</p>
                  </title>
                  <text>
                     <p>Functional enrichment analysis (gene ontology) of the yeast PPI modules (DAVID software).</p>
                  </text>
                  <file name="1752-0509-1-24-S4.xls">
                     <p>Click here for file</p>
                  </file>
               </suppl>
               <suppl id="S5">
                  <title>
                     <p>Additional file 5</p>
                  </title>
                  <text>
                     <p>Functional enrichment analysis (gene ontology) of the yeast gene co-expression modules (DAVID software).</p>
                  </text>
                  <file name="1752-0509-1-24-S5.xls">
                     <p>Click here for file</p>
                  </file>
               </suppl>
            </sec>
            <sec>
               <st>
                  <p>Empirical relationships in 4 different networks</p>
               </st>
               <p>In accordance with Observation 2, we find a close relationship (<it>R</it><sup>2 </sup>&#8805; 0.6) between the fundamental network concepts and their approximate CF-based analogs. Specifically, we relate the network density, centralization, heterogeneity and clustering coefficients to their approximate CF-based analogs in Figures <figr fid="F2">2</figr> (Drosophila PPI network), Figure <figr fid="F3">3</figr> (yeast PPI network), and Figure <figr fid="F4">4</figr> (weighted and unweighted yeast gene co-expression networks).</p>
               <p>In accordance with Observation 3, we find a close relationship (<it>R</it><sup>2 </sup>&#8805; 0.6) between the mean clustering coefficient <it>mean </it>(<b><it>ClusterCoef </it></b>) and (1 + <it>Heterogeneity</it><sup>2</sup>)<sup>2 </sup>&#215; <it>Density</it>. Further, we find a close relationship between <it>TopOverlap</it><sub>[1]<it>j </it></sub>and (<it>Centralization </it>+ <it>Density</it>)(1 + <it>Heterogeneity</it><sup>2</sup>), see Figures <figr fid="F5">5</figr> (Drosophila PPI network), Figure <figr fid="F6">6</figr> (yeast PPI network), and Figure <figr fid="F7">7</figr> (weighted and unweighted yeast gene co-expression networks).</p>
               <p>We find that our theoretical observations fit better in the weighted- than in the unweighted yeast gene co-expression network.</p>
            </sec>
         </sec>
         <sec>
            <st>
               <p>Network concepts and module size</p>
            </st>
            <p>Since the number of genes inside a module (module size) varies greatly among the modules, it is natural to wonder whether the reported relationships between network concepts are due to the underlying module sizes. We find that the relationship between fundamental network concepts and their approximate CF-based analogs remains highly significant even after correcting for module sizes [see Additional file <supplr sid="S2">2</supplr>]. The same holds for the relationships between network concepts. Thus, none of the reported relationships is trivially due to module sizes. But we find that many network concepts depend on the underlying module size. We find that large modules are less factorizable than small modules: there is a strong negative correlation between module factorizability <it>F</it>(<it>A</it>) and module size. We also find that fundamental network concepts (e.g. density) depend on module size in our applications. For the factorizability, density, centralization, heterogeneity and mean clustering coefficient, the correlation coefficients with module size are -0.84, -0.46, -0.17, 0.26, and -0.36 in Drosophila PPI module networks; they are -0.55, -0.52, 0.05, 0.5, and -0.44 in yeast PPI module networks; they are -0.93, -0.52, -0.82, 0.27, and -0.55 in weighted yeast gene co-expression module networks; they are -0.86, -0.77, -0.56, 0.87, and -0.85 in unweighted yeast gene co-expression module networks. A more detailed analysis is presented in the Additional files [see Additional file <supplr sid="S2">2</supplr>].</p>
         </sec>
         <sec>
            <st>
               <p>A simple exactly factorizable network example: constant network</p>
            </st>
            <p>A simple, exactly factorizable network is given by an adjacency matrix <it>A </it>with constant adjacencies (<it>a</it><sub><it>ij </it></sub>= <it>b</it>, <it>b </it>&#8712; (0, 1]). The adjacency matrix is exactly factorizable since <it>a</it><sub><it>ij </it></sub>= <it>CF</it><sub><it>i</it></sub><it>CF</it><sub><it>j </it></sub>where <it>CF</it><sub><it>i </it></sub>= <inline-formula><m:math name="1752-0509-1-24-i26" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:msqrt><m:mi>b</m:mi></m:msqrt></m:mrow><m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaGcaaqaaiabdkgaIbWcbeaaaaa@2E14@</m:annotation></m:semantics></m:math></inline-formula>. This network can be interpreted as the expected adjacency matrix of an Erd&#246;s-R&#233;nyi network <abbrgrp><abbr bid="B37">37</abbr></abbrgrp>. One can easily derive the following expressions for the fundamental network concepts: <it>Connectivity</it><sub><it>i </it></sub>= (<it>n </it>- 1)<it>b</it>, <it>Density </it>= <it>b</it>, <it>Centralization </it>= 0, <it>Heterogeneity </it>= 0, <it>ClusterCoef</it><sub><it>i </it></sub>= <it>b </it>and <it>TopOverlap</it><sub><it>ij </it></sub>= <it>b</it>.</p>
            <p>Since <it>A </it>is exactly factorizable, the fundamental network concepts equal their CF-based analogs. However, the <it>approximate </it>CF-based concepts are different from their exact counterparts, see Table <tblr tid="T3">3</tblr>. For reasonably large values of <it>n</it>, the fundamental network concepts are very close to their approximate CF-based analogs. This illustrates Observation 2. With the results in Table <tblr tid="T3">3</tblr>, one can easily verify Observation 3 and equation (16) in this example.</p>
            <tbl id="T3">
               <title>
                  <p>Table 3</p>
               </title>
               <caption>
                  <p>Network concepts in the constant Erd&#246;s-R&#233;nyi network.</p>
               </caption>
               <tblbdy cols="3">
                  <r>
                     <c ca="left">
                        <p>Network Concepts</p>
                     </c>
                     <c ca="center">
                        <p>Fundamental</p>
                     </c>
                     <c ca="center">
                        <p>Approximate CF-based</p>
                     </c>
                  </r>
                  <r>
                     <c cspan="3">
                        <hr/>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p>
                           <it>Connectivity</it>
                           <sub>
                              <it>i</it>
                           </sub>
                        </p>
                     </c>
                     <c ca="center">
                        <p>(<it>n </it>- 1)<it>b</it></p>
                     </c>
                     <c ca="center">
                        <p>
                           <it>nb</it>
                        </p>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p>
                           <it>Density</it>
                        </p>
                     </c>
                     <c ca="center">
                        <p>
                           <it>b</it>
                        </p>
                     </c>
                     <c ca="center">
                        <p>
                           <inline-formula>
                              <m:math name="1752-0509-1-24-i27" xmlns:m="http://www.w3.org/1998/Math/MathML">
                                 <m:semantics>
                                    <m:mrow>
                                       <m:mi>b</m:mi>
                                       <m:mfrac>
                                          <m:mi>n</m:mi>
                                          <m:mrow>
                                             <m:mi>n</m:mi>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                          </m:mrow>
                                       </m:mfrac>
                                    </m:mrow>
                                    <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGIbGydaWcaaqaaiabd6gaUbqaaiabd6gaUjabgkHiTiabigdaXaaaaaa@32B0@</m:annotation>
                                 </m:semantics>
                              </m:math>
                           </inline-formula>
                        </p>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p>
                           <it>Centralization</it>
                        </p>
                     </c>
                     <c ca="center">
                        <p>0</p>
                     </c>
                     <c ca="center">
                        <p>0</p>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p>
                           <it>Heterogeneity</it>
                        </p>
                     </c>
                     <c ca="center">
                        <p>0</p>
                     </c>
                     <c ca="center">
                        <p>0</p>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p>
                           <it>TopOverlap</it>
                           <sub>
                              <it>ij</it>
                           </sub>
                        </p>
                     </c>
                     <c ca="center">
                        <p>
                           <it>b</it>
                        </p>
                     </c>
                     <c ca="center">
                        <p>
                           <inline-formula>
                              <m:math name="1752-0509-1-24-i28" xmlns:m="http://www.w3.org/1998/Math/MathML">
                                 <m:semantics>
                                    <m:mrow>
                                       <m:mi>b</m:mi>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:mi>n</m:mi>
                                             <m:mi>b</m:mi>
                                             <m:mo>+</m:mo>
                                             <m:mn>1</m:mn>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>n</m:mi>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mi>b</m:mi>
                                             <m:mo>+</m:mo>
                                             <m:mn>1</m:mn>
                                          </m:mrow>
                                       </m:mfrac>
                                    </m:mrow>
                                    <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGIbGydaWcaaqaaiabd6gaUjabdkgaIjabgUcaRiabigdaXaqaaiabcIcaOiabd6gaUjabgkHiTiabigdaXiabcMcaPiabdkgaIjabgUcaRiabigdaXaaaaaa@3AA0@</m:annotation>
                                 </m:semantics>
                              </m:math>
                           </inline-formula>
                        </p>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p>
                           <it>ClusterCoef</it>
                           <sub>
                              <it>i</it>
                           </sub>
                        </p>
                     </c>
                     <c ca="center">
                        <p>
                           <it>b</it>
                        </p>
                     </c>
                     <c ca="center">
                        <p>
                           <it>b</it>
                        </p>
                     </c>
                  </r>
               </tblbdy>
            </tbl>
         </sec>
         <sec>
            <st>
               <p>Example: block diagonal adjacency matrix</p>
            </st>
            <p>In the following, we will consider a block diagonal adjacency matrix where each block has constant adjacencies, i.e.</p>
            <p>
               <display-formula id="M17">
                  <m:math name="1752-0509-1-24-i29" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>A</m:mi>
                           <m:mo>=</m:mo>
                           <m:mrow>
                              <m:mo>(</m:mo>
                              <m:mrow>
                                 <m:mtable>
                                    <m:mtr>
                                       <m:mtd>
                                          <m:mn>1</m:mn>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8943;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mn>0</m:mn>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mn>0</m:mn>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8943;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mn>0</m:mn>
                                       </m:mtd>
                                    </m:mtr>
                                    <m:mtr>
                                       <m:mtd>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mn>1</m:mn>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8943;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mn>0</m:mn>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mn>0</m:mn>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8943;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mn>0</m:mn>
                                       </m:mtd>
                                    </m:mtr>
                                    <m:mtr>
                                       <m:mtd>
                                          <m:mo>&#8942;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8942;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8945;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8942;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8942;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8942;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8945;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8942;</m:mo>
                                       </m:mtd>
                                    </m:mtr>
                                    <m:mtr>
                                       <m:mtd>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8943;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mn>1</m:mn>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mn>0</m:mn>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mn>0</m:mn>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8943;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mn>0</m:mn>
                                       </m:mtd>
                                    </m:mtr>
                                    <m:mtr>
                                       <m:mtd>
                                          <m:mn>0</m:mn>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mn>0</m:mn>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8943;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mn>0</m:mn>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mn>1</m:mn>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8943;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mtd>
                                    </m:mtr>
                                    <m:mtr>
                                       <m:mtd>
                                          <m:mn>0</m:mn>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mn>0</m:mn>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8943;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mn>0</m:mn>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mn>1</m:mn>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8943;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mtd>
                                    </m:mtr>
                                    <m:mtr>
                                       <m:mtd>
                                          <m:mo>&#8942;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8942;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8945;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8942;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8942;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8942;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8945;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8942;</m:mo>
                                       </m:mtd>
                                    </m:mtr>
                                    <m:mtr>
                                       <m:mtd>
                                          <m:mn>0</m:mn>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mn>0</m:mn>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8943;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mn>0</m:mn>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mo>&#8943;</m:mo>
                                       </m:mtd>
                                       <m:mtd>
                                          <m:mn>1</m:mn>
                                       </m:mtd>
                                    </m:mtr>
                                 </m:mtable>
                              </m:mrow>
                              <m:mo>)</m:mo>
                           </m:mrow>
                           <m:mo>.</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGbbqqcqGH9aqpdaqadaqaauaabeqaiGaaaaaaaaqaaiabigdaXaqaaiabdkgaInaaBaaaleaacqaIXaqmaeqaaaGcbaGaeS47IWeabaGaemOyai2aaSbaaSqaaiabigdaXaqabaaakeaacqaIWaamaeaacqaIWaamaeaacqWIVlctaeaacqaIWaamaeaacqWGIbGydaWgaaWcbaGaeGymaedabeaaaOqaaiabigdaXaqaaiabl+UimbqaaiabdkgaInaaBaaaleaacqaIXaqmaeqaaaGcbaGaeGimaadabaGaeGimaadabaGaeS47IWeabaGaeGimaadabaGaeSO7I0eabaGaeSO7I0eabaGaeSy8I8eabaGaeSO7I0eabaGaeSO7I0eabaGaeSO7I0eabaGaeSy8I8eabaGaeSO7I0eabaGaemOyai2aaSbaaSqaaiabigdaXaqabaaakeaacqWGIbGydaWgaaWcbaGaeGymaedabeaaaOqaaiabl+UimbqaaiabigdaXaqaaiabicdaWaqaaiabicdaWaqaaiabl+UimbqaaiabicdaWaqaaiabicdaWaqaaiabicdaWaqaaiabl+UimbqaaiabicdaWaqaaiabigdaXaqaaiabdkgaInaaBaaaleaacqaIYaGmaeqaaaGcbaGaeS47IWeabaGaemOyai2aaSbaaSqaaiabikdaYaqabaaakeaacqaIWaamaeaacqaIWaamaeaacqWIVlctaeaacqaIWaamaeaacqWGIbGydaWgaaWcbaGaeGOmaidabeaaaOqaaiabigdaXaqaaiabl+UimbqaaiabdkgaInaaBaaaleaacqaIYaGmaeqaaaGcbaGaeSO7I0eabaGaeSO7I0eabaGaeSy8I8eabaGaeSO7I0eabaGaeSO7I0eabaGaeSO7I0eabaGaeSy8I8eabaGaeSO7I0eabaGaeGimaadabaGaeGimaadabaGaeS47IWeabaGaeGimaadabaGaemOyai2aaSbaaSqaaiabikdaYaqabaaakeaacqWGIbGydaWgaaWcbaGaeGOmaidabeaaaOqaaiabl+UimbqaaiabigdaXaaaaiaawIcacaGLPaaacqGGUaGlaaa@9B6A@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>We assume that the first and second blocks have dimensions <it>n</it><sub>1 </sub>&#215; <it>n</it><sub>1 </sub>and <it>n</it><sub>2 </sub>&#215; <it>n</it><sub>2</sub>, respectively. Such a block diagonal matrix can be interpreted as a network with two distinct modules. Setting <it>n</it><sub>2 </sub>= 0 results in the simple constant adjacency matrix, which we considered before.</p>
            <p>We denote by <b><it>f</it></b><sub>1 </sub>= (1, 1,..., 1, 0, 0, ..., 0) the vector whose first <it>n</it><sub>1 </sub>components equal 1 and the remaining components equal 0. Similarly, we define <b><it>f</it></b><sub>2 </sub>= (0, 0, ...,0, 1, 1, ..., 1) = <b><it>1 </it></b>- <b><it>f</it></b><sub>1</sub>. To simplify the calculation of the conformity, we further assume that</p>
            <p>
               <display-formula id="M18">
                  <m:math name="1752-0509-1-24-i30" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mfrac>
                              <m:mrow>
                                 <m:msub>
                                    <m:mi>n</m:mi>
                                    <m:mn>2</m:mn>
                                 </m:msub>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:msub>
                                    <m:mi>n</m:mi>
                                    <m:mn>2</m:mn>
                                 </m:msub>
                                 <m:mo>&#8722;</m:mo>
                                 <m:mn>1</m:mn>
                                 <m:mo stretchy="false">)</m:mo>
                                 <m:msubsup>
                                    <m:mi>b</m:mi>
                                    <m:mn>2</m:mn>
                                    <m:mn>2</m:mn>
                                 </m:msubsup>
                              </m:mrow>
                              <m:mrow>
                                 <m:msub>
                                    <m:mi>n</m:mi>
                                    <m:mn>1</m:mn>
                                 </m:msub>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:msub>
                                    <m:mi>n</m:mi>
                                    <m:mn>1</m:mn>
                                 </m:msub>
                                 <m:mo>&#8722;</m:mo>
                                 <m:mn>1</m:mn>
                                 <m:mo stretchy="false">)</m:mo>
                                 <m:msubsup>
                                    <m:mi>b</m:mi>
                                    <m:mn>1</m:mn>
                                    <m:mn>2</m:mn>
                                 </m:msubsup>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>&lt;</m:mo>
                           <m:mn>1.</m:mn>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaWcaaqaaiabd6gaUnaaBaaaleaacqaIYaGmaeqaaOGaeiikaGIaemOBa42aaSbaaSqaaiabikdaYaqabaGccqGHsislcqaIXaqmcqGGPaqkcqWGIbGydaqhaaWcbaGaeGOmaidabaGaeGOmaidaaaGcbaGaemOBa42aaSbaaSqaaiabigdaXaqabaGccqGGOaakcqWGUbGBdaWgaaWcbaGaeGymaedabeaakiabgkHiTiabigdaXiabcMcaPiabdkgaInaaDaaaleaacqaIXaqmaeaacqaIYaGmaaaaaOGaeyipaWJaeGymaeJaeiOla4caaa@47B0@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>Then the conformity is uniquely defined by</p>
            <p>
               <display-formula>
                  <m:math name="1752-0509-1-24-i31" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>C</m:mi>
                           <m:mi>F</m:mi>
                           <m:mo>=</m:mo>
                           <m:msqrt>
                              <m:mrow>
                                 <m:msub>
                                    <m:mi>b</m:mi>
                                    <m:mn>1</m:mn>
                                 </m:msub>
                              </m:mrow>
                           </m:msqrt>
                           <m:msub>
                              <m:mi>f</m:mi>
                              <m:mn>1</m:mn>
                           </m:msub>
                           <m:mo>,</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaaieWacqWFdbWqcqWFgbGrcqGH9aqpdaGcaaqaaiabdkgaInaaBaaaleaacqaIXaqmaeqaaaqabaGccqWFMbGzdaWgaaWcbaGaeGymaedabeaakiabcYcaSaaa@35B4@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>as one can show using equations (36) and (37) in the appendix. Further, using Proposition 10 in the appendix, one can show that the factorizability is given by</p>
            <p>
               <display-formula id="M19">
                  <m:math name="1752-0509-1-24-i32" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>F</m:mi>
                           <m:mo stretchy="false">(</m:mo>
                           <m:mi>A</m:mi>
                           <m:mo stretchy="false">)</m:mo>
                           <m:mo>=</m:mo>
                           <m:mfrac>
                              <m:mrow>
                                 <m:msub>
                                    <m:mi>n</m:mi>
                                    <m:mn>1</m:mn>
                                 </m:msub>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:msub>
                                    <m:mi>n</m:mi>
                                    <m:mn>1</m:mn>
                                 </m:msub>
                                 <m:mo>&#8722;</m:mo>
                                 <m:mn>1</m:mn>
                                 <m:mo stretchy="false">)</m:mo>
                                 <m:msubsup>
                                    <m:mi>b</m:mi>
                                    <m:mn>1</m:mn>
                                    <m:mn>2</m:mn>
                                 </m:msubsup>
                              </m:mrow>
                              <m:mrow>
                                 <m:msub>
                                    <m:mi>n</m:mi>
                                    <m:mn>1</m:mn>
                                 </m:msub>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:msub>
                                    <m:mi>n</m:mi>
                                    <m:mn>1</m:mn>
                                 </m:msub>
                                 <m:mo>&#8722;</m:mo>
                                 <m:mn>1</m:mn>
                                 <m:mo stretchy="false">)</m:mo>
                                 <m:msubsup>
                                    <m:mi>b</m:mi>
                                    <m:mn>1</m:mn>
                                    <m:mn>2</m:mn>
                                 </m:msubsup>
                                 <m:mo>+</m:mo>
                                 <m:msub>
                                    <m:mi>n</m:mi>
                                    <m:mn>2</m:mn>
                                 </m:msub>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:msub>
                                    <m:mi>n</m:mi>
                                    <m:mn>2</m:mn>
                                 </m:msub>
                                 <m:mo>&#8722;</m:mo>
                                 <m:mn>1</m:mn>
                                 <m:mo stretchy="false">)</m:mo>
                                 <m:msubsup>
                                    <m:mi>b</m:mi>
                                    <m:mn>2</m:mn>
                                    <m:mn>2</m:mn>
                                 </m:msubsup>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>.</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGgbGrcqGGOaakcqWGbbqqcqGGPaqkcqGH9aqpdaWcaaqaaiabd6gaUnaaBaaaleaacqaIXaqmaeqaaOGaeiikaGIaemOBa42aaSbaaSqaaiabigdaXaqabaGccqGHsislcqaIXaqmcqGGPaqkcqWGIbGydaqhaaWcbaGaeGymaedabaGaeGOmaidaaaGcbaGaemOBa42aaSbaaSqaaiabigdaXaqabaGccqGGOaakcqWGUbGBdaWgaaWcbaGaeGymaedabeaakiabgkHiTiabigdaXiabcMcaPiabdkgaInaaDaaaleaacqaIXaqmaeaacqaIYaGmaaGccqGHRaWkcqWGUbGBdaWgaaWcbaGaeGOmaidabeaakiabcIcaOiabd6gaUnaaBaaaleaacqaIYaGmaeqaaOGaeyOeI0IaeGymaeJaeiykaKIaemOyai2aa0baaSqaaiabikdaYaqaaiabikdaYaaaaaGccqGGUaGlaaa@5781@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>In particular, if <it>n</it><sub>1 </sub>&#8776; <it>n</it><sub>2 </sub>and <it>b</it><sub>1 </sub>= <it>b</it><sub>2</sub>, i.e. if the adjacency matrix is comprised of two nearly identical blocks, the factorizability is <it>F</it>(<it>A</it>) &#8776; 1/2. Similarly, one can show that if the matrix <it>A </it>is comprised of <it>B </it>identical blocks, then <it>F</it>(<it>A</it>) &#8776; 1/<it>B</it>.</p>
            <p>This block diagonal network allows one to arrive at explicit formulas for fundamental-, CF-based-, and approximate CF-based network concepts, see Table <tblr tid="T4">4</tblr>.</p>
            <tbl id="T4">
               <title>
                  <p>Table 4</p>
               </title>
               <caption>
                  <p>Network concepts in the simulated block-diagonal network.</p>
               </caption>
               <tblbdy cols="4">
                  <r>
                     <c ca="left">
                        <p>Concept</p>
                     </c>
                     <c ca="center">
                        <p>Fundamental</p>
                     </c>
                     <c ca="center">
                        <p>CF-based</p>
                     </c>
                     <c ca="center">
                        <p>Approx CF-based</p>
                     </c>
                  </r>
                  <r>
                     <c cspan="4">
                        <hr/>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p>
                           <it>Connectivity</it>
                           <sub>
                              <it>i</it>
                           </sub>
                        </p>
                     </c>
                     <c ca="center">
                        <p>
                           <inline-formula>
                              <m:math name="1752-0509-1-24-i33" xmlns:m="http://www.w3.org/1998/Math/MathML">
                                 <m:semantics>
                                    <m:mrow>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:msub>
                                          <m:mi>n</m:mi>
                                          <m:mn>1</m:mn>
                                       </m:msub>
                                       <m:mo>&#8722;</m:mo>
                                       <m:mn>1</m:mn>
                                       <m:mo stretchy="false">)</m:mo>
                                       <m:msub>
                                          <m:mi>b</m:mi>
                                          <m:mn>1</m:mn>
                                       </m:msub>
                                       <m:mi>I</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:msub>
                                          <m:mi>d</m:mi>
                                          <m:mrow>
                                             <m:mi>i</m:mi>
                                             <m:mo>&#8804;</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:msub>
                                       <m:mo>+</m:mo>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:msub>
                                          <m:mi>n</m:mi>
                                          <m:mn>2</m:mn>
                                       </m:msub>
                                       <m:mo>&#8722;</m:mo>
                                       <m:mn>1</m:mn>
                                       <m:mo stretchy="false">)</m:mo>
                                       <m:msub>
                                          <m:mi>b</m:mi>
                                          <m:mn>2</m:mn>
                                       </m:msub>
                                       <m:mi>I</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:msub>
                                          <m:mi>d</m:mi>
                                          <m:mrow>
                                             <m:mi>i</m:mi>
                                             <m:mo>></m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:msub>
                                    </m:mrow>
                                    <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqGGOaakcqWGUbGBdaWgaaWcbaGaeGymaedabeaakiabgkHiTiabigdaXiabcMcaPiabdkgaInaaBaaaleaacqaIXaqmaeqaaOGaemysaKKaemOBa4Maemizaq2aaSbaaSqaaiabdMgaPjabgsMiJkabd6gaUnaaBaaameaacqaIXaqmaeqaaaWcbeaakiabgUcaRiabcIcaOiabd6gaUnaaBaaaleaacqaIYaGmaeqaaOGaeyOeI0IaeGymaeJaeiykaKIaemOyai2aaSbaaSqaaiabikdaYaqabaGccqWGjbqscqWGUbGBcqWGKbazdaWgaaWcbaGaemyAaKMaeyOpa4JaemOBa42aaSbaaWqaaiabigdaXaqabaaaleqaaaaa@513D@</m:annotation>
                                 </m:semantics>
                              </m:math>
                           </inline-formula>
                        </p>
                     </c>
                     <c ca="left">
                        <p>
                           <inline-formula>
                              <m:math name="1752-0509-1-24-i34" xmlns:m="http://www.w3.org/1998/Math/MathML">
                                 <m:semantics>
                                    <m:mrow>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:msub>
                                          <m:mi>n</m:mi>
                                          <m:mn>1</m:mn>
                                       </m:msub>
                                       <m:mo>&#8722;</m:mo>
                                       <m:mn>1</m:mn>
                                       <m:mo stretchy="false">)</m:mo>
                                       <m:msub>
                                          <m:mi>b</m:mi>
                                          <m:mn>1</m:mn>
                                       </m:msub>
                                       <m:mi>I</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:msub>
                                          <m:mi>d</m:mi>
                                          <m:mrow>
                                             <m:mi>i</m:mi>
                                             <m:mo>&#8804;</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:msub>
                                    </m:mrow>
                                    <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqGGOaakcqWGUbGBdaWgaaWcbaGaeGymaedabeaakiabgkHiTiabigdaXiabcMcaPiabdkgaInaaBaaaleaacqaIXaqmaeqaaOGaemysaKKaemOBa4Maemizaq2aaSbaaSqaaiabdMgaPjabgsMiJkabd6gaUnaaBaaameaacqaIXaqmaeqaaaWcbeaaaaa@3ED3@</m:annotation>
                                 </m:semantics>
                              </m:math>
                           </inline-formula>
                        </p>
                     </c>
                     <c ca="center">
                        <p>
                           <inline-formula>
                              <m:math name="1752-0509-1-24-i35" xmlns:m="http://www.w3.org/1998/Math/MathML">
                                 <m:semantics>
                                    <m:mrow>
                                       <m:msub>
                                          <m:mi>n</m:mi>
                                          <m:mn>1</m:mn>
                                       </m:msub>
                                       <m:msub>
                                          <m:mi>b</m:mi>
                                          <m:mn>1</m:mn>
                                       </m:msub>
                                       <m:mi>I</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:msub>
                                          <m:mi>d</m:mi>
                                          <m:mrow>
                                             <m:mi>i</m:mi>
                                             <m:mo>&#8804;</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:msub>
                                    </m:mrow>
                                    <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGUbGBdaWgaaWcbaGaeGymaedabeaakiabdkgaInaaBaaaleaacqaIXaqmaeqaaOGaemysaKKaemOBa4Maemizaq2aaSbaaSqaaiabdMgaPjabgsMiJkabd6gaUnaaBaaameaacqaIXaqmaeqaaaWcbeaaaaa@3B44@</m:annotation>
                                 </m:semantics>
                              </m:math>
                           </inline-formula>
                        </p>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p>
                           <it>Density</it>
                        </p>
                     </c>
                     <c ca="center">
                        <p>
                           <inline-formula>
                              <m:math name="1752-0509-1-24-i36" xmlns:m="http://www.w3.org/1998/Math/MathML">
                                 <m:semantics>
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>+</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>+</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>+</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                       </m:mfrac>
                                    </m:mrow>
                                    <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaWcaaqaaiabd6gaUnaaBaaaleaacqaIXaqmaeqaaOGaeiikaGIaemOBa42aaSbaaSqaaiabigdaXaqabaGccqGHsislcqaIXaqmcqGGPaqkcqWGIbGydaWgaaWcbaGaeGymaedabeaakiabgUcaRiabd6gaUnaaBaaaleaacqaIYaGmaeqaaOGaeiikaGIaemOBa42aaSbaaSqaaiabikdaYaqabaGccqGHsislcqaIXaqmcqGGPaqkcqWGIbGydaWgaaWcbaGaeGOmaidabeaaaOqaaiabcIcaOiabd6gaUnaaBaaaleaacqaIXaqmaeqaaOGaey4kaSIaemOBa42aaSbaaSqaaiabikdaYaqabaGccqGGPaqkcqGGOaakcqWGUbGBdaWgaaWcbaGaeGymaedabeaakiabgUcaRiabd6gaUnaaBaaaleaacqaIYaGmaeqaaOGaeyOeI0IaeGymaeJaeiykaKcaaaaa@5509@</m:annotation>
                                 </m:semantics>
                              </m:math>
                           </inline-formula>
                        </p>
                     </c>
                     <c ca="left">
                        <p>
                           <inline-formula>
                              <m:math name="1752-0509-1-24-i37" xmlns:m="http://www.w3.org/1998/Math/MathML">
                                 <m:semantics>
                                    <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aqatCvAUfeBSjuyZL2yd9gzLbvyNv2CaerbwvMCKfMBHbqedmvETj2BSbqee0evGueE0jxyaibaieYdOi=BH8vipeYdI8qiW7rqqrFfpeea0xe9Lq=Jc9vqaqpepm0xbbG8FasPYRqj0=yi0lXdbba9pGe9qqFf0dXdHuk9fr=xfr=xfrpiWZqaaeaabiGaaiaacaqabeaabeqacmaaaOaa@2FC2@</m:annotation>
                                 </m:semantics>
                              </m:math>
                           </inline-formula>
                        </p>
                     </c>
                     <c ca="center">
                        <p>
                           <inline-formula>
                              <m:math name="1752-0509-1-24-i38" xmlns:m="http://www.w3.org/1998/Math/MathML">
                                 <m:semantics>
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:msubsup>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                                <m:mn>2</m:mn>
                                             </m:msubsup>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>+</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>+</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                       </m:mfrac>
                                    </m:mrow>
                                    <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaWcaaqaaiabd6gaUnaaDaaaleaacqaIXaqmaeaacqaIYaGmaaGccqWGIbGydaWgaaWcbaGaeGymaedabeaaaOqaaiabcIcaOiabd6gaUnaaBaaaleaacqaIXaqmaeqaaOGaey4kaSIaemOBa42aaSbaaSqaaiabikdaYaqabaGccqGGPaqkcqGGOaakcqWGUbGBdaWgaaWcbaGaeGymaedabeaakiabgUcaRiabd6gaUnaaBaaaleaacqaIYaGmaeqaaOGaeyOeI0IaeGymaeJaeiykaKcaaaaa@43E2@</m:annotation>
                                 </m:semantics>
                              </m:math>
                           </inline-formula>
                        </p>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p>
                           <it>Centralization</it>
                        </p>
                     </c>
                     <c ca="center">
                        <p>
                           <inline-formula>
                              <m:math name="1752-0509-1-24-i39" xmlns:m="http://www.w3.org/1998/Math/MathML">
                                 <m:semantics>
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>+</m:mo>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>+</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>+</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>2</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                       </m:mfrac>
                                    </m:mrow>
                                    <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaWcaaqaaiabd6gaUnaaBaaaleaacqaIYaGmaeqaaOGaeiikaGIaeiikaGIaemOBa42aaSbaaSqaaiabigdaXaqabaGccqGHsislcqaIXaqmcqGGPaqkcqWGIbGydaWgaaWcbaGaeGymaedabeaakiabgUcaRiabcIcaOiabd6gaUnaaBaaaleaacqaIYaGmaeqaaOGaeyOeI0IaeGymaeJaeiykaKIaemOyai2aaSbaaSqaaiabikdaYaqabaGccqGGPaqkaeaacqGGOaakcqWGUbGBdaWgaaWcbaGaeGymaedabeaakiabgUcaRiabd6gaUnaaBaaaleaacqaIYaGmaeqaaOGaeyOeI0IaeGymaeJaeiykaKIaeiikaGIaemOBa42aaSbaaSqaaiabigdaXaqabaGccqGHRaWkcqWGUbGBdaWgaaWcbaGaeGOmaidabeaakiabgkHiTiabikdaYiabcMcaPaaaaaa@560F@</m:annotation>
                                 </m:semantics>
                              </m:math>
                           </inline-formula>
                        </p>
                     </c>
                     <c ca="left">
                        <p>
                           <inline-formula>
                              <m:math name="1752-0509-1-24-i40" xmlns:m="http://www.w3.org/1998/Math/MathML">
                                 <m:semantics>
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>+</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>+</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>2</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                       </m:mfrac>
                                    </m:mrow>
                                    <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaWcaaqaaiabcIcaOiabd6gaUnaaBaaaleaacqaIXaqmaeqaaOGaeyOeI0IaeGymaeJaeiykaKIaemOBa42aaSbaaSqaaiabikdaYaqabaGccqWGIbGydaWgaaWcbaGaeGymaedabeaaaOqaaiabcIcaOiabd6gaUnaaBaaaleaacqaIXaqmaeqaaOGaey4kaSIaemOBa42aaSbaaSqaaiabikdaYaqabaGccqGHsislcqaIXaqmcqGGPaqkcqGGOaakcqWGUbGBdaWgaaWcbaGaeGymaedabeaakiabgUcaRiabd6gaUnaaBaaaleaacqaIYaGmaeqaaOGaeyOeI0IaeGOmaiJaeiykaKcaaaaa@4AEA@</m:annotation>
                                 </m:semantics>
                              </m:math>
                           </inline-formula>
                        </p>
                     </c>
                     <c ca="center">
                        <p>
                           <inline-formula>
                              <m:math name="1752-0509-1-24-i41" xmlns:m="http://www.w3.org/1998/Math/MathML">
                                 <m:semantics>
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>+</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>+</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>2</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                       </m:mfrac>
                                    </m:mrow>
                                    <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaWcaaqaaiabd6gaUnaaBaaaleaacqaIXaqmaeqaaOGaemOBa42aaSbaaSqaaiabikdaYaqabaGccqWGIbGydaWgaaWcbaGaeGymaedabeaaaOqaaiabcIcaOiabd6gaUnaaBaaaleaacqaIXaqmaeqaaOGaey4kaSIaemOBa42aaSbaaSqaaiabikdaYaqabaGccqGHsislcqaIXaqmcqGGPaqkcqGGOaakcqWGUbGBdaWgaaWcbaGaeGymaedabeaakiabgUcaRiabd6gaUnaaBaaaleaacqaIYaGmaeqaaOGaeyOeI0IaeGOmaiJaeiykaKcaaaaa@475B@</m:annotation>
                                 </m:semantics>
                              </m:math>
                           </inline-formula>
                        </p>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p>
                           <it>Heterogeneity</it>
                        </p>
                     </c>
                     <c ca="center">
                        <p>
                           <inline-formula>
                              <m:math xmlns:m="http://www.w3.org/1998/Math/MathML" name="1752-0509-1-24-i42">
                                 <m:semantics>
                                    <m:mrow>
                                       <m:msqrt>
                                          <m:mrow>
                                             <m:mfrac>
                                                <m:mrow>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:msub>
                                                      <m:mi>n</m:mi>
                                                      <m:mn>1</m:mn>
                                                   </m:msub>
                                                   <m:mo>+</m:mo>
                                                   <m:msub>
                                                      <m:mi>n</m:mi>
                                                      <m:mn>2</m:mn>
                                                   </m:msub>
                                                   <m:mo stretchy="false">)</m:mo>
                                                   <m:mo stretchy="false">[</m:mo>
                                                   <m:msub>
                                                      <m:mi>n</m:mi>
                                                      <m:mn>1</m:mn>
                                                   </m:msub>
                                                   <m:msup>
                                                      <m:mrow>
                                                         <m:mo stretchy="false">(</m:mo>
                                                         <m:msub>
                                                            <m:mi>n</m:mi>
                                                            <m:mn>1</m:mn>
                                                         </m:msub>
                                                         <m:mo>&#8722;</m:mo>
                                                         <m:mn>1</m:mn>
                                                         <m:mo stretchy="false">)</m:mo>
                                                      </m:mrow>
                                                      <m:mn>2</m:mn>
                                                   </m:msup>
                                                   <m:msubsup>
                                                      <m:mi>b</m:mi>
                                                      <m:mn>1</m:mn>
                                                      <m:mn>2</m:mn>
                                                   </m:msubsup>
                                                   <m:mo>+</m:mo>
                                                   <m:msub>
                                                      <m:mi>n</m:mi>
                                                      <m:mn>2</m:mn>
                                                   </m:msub>
                                                   <m:msup>
                                                      <m:mrow>
                                                         <m:mo stretchy="false">(</m:mo>
                                                         <m:msub>
                                                            <m:mi>n</m:mi>
                                                            <m:mn>2</m:mn>
                                                         </m:msub>
                                                         <m:mo>&#8722;</m:mo>
                                                         <m:mn>1</m:mn>
                                                         <m:mo stretchy="false">)</m:mo>
                                                      </m:mrow>
                                                      <m:mn>2</m:mn>
                                                   </m:msup>
                                                   <m:msubsup>
                                                      <m:mi>b</m:mi>
                                                      <m:mn>2</m:mn>
                                                      <m:mn>2</m:mn>
                                                   </m:msubsup>
                                                   <m:mo stretchy="false">]</m:mo>
                                                </m:mrow>
                                                <m:mrow>
                                                   <m:msup>
                                                      <m:mrow>
                                                         <m:mo stretchy="false">[</m:mo>
                                                         <m:msub>
                                                            <m:mi>n</m:mi>
                                                            <m:mn>1</m:mn>
                                                         </m:msub>
                                                         <m:mo stretchy="false">(</m:mo>
                                                         <m:msub>
                                                            <m:mi>n</m:mi>
                                                            <m:mn>1</m:mn>
                                                         </m:msub>
                                                         <m:mo>&#8722;</m:mo>
                                                         <m:mn>1</m:mn>
                                                         <m:mo stretchy="false">)</m:mo>
                                                         <m:msub>
                                                            <m:mi>b</m:mi>
                                                            <m:mn>1</m:mn>
                                                         </m:msub>
                                                         <m:mo>+</m:mo>
                                                         <m:msub>
                                                            <m:mi>n</m:mi>
                                                            <m:mn>2</m:mn>
                                                         </m:msub>
                                                         <m:mo stretchy="false">(</m:mo>
                                                         <m:msub>
                                                            <m:mi>n</m:mi>
                                                            <m:mn>2</m:mn>
                                                         </m:msub>
                                                         <m:mo>&#8722;</m:mo>
                                                         <m:mn>1</m:mn>
                                                         <m:mo stretchy="false">)</m:mo>
                                                         <m:msub>
                                                            <m:mi>b</m:mi>
                                                            <m:mn>2</m:mn>
                                                         </m:msub>
                                                         <m:mo stretchy="false">]</m:mo>
                                                      </m:mrow>
                                                      <m:mn>2</m:mn>
                                                   </m:msup>
                                                </m:mrow>
                                             </m:mfrac>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                          </m:mrow>
                                       </m:msqrt>
                                    </m:mrow>
                                    <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaGcaaqaamaalaaabaGaeiikaGIaemOBa42aaSbaaSqaaiabigdaXaqabaGccqGHRaWkcqWGUbGBdaWgaaWcbaGaeGOmaidabeaakiabcMcaPiabcUfaBjabd6gaUnaaBaaaleaacqaIXaqmaeqaaOGaeiikaGIaemOBa42aaSbaaSqaaiabigdaXaqabaGccqGHsislcqaIXaqmcqGGPaqkdaahaaWcbeqaaiabikdaYaaakiabdkgaInaaDaaaleaacqaIXaqmaeaacqaIYaGmaaGccqGHRaWkcqWGUbGBdaWgaaWcbaGaeGOmaidabeaakiabcIcaOiabd6gaUnaaBaaaleaacqaIYaGmaeqaaOGaeyOeI0IaeGymaeJaeiykaKYaaWbaaSqabeaacqaIYaGmaaGccqWGIbGydaqhaaWcbaGaeGOmaidabaGaeGOmaidaaOGaeiyxa0fabaGaei4waSLaemOBa42aaSbaaSqaaiabigdaXaqabaGccqGGOaakcqWGUbGBdaWgaaWcbaGaeGymaedabeaakiabgkHiTiabigdaXiabcMcaPiabdkgaInaaBaaaleaacqaIXaqmaeqaaOGaey4kaSIaemOBa42aaSbaaSqaaiabikdaYaqabaGccqGGOaakcqWGUbGBdaWgaaWcbaGaeGOmaidabeaakiabgkHiTiabigdaXiabcMcaPiabdkgaInaaBaaaleaacqaIYaGmaeqaaOGaeiyxa01aaWbaaSqabeaacqaIYaGmaaaaaOGaeyOeI0IaeGymaedaleqaaaaa@6EF1@</m:annotation>
                                 </m:semantics>
                              </m:math>
                           </inline-formula>
                        </p>
                     </c>
                     <c ca="left">
                        <p>
                           <inline-formula>
                              <m:math name="1752-0509-1-24-i43" xmlns:m="http://www.w3.org/1998/Math/MathML">
                                 <m:semantics>
                                    <m:mrow>
                                       <m:msqrt>
                                          <m:mrow>
                                             <m:mfrac>
                                                <m:mrow>
                                                   <m:msub>
                                                      <m:mi>n</m:mi>
                                                      <m:mn>2</m:mn>
                                                   </m:msub>
                                                </m:mrow>
                                                <m:mrow>
                                                   <m:msub>
                                                      <m:mi>n</m:mi>
                                                      <m:mn>1</m:mn>
                                                   </m:msub>
                                                </m:mrow>
                                             </m:mfrac>
                                          </m:mrow>
                                       </m:msqrt>
                                    </m:mrow>
                                    <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaGcaaqaamaalaaabaGaemOBa42aaSbaaSqaaiabikdaYaqabaaakeaacqWGUbGBdaWgaaWcbaGaeGymaedabeaaaaaabeaaaaa@31DA@</m:annotation>
                                 </m:semantics>
                              </m:math>
                           </inline-formula>
                        </p>
                     </c>
                     <c ca="center">
                        <p>
                           <inline-formula>
                              <m:math name="1752-0509-1-24-i43" xmlns:m="http://www.w3.org/1998/Math/MathML">
                                 <m:semantics>
                                    <m:mrow>
                                       <m:msqrt>
                                          <m:mrow>
                                             <m:mfrac>
                                                <m:mrow>
                                                   <m:msub>
                                                      <m:mi>n</m:mi>
                                                      <m:mn>2</m:mn>
                                                   </m:msub>
                                                </m:mrow>
                                                <m:mrow>
                                                   <m:msub>
                                                      <m:mi>n</m:mi>
                                                      <m:mn>1</m:mn>
                                                   </m:msub>
                                                </m:mrow>
                                             </m:mfrac>
                                          </m:mrow>
                                       </m:msqrt>
                                    </m:mrow>
                                    <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaGcaaqaamaalaaabaGaemOBa42aaSbaaSqaaiabikdaYaqabaaakeaacqWGUbGBdaWgaaWcbaGaeGymaedabeaaaaaabeaaaaa@31DA@</m:annotation>
                                 </m:semantics>
                              </m:math>
                           </inline-formula>
                        </p>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p>
                           <it>TopOverlap</it>
                           <sub>
                              <it>ij</it>
                           </sub>
                        </p>
                     </c>
                     <c ca="center">
                        <p>
                           <inline-formula>
                              <m:math name="1752-0509-1-24-i44" xmlns:m="http://www.w3.org/1998/Math/MathML">
                                 <m:semantics>
                                    <m:mrow>
                                       <m:msub>
                                          <m:mi>b</m:mi>
                                          <m:mn>1</m:mn>
                                       </m:msub>
                                       <m:mi>I</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:msub>
                                          <m:mi>d</m:mi>
                                          <m:mrow>
                                             <m:mi>i</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>j</m:mi>
                                             <m:mo>&#8804;</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:msub>
                                       <m:mo>+</m:mo>
                                       <m:msub>
                                          <m:mi>b</m:mi>
                                          <m:mn>2</m:mn>
                                       </m:msub>
                                       <m:mi>I</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:msub>
                                          <m:mi>d</m:mi>
                                          <m:mrow>
                                             <m:mi>i</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>j</m:mi>
                                             <m:mo>></m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:msub>
                                    </m:mrow>
                                    <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGIbGydaWgaaWcbaGaeGymaedabeaakiabdMeajjabd6gaUjabdsgaKnaaBaaaleaacqWGPbqAcqGGSaalcqWGQbGAcqGHKjYOcqWGUbGBdaWgaaadbaGaeGymaedabeaaaSqabaGccqGHRaWkcqWGIbGydaWgaaWcbaGaeGOmaidabeaakiabdMeajjabd6gaUjabdsgaKnaaBaaaleaacqWGPbqAcqGGSaalcqWGQbGAcqGH+aGpcqWGUbGBdaWgaaadbaGaeGymaedabeaaaSqabaaaaa@4981@</m:annotation>
                                 </m:semantics>
                              </m:math>
                           </inline-formula>
                        </p>
                     </c>
                     <c ca="left">
                        <p>
                           <inline-formula>
                              <m:math name="1752-0509-1-24-i45" xmlns:m="http://www.w3.org/1998/Math/MathML">
                                 <m:semantics>
                                    <m:mrow>
                                       <m:msub>
                                          <m:mi>b</m:mi>
                                          <m:mn>1</m:mn>
                                       </m:msub>
                                       <m:mi>I</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:msub>
                                          <m:mi>d</m:mi>
                                          <m:mrow>
                                             <m:mi>i</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>j</m:mi>
                                             <m:mo>&#8804;</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:msub>
                                    </m:mrow>
                                    <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGIbGydaWgaaWcbaGaeGymaedabeaakiabdMeajjabd6gaUjabdsgaKnaaBaaaleaacqWGPbqAcqGGSaalcqWGQbGAcqGHKjYOcqWGUbGBdaWgaaadbaGaeGymaedabeaaaSqabaaaaa@3AF6@</m:annotation>
                                 </m:semantics>
                              </m:math>
                           </inline-formula>
                        </p>
                     </c>
                     <c ca="center">
                        <p>
                           <inline-formula>
                              <m:math name="1752-0509-1-24-i46" xmlns:m="http://www.w3.org/1998/Math/MathML">
                                 <m:semantics>
                                    <m:mrow>
                                       <m:msub>
                                          <m:mi>b</m:mi>
                                          <m:mn>1</m:mn>
                                       </m:msub>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>+</m:mo>
                                             <m:mn>1</m:mn>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>+</m:mo>
                                             <m:mn>1</m:mn>
                                          </m:mrow>
                                       </m:mfrac>
                                       <m:mi>I</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:msub>
                                          <m:mi>d</m:mi>
                                          <m:mrow>
                                             <m:mi>i</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>j</m:mi>
                                             <m:mo>&#8804;</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:msub>
                                    </m:mrow>
                                    <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGIbGydaWgaaWcbaGaeGymaedabeaakmaalaaabaGaemOBa42aaSbaaSqaaiabigdaXaqabaGccqWGIbGydaWgaaWcbaGaeGymaedabeaakiabgUcaRiabigdaXaqaaiabcIcaOiabd6gaUnaaBaaaleaacqaIXaqmaeqaaOGaeyOeI0IaeGymaeJaeiykaKIaemOyai2aaSbaaSqaaiabigdaXaqabaGccqGHRaWkcqaIXaqmaaGaemysaKKaemOBa4Maemizaq2aaSbaaSqaaiabdMgaPjabcYcaSiabdQgaQjabgsMiJkabd6gaUnaaBaaameaacqaIXaqmaeqaaaWcbeaaaaa@4C35@</m:annotation>
                                 </m:semantics>
                              </m:math>
                           </inline-formula>
                        </p>
                     </c>
                  </r>
                  <r>
                     <c ca="left">
                        <p>
                           <it>ClusterCoef</it>
                           <sub>
                              <it>i</it>
                           </sub>
                        </p>
                     </c>
                     <c ca="center">
                        <p>
                           <inline-formula>
                              <m:math name="1752-0509-1-24-i47" xmlns:m="http://www.w3.org/1998/Math/MathML">
                                 <m:semantics>
                                    <m:mrow>
                                       <m:msub>
                                          <m:mi>b</m:mi>
                                          <m:mn>1</m:mn>
                                       </m:msub>
                                       <m:mi>I</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:msub>
                                          <m:mi>d</m:mi>
                                          <m:mrow>
                                             <m:mi>i</m:mi>
                                             <m:mo>&#8804;</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:msub>
                                       <m:mo>+</m:mo>
                                       <m:msub>
                                          <m:mi>b</m:mi>
                                          <m:mn>2</m:mn>
                                       </m:msub>
                                       <m:mi>I</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:msub>
                                          <m:mi>d</m:mi>
                                          <m:mrow>
                                             <m:mi>i</m:mi>
                                             <m:mo>></m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:msub>
                                    </m:mrow>
                                    <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGIbGydaWgaaWcbaGaeGymaedabeaakiabdMeajjabd6gaUjabdsgaKnaaBaaaleaacqWGPbqAcqGHKjYOcqWGUbGBdaWgaaadbaGaeGymaedabeaaaSqabaGccqGHRaWkcqWGIbGydaWgaaWcbaGaeGOmaidabeaakiabdMeajjabd6gaUjabdsgaKnaaBaaaleaacqWGPbqAcqGH+aGpcqWGUbGBdaWgaaadbaGaeGymaedabeaaaSqabaaaaa@4507@</m:annotation>
                                 </m:semantics>
                              </m:math>
                           </inline-formula>
                        </p>
                     </c>
                     <c ca="left">
                        <p>
                           <inline-formula>
                              <m:math name="1752-0509-1-24-i48" xmlns:m="http://www.w3.org/1998/Math/MathML">
                                 <m:semantics>
                                    <m:mrow>
                                       <m:msub>
                                          <m:mi>b</m:mi>
                                          <m:mn>1</m:mn>
                                       </m:msub>
                                       <m:mi>I</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:msub>
                                          <m:mi>d</m:mi>
                                          <m:mrow>
                                             <m:mi>i</m:mi>
                                             <m:mo>&#8804;</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:msub>
                                    </m:mrow>
                                    <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGIbGydaWgaaWcbaGaeGymaedabeaakiabdMeajjabd6gaUjabdsgaKnaaBaaaleaacqWGPbqAcqGHKjYOcqWGUbGBdaWgaaadbaGaeGymaedabeaaaSqabaaaaa@38B9@</m:annotation>
                                 </m:semantics>
                              </m:math>
                           </inline-formula>
                        </p>
                     </c>
                     <c ca="center">
                        <p>
                           <inline-formula>
                              <m:math name="1752-0509-1-24-i48" xmlns:m="http://www.w3.org/1998/Math/MathML">
                                 <m:semantics>
                                    <m:mrow>
                                       <m:msub>
                                          <m:mi>b</m:mi>
                                          <m:mn>1</m:mn>
                                       </m:msub>
                                       <m:mi>I</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:msub>
                                          <m:mi>d</m:mi>
                                          <m:mrow>
                                             <m:mi>i</m:mi>
                                             <m:mo>&#8804;</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:msub>
                                    </m:mrow>
                                    <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGIbGydaWgaaWcbaGaeGymaedabeaakiabdMeajjabd6gaUjabdsgaKnaaBaaaleaacqWGPbqAcqGHKjYOcqWGUbGBdaWgaaadbaGaeGymaedabeaaaSqabaaaaa@38B9@</m:annotation>
                                 </m:semantics>
                              </m:math>
                           </inline-formula>
                        </p>
                     </c>
                  </r>
               </tblbdy>
               <tblfn>
                  <p>The indicator function <it>Ind</it>(&#183;) takes on the value 1 if the condition is satisfied and 0 otherwise.</p>
               </tblfn>
            </tbl>
            <p>In the following, we study the relationship between fundamental network concepts and their approximate CF-based analogs in the limit when the block diagonal network becomes approximately factorizable. Specifically, we calculate network concepts in the limit <it>b</it><sub>2 </sub>&#8594; 0 when <it>n</it><sub>1</sub>, <it>n</it><sub>2 </sub>and <it>b</it><sub>1 </sub>are kept fixed. Under this assumption, <it>b</it><sub>2</sub>&#8594; 0 is equivalent to <it>F</it>(<it>A</it>) &#8594; 1. Then, one can easily show that</p>
            <p>
               <display-formula>
                  <m:math name="1752-0509-1-24-i49" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mtable columnalign="left">
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:munder>
                                          <m:mrow>
                                             <m:mi>lim</m:mi>
                                             <m:mo>&#8289;</m:mo>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>A</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>&#8594;</m:mo>
                                             <m:mn>1</m:mn>
                                          </m:mrow>
                                       </m:munder>
                                       <m:mi>C</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>c</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>v</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:msub>
                                          <m:mi>y</m:mi>
                                          <m:mi>i</m:mi>
                                       </m:msub>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mfrac>
                                       <m:mi>C</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>c</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>v</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:msub>
                                          <m:mi>y</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>a</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>i</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:munder>
                                          <m:mrow>
                                             <m:mi>lim</m:mi>
                                             <m:mo>&#8289;</m:mo>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>A</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>&#8594;</m:mo>
                                             <m:mn>1</m:mn>
                                          </m:mrow>
                                       </m:munder>
                                       <m:mi>D</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>s</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>y</m:mi>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mfrac>
                                       <m:mi>D</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>s</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:msub>
                                          <m:mi>y</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>a</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mi>p</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:munder>
                                          <m:mrow>
                                             <m:mi>lim</m:mi>
                                             <m:mo>&#8289;</m:mo>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>A</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>&#8594;</m:mo>
                                             <m:mn>1</m:mn>
                                          </m:mrow>
                                       </m:munder>
                                       <m:mi>C</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>a</m:mi>
                                       <m:mi>l</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>z</m:mi>
                                       <m:mi>a</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>n</m:mi>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mfrac>
                                       <m:mi>C</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>a</m:mi>
                                       <m:mi>l</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>z</m:mi>
                                       <m:mi>a</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:msub>
                                          <m:mi>n</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>a</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mi>p</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:munder>
                                          <m:mrow>
                                             <m:mi>lim</m:mi>
                                             <m:mo>&#8289;</m:mo>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>A</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>&#8594;</m:mo>
                                             <m:mn>1</m:mn>
                                          </m:mrow>
                                       </m:munder>
                                       <m:mi>H</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>g</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>y</m:mi>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mi>H</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>g</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:msub>
                                          <m:mi>y</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>a</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mi>p</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:munder>
                                          <m:mrow>
                                             <m:mi>lim</m:mi>
                                             <m:mo>&#8289;</m:mo>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>A</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>&#8594;</m:mo>
                                             <m:mn>1</m:mn>
                                          </m:mrow>
                                       </m:munder>
                                       <m:mi>T</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>p</m:mi>
                                       <m:mi>O</m:mi>
                                       <m:mi>v</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>l</m:mi>
                                       <m:mi>a</m:mi>
                                       <m:msub>
                                          <m:mi>p</m:mi>
                                          <m:mrow>
                                             <m:mi>i</m:mi>
                                             <m:mi>j</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>+</m:mo>
                                             <m:mn>1</m:mn>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>n</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:msub>
                                                <m:mi>b</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo>+</m:mo>
                                             <m:mn>1</m:mn>
                                          </m:mrow>
                                       </m:mfrac>
                                       <m:mi>T</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>p</m:mi>
                                       <m:mi>O</m:mi>
                                       <m:mi>v</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>l</m:mi>
                                       <m:mi>a</m:mi>
                                       <m:msub>
                                          <m:mi>p</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>a</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>i</m:mi>
                                             <m:mi>j</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:munder>
                                          <m:mrow>
                                             <m:mi>lim</m:mi>
                                             <m:mo>&#8289;</m:mo>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>A</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>&#8594;</m:mo>
                                             <m:mn>1</m:mn>
                                          </m:mrow>
                                       </m:munder>
                                       <m:mi>C</m:mi>
                                       <m:mi>l</m:mi>
                                       <m:mi>u</m:mi>
                                       <m:mi>s</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>C</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:msub>
                                          <m:mi>f</m:mi>
                                          <m:mi>i</m:mi>
                                       </m:msub>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mi>C</m:mi>
                                       <m:mi>l</m:mi>
                                       <m:mi>u</m:mi>
                                       <m:mi>s</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>C</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:msub>
                                          <m:mi>f</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>a</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mi>p</m:mi>
                                             <m:mo>,</m:mo>
                                             <m:mi>i</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                       <m:mo>.</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                           </m:mtable>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaafaqaaeGbdaaaaeaadaWfqaqaaiGbcYgaSjabcMgaPjabc2gaTbWcbaGaemOrayKaeiikaGIaemyqaeKaeiykaKIaeyOKH4QaeGymaedabeaakiabdoeadjabd+gaVjabd6gaUjabd6gaUjabdwgaLjabdogaJjabdsha0jabdMgaPjabdAha2jabdMgaPjabdsha0jabdMha5naaBaaaleaacqWGPbqAaeqaaaGcbaGaeyypa0dabaWaaSaaaeaacqWGUbGBdaWgaaWcbaGaeGymaedabeaakiabgkHiTiabigdaXaqaaiabd6gaUnaaBaaaleaacqaIXaqmaeqaaaaakiabdoeadjabd+gaVjabd6gaUjabd6gaUjabdwgaLjabdogaJjabdsha0jabdMgaPjabdAha2jabdMgaPjabdsha0jabdMha5naaBaaaleaacqWGdbWqcqWGgbGrcqGGSaalcqWGHbqycqWGWbaCcqWGWbaCcqGGSaalcqWGPbqAaeqaaOGaeiilaWcabaWaaCbeaeaacyGGSbaBcqGGPbqAcqGGTbqBaSqaaiabdAeagjabcIcaOiabdgeabjabcMcaPiabgkziUkabigdaXaqabaGccqWGebarcqWGLbqzcqWGUbGBcqWGZbWCcqWGPbqAcqWG0baDcqWG5bqEaeaacqGH9aqpaeaadaWcaaqaaiabd6gaUnaaBaaaleaacqaIXaqmaeqaaOGaeyOeI0IaeGymaedabaGaemOBa42aaSbaaSqaaiabigdaXaqabaaaaOGaemiraqKaemyzauMaemOBa4Maem4CamNaemyAaKMaemiDaqNaemyEaK3aaSbaaSqaaiabdoeadjabdAeagjabcYcaSiabdggaHjabdchaWjabdchaWbqabaGccqGGSaalaeaadaWfqaqaaiGbcYgaSjabcMgaPjabc2gaTbWcbaGaemOrayKaeiikaGIaemyqaeKaeiykaKIaeyOKH4QaeGymaedabeaakiabdoeadjabdwgaLjabd6gaUjabdsha0jabdkhaYjabdggaHjabdYgaSjabdMgaPjabdQha6jabdggaHjabdsha0jabdMgaPjabd+gaVjabd6gaUbqaaiabg2da9aqaamaalaaabaGaemOBa42aaSbaaSqaaiabigdaXaqabaGccqGHsislcqaIXaqmaeaacqWGUbGBdaWgaaWcbaGaeGymaedabeaaaaGccqWGdbWqcqWGLbqzcqWGUbGBcqWG0baDcqWGYbGCcqWGHbqycqWGSbaBcqWGPbqAcqWG6bGEcqWGHbqycqWG0baDcqWGPbqAcqWGVbWBcqWGUbGBdaWgaaWcbaGaem4qamKaemOrayKaeiilaWIaemyyaeMaemiCaaNaemiCaahabeaakiabcYcaSaqaamaaxababaGagiiBaWMaeiyAaKMaeiyBa0galeaacqWGgbGrcqGGOaakcqWGbbqqcqGGPaqkcqGHsgIRcqaIXaqmaeqaaOGaemisaGKaemyzauMaemiDaqNaemyzauMaemOCaiNaem4Ba8Maem4zaCMaemyzauMaemOBa4MaemyzauMaemyAaKMaemiDaqNaemyEaKhabaGaeyypa0dabaGaemisaGKaemyzauMaemiDaqNaemyzauMaemOCaiNaem4Ba8Maem4zaCMaemyzauMaemOBa4MaemyzauMaemyAaKMaemiDaqNaemyEaK3aaSbaaSqaaiabdoeadjabdAeagjabcYcaSiabdggaHjabdchaWjabdchaWbqabaGccqGGSaalaeaadaWfqaqaaiGbcYgaSjabcMgaPjabc2gaTbWcbaGaemOrayKaeiikaGIaemyqaeKaeiykaKIaeyOKH4QaeGymaedabeaakiabdsfaujabd+gaVjabdchaWjabd+eapjabdAha2jabdwgaLjabdkhaYjabdYgaSjabdggaHjabdchaWnaaBaaaleaacqWGPbqAcqWGQbGAaeqaaaGcbaGaeyypa0dabaWaaSaaaeaacqGGOaakcqWGUbGBdaWgaaWcbaGaeGymaedabeaakiabgkHiTiabigdaXiabcMcaPiabdkgaInaaBaaaleaacqaIXaqmaeqaaOGaey4kaSIaeGymaedabaGaemOBa42aaSbaaSqaaiabigdaXaqabaGccqWGIbGydaWgaaWcbaGaeGymaedabeaakiabgUcaRiabigdaXaaacqWGubavcqWGVbWBcqWGWbaCcqWGpbWtcqWG2bGDcqWGLbqzcqWGYbGCcqWGSbaBcqWGHbqycqWGWbaCdaWgaaWcbaGaem4qamKaemOrayKaeiilaWIaemyyaeMaemiCaaNaemiCaaNaeiilaWIaemyAaKMaemOAaOgabeaakiabcYcaSaqaamaaxababaGagiiBaWMaeiyAaKMaeiyBa0galeaacqWGgbGrcqGGOaakcqWGbbqqcqGGPaqkcqGHsgIRcqaIXaqmaeqaaOGaem4qamKaemiBaWMaemyDauNaem4CamNaemiDaqNaemyzauMaemOCaiNaem4qamKaem4Ba8MaemyzauMaemOzay2aaSbaaSqaaiabdMgaPbqabaaakeaacqGH9aqpaeaacqWGdbWqcqWGSbaBcqWG1bqDcqWGZbWCcqWG0baDcqWGLbqzcqWGYbGCcqWGdbWqcqWGVbWBcqWGLbqzcqWGMbGzdaWgaaWcbaGaem4qamKaemOrayKaeiilaWIaemyyaeMaemiCaaNaemiCaaNaeiilaWIaemyAaKgabeaakiabc6caUaaaaaa@9070@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>For reasonably large values of <it>n</it><sub>1 </sub>(say <it>n</it><sub>1 </sub>> 20), these limits illustrate Observation 2. Similarly, one can easily verify Observation 3 and equation (16) in the case when the factorizability <it>F</it>(<it>A</it>) is close to 1 and <it>n</it><sub>1 </sub>is reasonably large.</p>
         </sec>
      </sec>
      <sec>
         <st>
            <p>Discussion</p>
         </st>
         <p>This paper does not describe a new software or method for constructing networks. Instead, it presents theoretical results which clarify the mathematical relationship between network concepts in module networks. A deeper understanding of network concepts may guide the data analyst on how to construct and use networks in practice. Our results will pertain to any network that is approximately factorizable irrespective of its construction method. While the term 'factorizable' network is new, numerous examples of these types of networks can be found in the literature, e.g. <abbrgrp><abbr bid="B38">38</abbr></abbrgrp>. A recent physical model for experimentally determined protein-protein interactions is exactly factorizable <abbrgrp><abbr bid="B39">39</abbr></abbrgrp>. In that model, the 'affinity' <it>a</it><sub><it>ij </it></sub>between proteins <it>i </it>and <it>j </it>is the product of the corresponding conformities. The conformities are approximately given by <it>CF</it><sub><it>i </it></sub>= <it>exp</it>(-<it>K</it><sub><it>i</it></sub>) where <it>K</it><sub><it>i </it></sub>is the number of hydrophobic residues in the <it>i</it>-th protein. Another related example is an exactly factorizable random network model for which the edges between pairs of nodes are drawn according to a linking probability function <abbrgrp><abbr bid="B40">40</abbr><abbr bid="B41">41</abbr></abbrgrp>.</p>
         <p>We find that in many applications, the conformity is highly related to the first eigenvector of the adjacency matrix. The idea of using a variant of the singular value decomposition for decomposing an adjacency matrix has been proposed by several authors <abbrgrp><abbr bid="B42">42</abbr><abbr bid="B43">43</abbr><abbr bid="B44">44</abbr><abbr bid="B45">45</abbr></abbrgrp>. However, we prefer to define the conformity as a maximizer of the factorizability function <inline-formula><m:math name="1752-0509-1-24-i50" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:msub><m:mi>F</m:mi><m:mi>A</m:mi></m:msub><m:mo stretchy="false">(</m:mo><m:mi>v</m:mi><m:mo stretchy="false">)</m:mo><m:mo>=</m:mo><m:mn>1</m:mn><m:mo>&#8722;</m:mo><m:mfrac><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8721;</m:mo><m:mi>i</m:mi></m:msub><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8721;</m:mo><m:mrow><m:mi>j</m:mi><m:mo>&#8800;</m:mo><m:mi>i</m:mi></m:mrow></m:msub><m:mrow><m:msup><m:mrow><m:mo stretchy="false">(</m:mo><m:msub><m:mi>a</m:mi><m:mrow><m:mi>i</m:mi><m:mi>j</m:mi></m:mrow></m:msub><m:mo>&#8722;</m:mo><m:msub><m:mi>v</m:mi><m:mi>i</m:mi></m:msub><m:msub><m:mi>v</m:mi><m:mi>j</m:mi></m:msub><m:mo stretchy="false">)</m:mo></m:mrow><m:mn>2</m:mn></m:msup></m:mrow></m:mstyle></m:mrow></m:mstyle></m:mrow><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8721;</m:mo><m:mi>i</m:mi></m:msub><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8721;</m:mo><m:mrow><m:mi>j</m:mi><m:mo>&#8800;</m:mo><m:mi>i</m:mi></m:mrow></m:msub><m:mrow><m:msup><m:mrow><m:mo stretchy="false">(</m:mo><m:msub><m:mi>a</m:mi><m:mrow><m:mi>i</m:mi><m:mi>j</m:mi></m:mrow></m:msub><m:mo stretchy="false">)</m:mo></m:mrow><m:mn>2</m:mn></m:msup></m:mrow></m:mstyle></m:mrow></m:mstyle></m:mrow></m:mfrac></m:mrow><m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGgbGrdaWgaaWcbaGaemyqaeeabeaakiabcIcaOGqadiab=zha2jabcMcaPiabg2da9iabigdaXiabgkHiTmaalaaabaWaaabeaeaadaaeqaqaaiabcIcaOiabdggaHnaaBaaaleaacqWGPbqAcqWGQbGAaeqaaOGaeyOeI0IaemODay3aaSbaaSqaaiabdMgaPbqabaGccqWG2bGDdaWgaaWcbaGaemOAaOgabeaakiabcMcaPmaaCaaaleqabaGaeGOmaidaaaqaaiabdQgaQjabgcMi5kabdMgaPbqab0GaeyyeIuoaaSqaaiabdMgaPbqab0GaeyyeIuoaaOqaamaaqababaWaaabeaeaacqGGOaakcqWGHbqydaWgaaWcbaGaemyAaKMaemOAaOgabeaakiabcMcaPmaaCaaaleqabaGaeGOmaidaaaqaaiabdQgaQjabgcMi5kabdMgaPbqab0GaeyyeIuoaaSqaaiabdMgaPbqab0GaeyyeIuoaaaaaaa@5D67@</m:annotation></m:semantics></m:math></inline-formula> for the following reasons: First, the factorizability satisfies that <it>F</it><sub><it>A</it></sub>(<b><it>CF</it></b>) = 1 if, and only if, <it>A </it>is exactly factorizable network with <it>a</it><sub><it>ij </it></sub>= <it>CF</it><sub><it>i</it></sub><it>CF</it><sub><it>j</it></sub>. Second, we prefer to define the conformity without reference to the diagonal elements <it>a</it><sub><it>ii </it></sub>of the adjacency matrix. Third, the definition naturally fits within the framework of least squares factor analysis where conformity can be interpreted as the first factor <abbrgrp><abbr bid="B46">46</abbr></abbrgrp>. An algorithm for computing the conformity in general networks is presented in the appendix. While network analysis focuses on the adjacency matrix, factor analysis takes as input a correlation or covariance matrix. In module networks, the first factor (conformity) corresponds to a normalized connectivity measure, see equation (16). Future research could explore the network interpretation of higher order factors.</p>
         <p>The topological structure of complex networks has been the focus of numerous studies, e.g. <abbrgrp><abbr bid="B7">7</abbr><abbr bid="B8">8</abbr><abbr bid="B16">16</abbr><abbr bid="B17">17</abbr><abbr bid="B18">18</abbr><abbr bid="B20">20</abbr><abbr bid="B38">38</abbr><abbr bid="B47">47</abbr></abbrgrp>. Here we explore the structure of special types of networks, which we refer to as module networks.</p>
         <p>To derive results for factorizable module networks, we define several novel terms including a measure of network factorizability <it>F</it>(<it>A</it>), conformity, CF-based network concepts, approximate CF-based network concepts.</p>
         <p>The first result (Observation 1) uses both PPI and gene co-expression network data to show empirically that subnetworks comprised of module nodes are often approximately factorizable. This insight could be interesting to researchers who develop module detection methods. Approximate factorizability is a very stringent structural assumption that is not satisfied in general networks. While modules in gene co-expression networks tend to be approximately factorizable if the corresponding expression profiles are highly correlated, the situation is more complicated for modules in PPI networks: only after replacing the original adjacency matrix by a 'smoothed out' version (the topological overlap matrix), do we find that the resulting modules are approximately factorizable.</p>
         <p>The second result (Observation 2) shows that fundamental network concepts are approximately equal to their approximate CF-based analogs in approximately factorizable networks (e.g. modules). While fundamental network concepts are defined with respect to the adjacency matrix, approximate CF-based network concepts are defined with respect to the conformity vector. The close relationship between fundamental and approximate CF-based concepts in module networks can be used to provide an intuitive interpretation of network concepts in modules. We demonstrate that these high correlations between module concepts remain significant even after adjusting the analysis for differences in module size [see Additional file <supplr sid="S2">2</supplr>].</p>
         <p>The third result (Observation 3) shows that the mean clustering coefficient is determined by the density and the network heterogeneity in approximately factorizable networks. Further, the topological overlap between two nodes is determined by the maximum of their respective connectivities and the heterogeneity. Thus, seemingly disparate network concepts satisfy simple and intuitive relationships in these special but biologically important types of networks.</p>
         <p>The fourth result (Observation 4) is that in approximately factorizable networks, fundamental network concepts can be expressed as simple functions of the connectivity. Under mild assumptions, we argue that the clustering coefficient and the topological overlap matrix can be approximated by simple functions of the connectivity.</p>
         <p>Our empirical data also highlight how network concepts differ between subnetworks of 'proper' modules and the subnetwork comprised of improper (grey) module nodes, see Table <tblr tid="T1">1</tblr>. For all applications, we find that proper modules have high factorizability, high density, high mean conformity. Based on our theoretical derivations, it comes as no surprise that proper modules also have a high average clustering coefficient and a high centralization when compared to the improper module. But we find no difference in heterogeneity between proper and improper module networks.</p>
         <p>As a consequence of approximate factorizability, network concepts with disparate meanings in social network theory are closely related in module networks. Our results shed some light on the relationship between network concepts traditionally used by social scientists (e.g. centralization, heterogeneity) and concepts used by systems biologists (e.g. topological overlap). For example, equation (13) shows that in module networks, the topological overlap between a hub gene and other module genes is related to the centralization.</p>
      </sec>
      <sec>
         <st>
            <p>Conclusion</p>
         </st>
         <p>Using several protein-protein interaction and gene co-expression networks, we provide empirical evidence that subnetworks comprised of module nodes often satisfy an important structural property, which we call 'approximate factorizability'. In these types of networks, simple relationships exist between seemingly disparate network concepts. Several network concepts with very different meanings in general networks turn out to be highly correlated across modules. These results are pertinent for systems biology since a biological pathways may correspond to an approximately factorizable module network.</p>
      </sec>
      <sec>
         <st>
            <p>Methods</p>
         </st>
         <sec>
            <st>
               <p>The adjacency matrix and notation</p>
            </st>
            <p>We study the properties of an adjacency matrix (network) <it>A </it>that satisfies the following three conditions:</p>
            <p>(A.1) <it>A </it>is symmetric and has dimension <it>n &#215; n</it>.</p>
            <p>(A.2) The entries of <it>A </it>are bounded within [0, 1], that is, 0 &#8804; <it>a</it><sub><it>ij </it></sub>&#8804; 1 for all 1 &#8804; <it>i</it>,<it>j </it>&#8804; <it>n</it>.</p>
            <p>(A.3) The diagonal elements of <it>A </it>are all 1, that is, <it>a</it><sub><it>ii </it></sub>= 1 for all 1 &#8804; <it>i </it>&#8804; <it>n</it>.</p>
            <sec>
               <st>
                  <p>Matrix and vector notation</p>
               </st>
               <p>We will make use of the following notations. We denote by <b><it>e</it></b><sub><it>i </it></sub>the unit vector whose <it>i</it>-th entry equals 1 and by <b><it>1 </it></b>the 'one' vector whose components all equal 1. The Frobenius matrix norm is denoted by <inline-formula><m:math name="1752-0509-1-24-i51" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:msub><m:mrow><m:mrow><m:mo>&#8214;</m:mo><m:mi>M</m:mi><m:mo>&#8214;</m:mo></m:mrow></m:mrow><m:mi>F</m:mi></m:msub><m:mo>=</m:mo><m:msqrt><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8721;</m:mo><m:mi>i</m:mi></m:msub><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8721;</m:mo><m:mi>j</m:mi></m:msub><m:mrow><m:msubsup><m:mi>m</m:mi><m:mrow><m:mi>i</m:mi><m:mi>j</m:mi></m:mrow><m:mn>2</m:mn></m:msubsup></m:mrow></m:mstyle></m:mrow></m:mstyle></m:mrow></m:msqrt></m:mrow><m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaqbdaqaaiabd2eanbGaayzcSlaawQa7amaaBaaaleaacqWGgbGraeqaaOGaeyypa0ZaaOaaaeaadaaeqaqaamaaqababaGaemyBa02aa0baaSqaaiabdMgaPjabdQgaQbqaaiabikdaYaaaaeaacqWGQbGAaeqaniabggHiLdaaleaacqWGPbqAaeqaniabggHiLdaaleqaaaaa@3F0F@</m:annotation></m:semantics></m:math></inline-formula>. The transpose of a matrix or vector is denoted by the superscript <sup>&#964; </sup>. For any real number <it>p</it>, we use the notation <it>M</it><sup><it>p </it></sup>and <b><it>v</it></b><sup><it>p </it></sup>to denote the element-wise power of a matrix <it>M </it>and a vector <b><it>v </it></b>respectively. We define the function <it>S</it><sub><it>p</it></sub>(&#183;) for a vector <b><it>v </it></b>as <it>S</it><sub><it>p</it></sub>(<b><it>v</it></b>) = &#8721;<sub><it>i </it></sub><inline-formula><m:math name="1752-0509-1-24-i3" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:msubsup><m:mi>v</m:mi><m:mi>i</m:mi><m:mi>p</m:mi></m:msubsup></m:mrow><m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWG2bGDdaqhaaWcbaGaemyAaKgabaGaemiCaahaaaaa@3112@</m:annotation></m:semantics></m:math></inline-formula> = (<b><it>v</it></b><sup><it>p</it></sup>)<sup><it>&#964; </it></sup><b><it>1</it></b>. Further denote by <it>I </it>the identity matrix and by diag(<b><it>v</it></b><sup>2</sup>) a diagonal matrix with its <it>i</it>-th diagonal component given by <inline-formula><m:math name="1752-0509-1-24-i52" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:msubsup><m:mi>v</m:mi><m:mi>i</m:mi><m:mn>2</m:mn></m:msubsup></m:mrow><m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWG2bGDdaqhaaWcbaGaemyAaKgabaGaeGOmaidaaaaa@309B@</m:annotation></m:semantics></m:math></inline-formula>,<it>i </it>= 1, ...,<it>n</it>. We define the maximum function max(<it>M</it>) as the maximum entry of matrix <it>M </it>and max(<b><it>v</it></b>) as the maximum entry of the vector <it><b>v</b></it>. Similarly we define the minimum function min(&#183;). Also, we define <it>mean</it>(<b><it>v</it></b>) = <it>S</it><sub>1</sub>(<b><it>v</it></b>)/<it>n </it>and <it>variance</it>(<b><it>v</it></b>) = <it>S</it><sub>2</sub>(<b><it>v</it></b>)/<it>n </it>- (<it>S</it><sub>1</sub>(<b><it>v</it></b>)/<it>n</it>)<sup>2</sup>.</p>
            </sec>
         </sec>
         <sec>
            <st>
               <p>Uniqueness of the conformity for an exactly factorizable network</p>
            </st>
            <p>One can easily show that the vector <b><it>CF </it></b>is not unique if an exactly factorizable network contains only <it>n </it>= 2 nodes. However, for <it>n > </it>2 the conformity is uniquely defined when dealing with a weighted network where <it>a</it><sub><it>ij </it></sub><it>> </it>0.</p>
            <p>Specifically, we prove the following statement. If <it>A </it>is an <it>n </it>&#215; <it>n </it>(<it>n </it>&#8805; 3) dimensional adjacency matrix with positive entries (<it>a</it><sub><it>ij </it></sub>> 0), then the system of equations in (7) has at most one solution <b><it>CF </it></b>with positive entries. If the solution exists, it is given by</p>
            <p>
               <display-formula id="M20">
                  <m:math name="1752-0509-1-24-i53" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>C</m:mi>
                           <m:msub>
                              <m:mi>F</m:mi>
                              <m:mi>i</m:mi>
                           </m:msub>
                           <m:mo>=</m:mo>
                           <m:msup>
                              <m:mrow>
                                 <m:mrow>
                                    <m:mo>(</m:mo>
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>p</m:mi>
                                                <m:mi>i</m:mi>
                                             </m:msub>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:msup>
                                                <m:mrow>
                                                   <m:mrow>
                                                      <m:mo>(</m:mo>
                                                      <m:mrow>
                                                         <m:mstyle displaystyle="true">
                                                            <m:msubsup>
                                                               <m:mo>&#8719;</m:mo>
                                                               <m:mrow>
                                                                  <m:mi>m</m:mi>
                                                                  <m:mo>=</m:mo>
                                                                  <m:mn>1</m:mn>
                                                               </m:mrow>
                                                               <m:mi>n</m:mi>
                                                            </m:msubsup>
                                                            <m:mrow>
                                                               <m:msub>
                                                                  <m:mi>p</m:mi>
                                                                  <m:mi>m</m:mi>
                                                               </m:msub>
                                                            </m:mrow>
                                                         </m:mstyle>
                                                      </m:mrow>
                                                      <m:mo>)</m:mo>
                                                   </m:mrow>
                                                </m:mrow>
                                                <m:mrow>
                                                   <m:mn>1</m:mn>
                                                   <m:mo>/</m:mo>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:mn>2</m:mn>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:mi>n</m:mi>
                                                   <m:mo>&#8722;</m:mo>
                                                   <m:mn>1</m:mn>
                                                   <m:mo stretchy="false">)</m:mo>
                                                   <m:mo stretchy="false">)</m:mo>
                                                </m:mrow>
                                             </m:msup>
                                          </m:mrow>
                                       </m:mfrac>
                                    </m:mrow>
                                    <m:mo>)</m:mo>
                                 </m:mrow>
                              </m:mrow>
                              <m:mrow>
                                 <m:mfrac>
                                    <m:mn>1</m:mn>
                                    <m:mrow>
                                       <m:mi>n</m:mi>
                                       <m:mo>&#8722;</m:mo>
                                       <m:mn>2</m:mn>
                                    </m:mrow>
                                 </m:mfrac>
                              </m:mrow>
                           </m:msup>
                           <m:mo>,</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGdbWqcqWGgbGrdaWgaaWcbaGaemyAaKgabeaakiabg2da9maabmaabaWaaSaaaeaacqWGWbaCdaWgaaWcbaGaemyAaKgabeaaaOqaamaabmaabaWaaebmaeaacqWGWbaCdaWgaaWcbaGaemyBa0gabeaaaeaacqWGTbqBcqGH9aqpcqaIXaqmaeaacqWGUbGBa0Gaey4dIunaaOGaayjkaiaawMcaamaaCaaaleqabaGaeGymaeJaei4la8IaeiikaGIaeGOmaiJaeiikaGIaemOBa4MaeyOeI0IaeGymaeJaeiykaKIaeiykaKcaaaaaaOGaayjkaiaawMcaamaaCaaaleqabaWaaSaaaeaacqaIXaqmaeaacqWGUbGBcqGHsislcqaIYaGmaaaaaOGaeiilaWcaaa@5029@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>where <inline-formula><m:math name="1752-0509-1-24-i54" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:msub><m:mi>p</m:mi><m:mi>i</m:mi></m:msub><m:mo>=</m:mo><m:mstyle displaystyle="true"><m:msubsup><m:mo>&#8719;</m:mo><m:mrow><m:mi>j</m:mi><m:mo>=</m:mo><m:mn>1</m:mn></m:mrow><m:mi>n</m:mi></m:msubsup><m:mrow><m:msub><m:mi>a</m:mi><m:mrow><m:mi>i</m:mi><m:mi>j</m:mi></m:mrow></m:msub></m:mrow></m:mstyle></m:mrow><m:annotation encoding="MathType-MTEF">
MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGWbaCdaWgaaWcbaGaemyAaKgabeaakiabg2da9maaradabaGaemyyae2aaSbaaSqaaiabdMgaPjabdQgaQbqabaaabaGaemOAaOMaeyypa0JaeGymaedabaGaemOBa4ganiabg+Givdaaaa@3B79@</m:annotation></m:semantics></m:math></inline-formula> denotes the 'product connectivity' of the <it>i</it>-th node.</p>
            <p>Proof: by assumption, we have <it>a</it><sub><it>ij </it></sub>= <it>CF</it><sub><it>i</it></sub><it>CF</it><sub><it>j </it></sub>for a positive vector <b><it>CF </it></b>and <it>n </it>&#8805; 3. Multiplying both sides of equation (7) yields <inline-formula><m:math name="1752-0509-1-24-i55" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8719;</m:mo><m:mi>m</m:mi></m:msub><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8719;</m:mo><m:mrow><m:mi>l</m:mi><m:mo>&#8800;</m:mo><m:mi>m</m:mi></m:mrow></m:msub><m:mrow><m:msub><m:mi>a</m:mi><m:mrow><m:mi>l</m:mi><m:mi>m</m:mi></m:mrow></m:msub></m:mrow></m:mstyle></m:mrow></m:mstyle><m:mo>=</m:mo><m:mstyle displaystyle="true"><m:msub><m:mo>&#8719;</m:mo><m:mi>m</m:mi></m:msub><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8719;</m:mo><m:mrow><m:mi>l</m:mi><m:mo>&#8800;</m:mo><m:mi>m</m:mi></m:mrow></m:msub><m:mrow><m:mi>C</m:mi><m:msub><m:mi>F</m:mi><m:mi>l</m:mi></m:msub><m:mi>C</m:mi><m:msub><m:mi>F</m:mi><m:mi>m</m:mi></m:msub></m:mrow></m:mstyle></m:mrow></m:mstyle><m:mo>=</m:mo><m:msup><m:mrow><m:mrow><m:mo>(</m:mo><m:mrow><m:mstyle displaystyle="true"><m:msubsup><m:mo>&#8719;</m:mo><m:mrow><m:mi>l</m:mi><m:mo>=</m:mo><m:mn>1</m:mn></m:mrow><m:mi>n</m:mi></m:msubsup><m:mrow><m:mi>C</m:mi><m:msub><m:mi>F</m:mi><m:mi>l</m:mi></m:msub></m:mrow></m:mstyle></m:mrow><m:mo>)</m:mo></m:mrow></m:mrow><m:mrow><m:mn>2</m:mn><m:mo stretchy="false">(</m:mo><m:mi>n</m:mi><m:mo>&#8722;</m:mo><m:mn>1</m:mn><m:mo stretchy="false">)</m:mo></m:mrow></m:msup></m:mrow><m:annotation encoding="MathType-MTEF">
MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaqeqaqaamaarababaGaemyyae2aaSbaaSqaaiabdYgaSjabd2gaTbqabaaabaGaemiBaWMaeyiyIKRaemyBa0gabeqdcqGHpis1aaWcbaGaemyBa0gabeqdcqGHpis1aOGaeyypa0ZaaebeaeaadaqeqaqaaiabdoeadjabdAeagnaaBaaaleaacqWGSbaBaeqaaOGaem4qamKaemOray0aaSbaaSqaaiabd2gaTbqabaaabaGaemiBaWMaeyiyIKRaemyBa0gabeqdcqGHpis1aaWcbaGaemyBa0gabeqdcqGHpis1aOGaeyypa0ZaaeWaaeaadaqeWaqaaiabdoeadjabdAeagnaaBaaaleaacqWGSbaBaeqaaaqaaiabdYgaSjabg2da9iabigdaXaqaaiabd6gaUbqdcqGHpis1aaGccaGLOaGaayzkaaWaaWbaaSqabeaacqaIYaGmcqGGOaakcqWGUbGBcqGHsislcqaIXaqmcqGGPaqkaaaaaa@5F7C@</m:annotation></m:semantics></m:math></inline-formula>. Since <inline-formula><m:math name="1752-0509-1-24-i56" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:mstyle displaystyle="true"><m:msubsup><m:mo>&#8719;</m:mo><m:mrow><m:mi>l</m:mi><m:mo>=</m:mo><m:mn>1</m:mn></m:mrow><m:mi>n</m:mi></m:msubsup><m:mrow><m:mi>C</m:mi><m:msub><m:mi>F</m:mi><m:mi>l</m:mi></m:msub></m:mrow></m:mstyle></m:mrow><m:annotation encoding="MathType-MTEF">
MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaqeWaqaaiabdoeadjabdAeagnaaBaaaleaacqWGSbaBaeqaaaqaaiabdYgaSjabg2da9iabigdaXaqaaiabd6gaUbqdcqGHpis1aaaa@36FF@</m:annotation></m:semantics></m:math></inline-formula> is positive, we find <inline-formula><m:math name="1752-0509-1-24-i57" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:mstyle displaystyle="true"><m:msubsup><m:mo>&#8719;</m:mo><m:mrow><m:mi>l</m:mi><m:mo>=</m:mo><m:mn>1</m:mn></m:mrow><m:mi>n</m:mi></m:msubsup><m:mrow><m:mi>C</m:mi><m:msub><m:mi>F</m:mi><m:mi>l</m:mi></m:msub></m:mrow></m:mstyle><m:mo>=</m:mo><m:msup><m:mrow><m:mrow><m:mo>(</m:mo><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8719;</m:mo><m:mi>m</m:mi></m:msub><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8719;</m:mo><m:mrow><m:mi>l</m:mi><m:mo>&#8800;</m:mo><m:mi>m</m:mi></m:mrow></m:msub><m:mrow><m:msub><m:mi>a</m:mi><m:mrow><m:mi>l</m:mi><m:mi>m</m:mi></m:mrow></m:msub></m:mrow></m:mstyle></m:mrow></m:mstyle></m:mrow><m:mo>)</m:mo></m:mrow></m:mrow><m:mrow><m:mfrac><m:mn>1</m:mn><m:mrow><m:mn>2</m:mn><m:mo stretchy="false">(</m:mo><m:mi>n</m:mi><m:mo>&#8722;</m:mo><m:mn>1</m:mn><m:mo stretchy="false">)</m:mo></m:mrow></m:mfrac></m:mrow></m:msup></m:mrow><m:annotation encoding="MathType-MTEF">
MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaqeWaqaaiabdoeadjabdAeagnaaBaaaleaacqWGSbaBaeqaaaqaaiabdYgaSjabg2da9iabigdaXaqaaiabd6gaUbqdcqGHpis1aOGaeyypa0ZaaeWaaeaadaqeqaqaamaarababaGaemyyae2aaSbaaSqaaiabdYgaSjabd2gaTbqabaaabaGaemiBaWMaeyiyIKRaemyBa0gabeqdcqGHpis1aaWcbaGaemyBa0gabeqdcqGHpis1aaGccaGLOaGaayzkaaWaaWbaaSqabeaadaWcaaqaaiabigdaXaqaaiabikdaYiabcIcaOiabd6gaUjabgkHiTiabigdaXiabcMcaPaaaaaaaaa@4E77@</m:annotation></m:semantics></m:math></inline-formula>. Similarly, eliminating the <it>i</it>-th row and column from <it>A </it>yields <inline-formula><m:math name="1752-0509-1-24-i58" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8719;</m:mo><m:mrow><m:mi>l</m:mi><m:mo>&#8800;</m:mo><m:mi>i</m:mi></m:mrow></m:msub><m:mrow><m:mi>C</m:mi><m:msub><m:mi>F</m:mi><m:mi>l</m:mi></m:msub></m:mrow></m:mstyle><m:mo>=</m:mo><m:msup><m:mrow><m:mrow><m:mo>(</m:mo><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8719;</m:mo><m:mrow><m:mi>m</m:mi><m:mo>&#8800;</m:mo><m:mi>i</m:mi></m:mrow></m:msub><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8719;</m:mo><m:mrow><m:mi>l</m:mi><m:mo>&#8800;</m:mo><m:mi>m</m:mi><m:mo>,</m:mo><m:mi>i</m:mi></m:mrow></m:msub><m:mrow><m:msub><m:mi>a</m:mi><m:mrow><m:mi>l</m:mi><m:mi>m</m:mi></m:mrow></m:msub></m:mrow></m:mstyle></m:mrow></m:mstyle></m:mrow><m:mo>)</m:mo></m:mrow></m:mrow><m:mrow><m:mfrac><m:mn>1</m:mn><m:mrow><m:mn>2</m:mn><m:mo stretchy="false">(</m:mo><m:mi>n</m:mi><m:mo>&#8722;</m:mo><m:mn>1</m:mn><m:mo stretchy="false">)</m:mo></m:mrow></m:mfrac></m:mrow></m:msup><m:mo>=</m:mo><m:msup><m:mrow><m:mrow><m:mo>(</m:mo><m:mrow><m:mrow><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8719;</m:mo><m:mi>m</m:mi></m:msub><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8719;</m:mo><m:mrow><m:mi>l</m:mi><m:mo>&#8800;</m:mo><m:mi>m</m:mi></m:mrow></m:msub><m:mrow><m:msub><m:mi>a</m:mi><m:mrow><m:mi>l</m:mi><m:mi>m</m:mi></m:mrow></m:msub></m:mrow></m:mstyle></m:mrow></m:mstyle></m:mrow><m:mo>/</m:mo><m:mrow><m:msup><m:mrow><m:mrow><m:mo>(</m:mo><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8719;</m:mo><m:mrow><m:mi>l</m:mi><m:mo>&#8800;</m:mo><m:mi>i</m:mi></m:mrow></m:msub><m:mrow><m:msub><m:mi>a</m:mi><m:mrow><m:mi>l</m:mi><m:mi>i</m:mi></m:mrow></m:msub></m:mrow></m:mstyle></m:mrow><m:mo>)</m:mo></m:mrow></m:mrow><m:mn>2</m:mn></m:msup></m:mrow></m:mrow></m:mrow><m:mo>)</m:mo></m:mrow></m:mrow><m:mrow><m:mfrac><m:mn>1</m:mn><m:mrow><m:mn>2</m:mn><m:mo stretchy="false">(</m:mo><m:mi>n</m:mi><m:mo>&#8722;</m:mo><m:mn>1</m:mn><m:mo stretchy="false">)</m:mo></m:mrow></m:mfrac></m:mrow></m:msup></m:mrow><m:annotation encoding="MathType-MTEF">
MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaqeqaqaaiabdoeadjabdAeagnaaBaaaleaacqWGSbaBaeqaaaqaaiabdYgaSjabgcMi5kabdMgaPbqab0Gaey4dIunakiabg2da9maabmaabaWaaebeaeaadaqeqaqaaiabdggaHnaaBaaaleaacqWGSbaBcqWGTbqBaeqaaaqaaiabdYgaSjabgcMi5kabd2gaTjabcYcaSiabdMgaPbqab0Gaey4dIunaaSqaaiabd2gaTjabgcMi5kabdMgaPbqab0Gaey4dIunaaOGaayjkaiaawMcaamaaCaaaleqabaWaaSaaaeaacqaIXaqmaeaacqaIYaGmcqGGOaakcqWGUbGBcqGHsislcqaIXaqmcqGGPaqkaaaaaOGaeyypa0ZaaeWaaeaadaWcgaqaamaarababaWaaebeaeaacqWGHbqydaWgaaWcbaGaemiBaWMaemyBa0gabeaaaeaacqWGSbaBcqGHGjsUcqWGTbqBaeqaniabg+GivdaaleaacqWGTbqBaeqaniabg+GivdaakeaadaqadaqaamaarababaGaemyyae2aaSbaaSqaaiabdYgaSjabdMgaPbqabaaabaGaemiBaWMaeyiyIKRaemyAaKgabeqdcqGHpis1aaGccaGLOaGaayzkaaWaaWbaaSqabeaacqaIYaGmaaaaaaGccaGLOaGaayzkaaWaaWbaaSqabeaadaWcaaqaaiabigdaXaqaaiabikdaYiabcIcaOiabd6gaUjabgkHiTiabigdaXiabcMcaPaaaaaaaaa@7843@</m:annotation></m:semantics></m:math></inline-formula>. Since <inline-formula><m:math name="1752-0509-1-24-i59" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:mi>C</m:mi><m:msub><m:mi>F</m:mi><m:mi>i</m:mi></m:msub><m:mo>=</m:mo><m:mrow><m:mrow><m:mstyle displaystyle="true"><m:msubsup><m:mo>&#8719;</m:mo><m:mrow><m:mi>l</m:mi><m:mo>=</m:mo><m:mn>1</m:mn></m:mrow><m:mi>n</m:mi></m:msubsup><m:mrow><m:mi>C</m:mi><m:msub><m:mi>F</m:mi><m:mi>l</m:mi></m:msub></m:mrow></m:mstyle></m:mrow><m:mo>/</m:mo><m:mrow><m:mstyle displaystyle="true"><m:msub><m:mo>&#8719;</m:mo><m:mrow><m:mi>l</m:mi><m:mo>&#8800;</m:mo><m:mi>i</m:mi></m:mrow></m:msub><m:mrow><m:mi>C</m:mi><m:msub><m:mi>F</m:mi><m:mi>l</m:mi></m:msub></m:mrow></m:mstyle></m:mrow></m:mrow></m:mrow><m:annotation encoding="MathType-MTEF">
MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGdbWqcqWGgbGrdaWgaaWcbaGaemyAaKgabeaakiabg2da9maalyaabaWaaebmaeaacqWGdbWqcqWGgbGrdaWgaaWcbaGaemiBaWgabeaaaeaacqWGSbaBcqGH9aqpcqaIXaqmaeaacqWGUbGBa0Gaey4dIunaaOqaamaarababaGaem4qamKaemOray0aaSbaaSqaaiabdYgaSbqabaaabaGaemiBaWMaeyiyIKRaemyAaKgabeqdcqGHpis1aaaaaaa@45D5@</m:annotation></m:semantics></m:math></inline-formula>, we conclude that <it>CF</it><sub><it>i </it></sub>is uniquely defined by</p>
            <p>
               <display-formula>
                  <m:math name="1752-0509-1-24-i60" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mtable>
                              <m:mtr>
                                 <m:mtd>
                                    <m:mrow>
                                       <m:mi>C</m:mi>
                                       <m:msub>
                                          <m:mi>F</m:mi>
                                          <m:mi>i</m:mi>
                                       </m:msub>
                                       <m:mo>=</m:mo>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:msup>
                                                <m:mrow>
                                                   <m:mrow>
                                                      <m:mo>(</m:mo>
                                                      <m:mrow>
                                                         <m:mstyle displaystyle="true">
                                                            <m:msub>
                                                               <m:mo>&#8719;</m:mo>
                                                               <m:mi>m</m:mi>
                                                            </m:msub>
                                                            <m:mrow>
                                                               <m:mstyle displaystyle="true">
                                                                  <m:msub>
                                                                     <m:mo>&#8719;</m:mo>
                                                                     <m:mrow>
                                                                        <m:mi>l</m:mi>
                                                                        <m:mo>&#8800;</m:mo>
                                                                        <m:mi>m</m:mi>
                                                                     </m:mrow>
                                                                  </m:msub>
                                                                  <m:mrow>
                                                                     <m:msub>
                                                                        <m:mi>a</m:mi>
                                                                        <m:mrow>
                                                                           <m:mi>l</m:mi>
                                                                           <m:mi>m</m:mi>
                                                                        </m:mrow>
                                                                     </m:msub>
                                                                  </m:mrow>
                                                               </m:mstyle>
                                                            </m:mrow>
                                                         </m:mstyle>
                                                      </m:mrow>
                                                      <m:mo>)</m:mo>
                                                   </m:mrow>
                                                </m:mrow>
                                                <m:mrow>
                                                   <m:mfrac>
                                                      <m:mn>1</m:mn>
                                                      <m:mrow>
                                                         <m:mn>2</m:mn>
                                                         <m:mo stretchy="false">(</m:mo>
                                                         <m:mi>n</m:mi>
                                                         <m:mo>&#8722;</m:mo>
                                                         <m:mn>1</m:mn>
                                                         <m:mo stretchy="false">)</m:mo>
                                                      </m:mrow>
                                                   </m:mfrac>
                                                </m:mrow>
                                             </m:msup>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:msup>
                                                <m:mrow>
                                                   <m:mrow>
                                                      <m:mo>(</m:mo>
                                                      <m:mrow>
                                                         <m:mstyle displaystyle="true">
                                                            <m:msub>
                                                               <m:mo>&#8719;</m:mo>
                                                               <m:mrow>
                                                                  <m:mi>m</m:mi>
                                                                  <m:mo>&#8800;</m:mo>
                                                                  <m:mi>i</m:mi>
                                                               </m:mrow>
                                                            </m:msub>
                                                            <m:mrow>
                                                               <m:mstyle displaystyle="true">
                                                                  <m:msub>
                                                                     <m:mo>&#8719;</m:mo>
                                                                     <m:mrow>
                                                                        <m:mi>l</m:mi>
                                                                        <m:mo>&#8800;</m:mo>
                                                                        <m:mi>m</m:mi>
                                                                        <m:mo>,</m:mo>
                                                                        <m:mi>i</m:mi>
                                                                     </m:mrow>
                                                                  </m:msub>
                                                                  <m:mrow>
                                                                     <m:msub>
                                                                        <m:mi>a</m:mi>
                                                                        <m:mrow>
                                                                           <m:mi>l</m:mi>
                                                                           <m:mi>m</m:mi>
                                                                        </m:mrow>
                                                                     </m:msub>
                                                                  </m:mrow>
                                                               </m:mstyle>
                                                            </m:mrow>
                                                         </m:mstyle>
                                                      </m:mrow>
                                                      <m:mo>)</m:mo>
                                                   </m:mrow>
                                                </m:mrow>
                                                <m:mrow>
                                                   <m:mfrac>
                                                      <m:mn>1</m:mn>
                                                      <m:mrow>
                                                         <m:mn>2</m:mn>
                                                         <m:mo stretchy="false">(</m:mo>
                                                         <m:mi>n</m:mi>
                                                         <m:mo>&#8722;</m:mo>
                                                         <m:mn>1</m:mn>
                                                         <m:mo stretchy="false">)</m:mo>
                                                      </m:mrow>
                                                   </m:mfrac>
                                                </m:mrow>
                                             </m:msup>
                                          </m:mrow>
                                       </m:mfrac>
                                       <m:mo>=</m:mo>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:msup>
                                                <m:mrow>
                                                   <m:mrow>
                                                      <m:mo>(</m:mo>
                                                      <m:mrow>
                                                         <m:mstyle displaystyle="true">
                                                            <m:msub>
                                                               <m:mo>&#8719;</m:mo>
                                                               <m:mi>m</m:mi>
                                                            </m:msub>
                                                            <m:mrow>
                                                               <m:mstyle displaystyle="true">
                                                                  <m:msub>
                                                                     <m:mo>&#8719;</m:mo>
                                                                     <m:mrow>
                                                                        <m:mi>l</m:mi>
                                                                        <m:mo>&#8800;</m:mo>
                                                                        <m:mi>m</m:mi>
                                                                     </m:mrow>
                                                                  </m:msub>
                                                                  <m:mrow>
                                                                     <m:msub>
                                                                        <m:mi>a</m:mi>
                                                                        <m:mrow>
                                                                           <m:mi>l</m:mi>
                                                                           <m:mi>m</m:mi>
                                                                        </m:mrow>
                                                                     </m:msub>
                                                                  </m:mrow>
                                                               </m:mstyle>
                                                            </m:mrow>
                                                         </m:mstyle>
                                                      </m:mrow>
                                                      <m:mo>)</m:mo>
                                                   </m:mrow>
                                                </m:mrow>
                                                <m:mrow>
                                                   <m:mfrac>
                                                      <m:mn>1</m:mn>
                                                      <m:mrow>
                                                         <m:mn>2</m:mn>
                                                         <m:mo stretchy="false">(</m:mo>
                                                         <m:mi>n</m:mi>
                                                         <m:mo>&#8722;</m:mo>
                                                         <m:mn>1</m:mn>
                                                         <m:mo stretchy="false">)</m:mo>
                                                      </m:mrow>
                                                   </m:mfrac>
                                                </m:mrow>
                                             </m:msup>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:msup>
                                                <m:mrow>
                                                   <m:mrow>
                                                      <m:mo>(</m:mo>
                                                      <m:mrow>
                                                         <m:mstyle displaystyle="true">
                                                            <m:msub>
                                                               <m:mo>&#8719;</m:mo>
                                                               <m:mi>m</m:mi>
                                                            </m:msub>
                                                            <m:mrow>
                                                               <m:mstyle displaystyle="true">
                                                                  <m:msub>
                                                                     <m:mo>&#8719;</m:mo>
                                                                     <m:mrow>
                                                                        <m:mi>l</m:mi>
                                                                        <m:mo>&#8800;</m:mo>
                                                                        <m:mi>m</m:mi>
                                                                     </m:mrow>
                                                                  </m:msub>
                                                                  <m:mrow>
                                                                     <m:msub>
                                                                        <m:mi>a</m:mi>
                                                                        <m:mrow>
                                                                           <m:mi>l</m:mi>
                                                                           <m:mi>m</m:mi>
                                                                        </m:mrow>
                                                                     </m:msub>
                                                                  </m:mrow>
                                                               </m:mstyle>
                                                            </m:mrow>
                                                         </m:mstyle>
                                                      </m:mrow>
                                                      <m:mo>)</m:mo>
                                                   </m:mrow>
                                                </m:mrow>
                                                <m:mrow>
                                                   <m:mfrac>
                                                      <m:mn>1</m:mn>
                                                      <m:mrow>
                                                         <m:mn>2</m:mn>
                                                         <m:mo stretchy="false">(</m:mo>
                                                         <m:mi>n</m:mi>
                                                         <m:mo>&#8722;</m:mo>
                                                         <m:mn>2</m:mn>
                                                         <m:mo stretchy="false">)</m:mo>
                                                      </m:mrow>
                                                   </m:mfrac>
                                                </m:mrow>
                                             </m:msup>
                                          </m:mrow>
                                       </m:mfrac>
                                       <m:msup>
                                          <m:mrow>
                                             <m:mrow>
                                                <m:mo>(</m:mo>
                                                <m:mrow>
                                                   <m:mstyle displaystyle="true">
                                                      <m:munderover>
                                                         <m:mo>&#8719;</m:mo>
                                                         <m:mrow>
                                                            <m:mi>m</m:mi>
                                                            <m:mo>=</m:mo>
                                                            <m:mn>1</m:mn>
                                                         </m:mrow>
                                                         <m:mi>n</m:mi>
                                                      </m:munderover>
                                                      <m:mrow>
                                                         <m:msub>
                                                            <m:mi>a</m:mi>
                                                            <m:mrow>
                                                               <m:mi>i</m:mi>
                                                               <m:mi>m</m:mi>
                                                            </m:mrow>
                                                         </m:msub>
                                                      </m:mrow>
                                                   </m:mstyle>
                                                </m:mrow>
                                                <m:mo>)</m:mo>
                                             </m:mrow>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mfrac>
                                                <m:mn>1</m:mn>
                                                <m:mrow>
                                                   <m:mi>n</m:mi>
                                                   <m:mo>&#8722;</m:mo>
                                                   <m:mn>2</m:mn>
                                                </m:mrow>
                                             </m:mfrac>
                                          </m:mrow>
                                       </m:msup>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr>
                                 <m:mtd>
                                    <m:mrow>
                                       <m:mo>=</m:mo>
                                       <m:msup>
                                          <m:mrow>
                                             <m:mrow>
                                                <m:mo>(</m:mo>
                                                <m:mrow>
                                                   <m:mfrac>
                                                      <m:mrow>
                                                         <m:msub>
                                                            <m:mi>p</m:mi>
                                                            <m:mi>i</m:mi>
                                                         </m:msub>
                                                      </m:mrow>
                                                      <m:mrow>
                                                         <m:msup>
                                                            <m:mrow>
                                                               <m:mrow>
                                                                  <m:mo>(</m:mo>
                                                                  <m:mrow>
                                                                     <m:mstyle displaystyle="true">
                                                                        <m:msubsup>
                                                                           <m:mo>&#8719;</m:mo>
                                                                           <m:mrow>
                                                                              <m:mi>m</m:mi>
                                                                              <m:mo>=</m:mo>
                                                                              <m:mn>1</m:mn>
                                                                           </m:mrow>
                                                                           <m:mi>n</m:mi>
                                                                        </m:msubsup>
                                                                        <m:mrow>
                                                                           <m:msub>
                                                                              <m:mi>p</m:mi>
                                                                              <m:mi>m</m:mi>
                                                                           </m:msub>
                                                                        </m:mrow>
                                                                     </m:mstyle>
                                                                  </m:mrow>
                                                                  <m:mo>)</m:mo>
                                                               </m:mrow>
                                                            </m:mrow>
                                                            <m:mrow>
                                                               <m:mn>1</m:mn>
                                                               <m:mo>/</m:mo>
                                                               <m:mo stretchy="false">(</m:mo>
                                                               <m:mn>2</m:mn>
                                                               <m:mo stretchy="false">(</m:mo>
                                                               <m:mi>n</m:mi>
                                                               <m:mo>&#8722;</m:mo>
                                                               <m:mn>1</m:mn>
                                                               <m:mo stretchy="false">)</m:mo>
                                                               <m:mo stretchy="false">)</m:mo>
                                                            </m:mrow>
                                                         </m:msup>
                                                      </m:mrow>
                                                   </m:mfrac>
                                                </m:mrow>
                                                <m:mo>)</m:mo>
                                             </m:mrow>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mfrac>
                                                <m:mn>1</m:mn>
                                                <m:mrow>
                                                   <m:mi>n</m:mi>
                                                   <m:mo>&#8722;</m:mo>
                                                   <m:mn>2</m:mn>
                                                </m:mrow>
                                             </m:mfrac>
                                          </m:mrow>
                                       </m:msup>
                                       <m:mo>.</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                           </m:mtable>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaafaqadeGabaaabaGaem4qamKaemOray0aaSbaaSqaaiabdMgaPbqabaGccqGH9aqpdaWcaaqaamaabmaabaWaaebeaeaadaqeqaqaaiabdggaHnaaBaaaleaacqWGSbaBcqWGTbqBaeqaaaqaaiabdYgaSjabgcMi5kabd2gaTbqab0Gaey4dIunaaSqaaiabd2gaTbqab0Gaey4dIunaaOGaayjkaiaawMcaamaaCaaaleqabaWaaSaaaeaacqaIXaqmaeaacqaIYaGmcqGGOaakcqWGUbGBcqGHsislcqaIXaqmcqGGPaqkaaaaaaGcbaWaaeWaaeaadaqeqaqaamaarababaGaemyyae2aaSbaaSqaaiabdYgaSjabd2gaTbqabaaabaGaemiBaWMaeyiyIKRaemyBa0MaeiilaWIaemyAaKgabeqdcqGHpis1aaWcbaGaemyBa0MaeyiyIKRaemyAaKgabeqdcqGHpis1aaGccaGLOaGaayzkaaWaaWbaaSqabeaadaWcaaqaaiabigdaXaqaaiabikdaYiabcIcaOiabd6gaUjabgkHiTiabigdaXiabcMcaPaaaaaaaaOGaeyypa0ZaaSaaaeaadaqadaqaamaarababaWaaebeaeaacqWGHbqydaWgaaWcbaGaemiBaWMaemyBa0gabeaaaeaacqWGSbaBcqGHGjsUcqWGTbqBaeqaniabg+GivdaaleaacqWGTbqBaeqaniabg+GivdaakiaawIcacaGLPaaadaahaaWcbeqaamaalaaabaGaeGymaedabaGaeGOmaiJaeiikaGIaemOBa4MaeyOeI0IaeGymaeJaeiykaKcaaaaaaOqaamaabmaabaWaaebeaeaadaqeqaqaaiabdggaHnaaBaaaleaacqWGSbaBcqWGTbqBaeqaaaqaaiabdYgaSjabgcMi5kabd2gaTbqab0Gaey4dIunaaSqaaiabd2gaTbqab0Gaey4dIunaaOGaayjkaiaawMcaamaaCaaaleqabaWaaSaaaeaacqaIXaqmaeaacqaIYaGmcqGGOaakcqWGUbGBcqGHsislcqaIYaGmcqGGPaqkaaaaaaaakmaabmaabaWaaebCaeaacqWGHbqydaWgaaWcbaGaemyAaKMaemyBa0gabeaaaeaacqWGTbqBcqGH9aqpcqaIXaqmaeaacqWGUbGBa0Gaey4dIunaaOGaayjkaiaawMcaamaaCaaaleqabaWaaSaaaeaacqaIXaqmaeaacqWGUbGBcqGHsislcqaIYaGmaaaaaaGcbaGaeyypa0ZaaeWaaeaadaWcaaqaaiabdchaWnaaBaaaleaacqWGPbqAaeqaaaGcbaWaaeWaaeaadaqeWaqaaiabdchaWnaaBaaaleaacqWGTbqBaeqaaaqaaiabd2gaTjabg2da9iabigdaXaqaaiabd6gaUbqdcqGHpis1aaGccaGLOaGaayzkaaWaaWbaaSqabeaacqaIXaqmcqGGVaWlcqGGOaakcqaIYaGmcqGGOaakcqWGUbGBcqGHsislcqaIXaqmcqGGPaqkcqGGPaqkaaaaaaGccaGLOaGaayzkaaWaaWbaaSqabeaadaWcaaqaaiabigdaXaqaaiabd6gaUjabgkHiTiabikdaYaaaaaGccqGGUaGlaaaaaa@C2B6@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
         </sec>
         <sec>
            <st>
               <p>Network concept functions and fundamental network concepts</p>
            </st>
            <p>In general, we define a <it>network concept function </it>to be a tensor valued function (e.g. the connectivity vector) that takes a square matrix (e.g. the network adjacency matrix) as input.</p>
            <p>Denote by <it>M </it>= [<it>m</it><sub><it>ij</it></sub>] a general <it>n </it>&#215; <it>n </it>matrix. Then we will study the following network concept functions:</p>
            <p>
               <display-formula id="M21">
                  <m:math name="1752-0509-1-24-i61" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mtable>
                              <m:mtr>
                                 <m:mtd>
                                    <m:mrow>
                                       <m:mi>C</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>c</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>v</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:msub>
                                          <m:mi>y</m:mi>
                                          <m:mi>i</m:mi>
                                       </m:msub>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:mi>M</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd>
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd>
                                    <m:mrow>
                                       <m:mstyle displaystyle="true">
                                          <m:munder>
                                             <m:mo>&#8721;</m:mo>
                                             <m:mi>j</m:mi>
                                          </m:munder>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>m</m:mi>
                                                <m:mrow>
                                                   <m:mi>i</m:mi>
                                                   <m:mi>j</m:mi>
                                                </m:mrow>
                                             </m:msub>
                                             <m:mo>=</m:mo>
                                             <m:msubsup>
                                                <m:mi>e</m:mi>
                                                <m:mi>i</m:mi>
                                                <m:mi>&#964;</m:mi>
                                             </m:msubsup>
                                             <m:mi>M</m:mi>
                                             <m:mn>1</m:mn>
                                             <m:mo>,</m:mo>
                                          </m:mrow>
                                       </m:mstyle>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr>
                                 <m:mtd>
                                    <m:mrow>
                                       <m:mi>D</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>s</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>y</m:mi>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:mi>M</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd>
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd>
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:mstyle displaystyle="true">
                                                <m:msub>
                                                   <m:mo>&#8721;</m:mo>
                                                   <m:mi>i</m:mi>
                                                </m:msub>
                                                <m:mrow>
                                                   <m:mstyle displaystyle="true">
                                                      <m:msub>
                                                         <m:mo>&#8721;</m:mo>
                                                         <m:mi>j</m:mi>
                                                      </m:msub>
                                                      <m:mrow>
                                                         <m:msub>
                                                            <m:mi>m</m:mi>
                                                            <m:mrow>
                                                               <m:mi>i</m:mi>
                                                               <m:mi>j</m:mi>
                                                            </m:mrow>
                                                         </m:msub>
                                                      </m:mrow>
                                                   </m:mstyle>
                                                </m:mrow>
                                             </m:mstyle>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mi>n</m:mi>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>n</m:mi>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                       </m:mfrac>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr>
                                 <m:mtd>
                                    <m:mrow>
                                       <m:mi>C</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>a</m:mi>
                                       <m:mi>l</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>z</m:mi>
                                       <m:mi>a</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:mi>M</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd>
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd>
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mi>n</m:mi>
                                          <m:mrow>
                                             <m:mi>n</m:mi>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>2</m:mn>
                                          </m:mrow>
                                       </m:mfrac>
                                       <m:mrow>
                                          <m:mo>(</m:mo>
                                          <m:mrow>
                                             <m:mfrac>
                                                <m:mrow>
                                                   <m:mi>max</m:mi>
                                                   <m:mo>&#8289;</m:mo>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:mi>M</m:mi>
                                                   <m:mn>1</m:mn>
                                                   <m:mo stretchy="false">)</m:mo>
                                                </m:mrow>
                                                <m:mrow>
                                                   <m:mi>n</m:mi>
                                                   <m:mo>&#8722;</m:mo>
                                                   <m:mn>1</m:mn>
                                                </m:mrow>
                                             </m:mfrac>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mi>D</m:mi>
                                             <m:mi>e</m:mi>
                                             <m:mi>n</m:mi>
                                             <m:mi>s</m:mi>
                                             <m:mi>i</m:mi>
                                             <m:mi>t</m:mi>
                                             <m:mi>y</m:mi>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>M</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                          <m:mo>)</m:mo>
                                       </m:mrow>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr>
                                 <m:mtd>
                                    <m:mrow>
                                       <m:mi>H</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>g</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>y</m:mi>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:mi>M</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd>
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd>
                                    <m:mrow>
                                       <m:msqrt>
                                          <m:mrow>
                                             <m:mfrac>
                                                <m:mrow>
                                                   <m:mi>n</m:mi>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:msup>
                                                      <m:mn>1</m:mn>
                                                      <m:mi>&#964;</m:mi>
                                                   </m:msup>
                                                   <m:mi>M</m:mi>
                                                   <m:mi>M</m:mi>
                                                   <m:mn>1</m:mn>
                                                   <m:mo stretchy="false">)</m:mo>
                                                </m:mrow>
                                                <m:mrow>
                                                   <m:msup>
                                                      <m:mrow>
                                                         <m:mo stretchy="false">(</m:mo>
                                                         <m:msup>
                                                            <m:mn>1</m:mn>
                                                            <m:mi>&#964;</m:mi>
                                                         </m:msup>
                                                         <m:mi>M</m:mi>
                                                         <m:mn>1</m:mn>
                                                         <m:mo stretchy="false">)</m:mo>
                                                      </m:mrow>
                                                      <m:mn>2</m:mn>
                                                   </m:msup>
                                                </m:mrow>
                                             </m:mfrac>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                          </m:mrow>
                                       </m:msqrt>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr>
                                 <m:mtd>
                                    <m:mrow>
                                       <m:mi>T</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>p</m:mi>
                                       <m:mi>O</m:mi>
                                       <m:mi>v</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>l</m:mi>
                                       <m:mi>a</m:mi>
                                       <m:msub>
                                          <m:mi>p</m:mi>
                                          <m:mrow>
                                             <m:mi>i</m:mi>
                                             <m:mi>j</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:mi>M</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd>
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd>
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:msubsup>
                                                <m:mi>e</m:mi>
                                                <m:mi>i</m:mi>
                                                <m:mi>&#964;</m:mi>
                                             </m:msubsup>
                                             <m:mi>M</m:mi>
                                             <m:mi>M</m:mi>
                                             <m:msub>
                                                <m:mi>e</m:mi>
                                                <m:mi>j</m:mi>
                                             </m:msub>
                                             <m:mo>+</m:mo>
                                             <m:msubsup>
                                                <m:mi>e</m:mi>
                                                <m:mi>i</m:mi>
                                                <m:mi>&#964;</m:mi>
                                             </m:msubsup>
                                             <m:mi>M</m:mi>
                                             <m:msub>
                                                <m:mi>e</m:mi>
                                                <m:mi>j</m:mi>
                                             </m:msub>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mi>min</m:mi>
                                             <m:mo>&#8289;</m:mo>
                                             <m:mo>{</m:mo>
                                             <m:msubsup>
                                                <m:mi>e</m:mi>
                                                <m:mi>i</m:mi>
                                                <m:mi>&#964;</m:mi>
                                             </m:msubsup>
                                             <m:mi>M</m:mi>
                                             <m:mn>1</m:mn>
                                             <m:mo>,</m:mo>
                                             <m:msubsup>
                                                <m:mi>e</m:mi>
                                                <m:mi>j</m:mi>
                                                <m:mi>&#964;</m:mi>
                                             </m:msubsup>
                                             <m:mi>M</m:mi>
                                             <m:mn>1</m:mn>
                                             <m:mo>}</m:mo>
                                             <m:mo>+</m:mo>
                                             <m:mn>1</m:mn>
                                             <m:mo>&#8722;</m:mo>
                                             <m:msubsup>
                                                <m:mi>e</m:mi>
                                                <m:mi>i</m:mi>
                                                <m:mi>&#964;</m:mi>
                                             </m:msubsup>
                                             <m:mi>M</m:mi>
                                             <m:msub>
                                                <m:mi>e</m:mi>
                                                <m:mi>j</m:mi>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mfrac>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr>
                                 <m:mtd>
                                    <m:mrow>
                                       <m:mi>C</m:mi>
                                       <m:mi>l</m:mi>
                                       <m:mi>u</m:mi>
                                       <m:mi>s</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>C</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:msub>
                                          <m:mi>f</m:mi>
                                          <m:mi>i</m:mi>
                                       </m:msub>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:mi>M</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd>
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd>
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:msubsup>
                                                <m:mi>e</m:mi>
                                                <m:mi>i</m:mi>
                                                <m:mi>&#964;</m:mi>
                                             </m:msubsup>
                                             <m:mi>M</m:mi>
                                             <m:mi>M</m:mi>
                                             <m:mi>M</m:mi>
                                             <m:msub>
                                                <m:mi>e</m:mi>
                                                <m:mi>i</m:mi>
                                             </m:msub>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:msubsup>
                                                <m:mi>e</m:mi>
                                                <m:mi>i</m:mi>
                                                <m:mi>&#964;</m:mi>
                                             </m:msubsup>
                                             <m:mi>M</m:mi>
                                             <m:msub>
                                                <m:mi>B</m:mi>
                                                <m:mi>M</m:mi>
                                             </m:msub>
                                             <m:mi>M</m:mi>
                                             <m:msub>
                                                <m:mi>e</m:mi>
                                                <m:mi>i</m:mi>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mfrac>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                           </m:mtable>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaafaqadeGbdaaaaeaacqWGdbWqcqWGVbWBcqWGUbGBcqWGUbGBcqWGLbqzcqWGJbWycqWG0baDcqWGPbqAcqWG2bGDcqWGPbqAcqWG0baDcqWG5bqEdaWgaaWcbaGaemyAaKgabeaakiabcIcaOiabd2eanjabcMcaPaqaaiabg2da9aqaamaaqafabaGaemyBa02aaSbaaSqaaiabdMgaPjabdQgaQbqabaGccqGH9aqpieWacqWFLbqzdaqhaaWcbaGaemyAaKgabaacciGae4hXdqhaaOGaemyta0Kae8xmaeJaeiilaWcaleaacqWGQbGAaeqaniabggHiLdaakeaacqWGebarcqWGLbqzcqWGUbGBcqWGZbWCcqWGPbqAcqWG0baDcqWG5bqEcqGGOaakcqWGnbqtcqGGPaqkaeaacqGH9aqpaeaadaWcaaqaamaaqababaWaaabeaeaacqWGTbqBdaWgaaWcbaGaemyAaKMaemOAaOgabeaaaeaacqWGQbGAaeqaniabggHiLdaaleaacqWGPbqAaeqaniabggHiLdaakeaacqWGUbGBcqGGOaakcqWGUbGBcqGHsislcqaIXaqmcqGGPaqkaaGaeiilaWcabaGaem4qamKaemyzauMaemOBa4MaemiDaqNaemOCaiNaemyyaeMaemiBaWMaemyAaKMaemOEaONaemyyaeMaemiDaqNaemyAaKMaem4Ba8MaemOBa4MaeiikaGIaemyta0KaeiykaKcabaGaeyypa0dabaWaaSaaaeaacqWGUbGBaeaacqWGUbGBcqGHsislcqaIYaGmaaWaaeWaaeaadaWcaaqaaiGbc2gaTjabcggaHjabcIha4jabcIcaOiabd2eanjab=fdaXiabcMcaPaqaaiabd6gaUjabgkHiTiabigdaXaaacqGHsislcqWGebarcqWGLbqzcqWGUbGBcqWGZbWCcqWGPbqAcqWG0baDcqWG5bqEcqGGOaakcqWGnbqtcqGGPaqkaiaawIcacaGLPaaacqGGSaalaeaacqWGibascqWGLbqzcqWG0baDcqWGLbqzcqWGYbGCcqWGVbWBcqWGNbWzcqWGLbqzcqWGUbGBcqWGLbqzcqWGPbqAcqWG0baDcqWG5bqEcqGGOaakcqWGnbqtcqGGPaqkaeaacqGH9aqpaeaadaGcaaqaamaalaaabaGaemOBa4MaeiikaGIae8xmaeZaaWbaaSqabeaacqGFepaDaaGccqWGnbqtcqWGnbqtcqWFXaqmcqGGPaqkaeaacqGGOaakcqWFXaqmdaahaaWcbeqaaiab+r8a0baakiabd2eanjab=fdaXiabcMcaPmaaCaaaleqabaGaeGOmaidaaaaakiabgkHiTiabigdaXaWcbeaakiabcYcaSaqaaiabdsfaujabd+gaVjabdchaWjabd+eapjabdAha2jabdwgaLjabdkhaYjabdYgaSjabdggaHjabdchaWnaaBaaaleaacqWGPbqAcqWGQbGAaeqaaOGaeiikaGIaemyta0KaeiykaKcabaGaeyypa0dabaWaaSaaaeaacqWFLbqzdaqhaaWcbaGaemyAaKgabaGae4hXdqhaaOGaemyta0Kaemyta0Kae8xzau2aaSbaaSqaaiabdQgaQbqabaGccqGHRaWkcqWFLbqzdaqhaaWcbaGaemyAaKgabaGae4hXdqhaaOGaemyta0Kae8xzau2aaSbaaSqaaiabdQgaQbqabaaakeaacyGGTbqBcqGGPbqAcqGGUbGBcqGG7bWEcqWFLbqzdaqhaaWcbaGaemyAaKgabaGae4hXdqhaaOGaemyta0Kae8xmaeJaeiilaWIae8xzau2aa0baaSqaaiabdQgaQbqaaiab+r8a0baakiabd2eanjab=fdaXiabc2ha9jabgUcaRiabigdaXiabgkHiTiab=vgaLnaaDaaaleaacqWGPbqAaeaacqGFepaDaaGccqWGnbqtcqWFLbqzdaWgaaWcbaGaemOAaOgabeaaaaGccqGGSaalaeaacqWGdbWqcqWGSbaBcqWG1bqDcqWGZbWCcqWG0baDcqWGLbqzcqWGYbGCcqWGdbWqcqWGVbWBcqWGLbqzcqWGMbGzdaWgaaWcbaGaemyAaKgabeaakiabcIcaOiabd2eanjabcMcaPaqaaiabg2da9aqaamaalaaabaGae8xzau2aa0baaSqaaiabdMgaPbqaaiab+r8a0baakiabd2eanjabd2eanjabd2eanjab=vgaLnaaBaaaleaacqWGPbqAaeqaaaGcbaGae8xzau2aa0baaSqaaiabdMgaPbqaaiab+r8a0baakiabd2eanjabdkeacnaaBaaaleaacqWGnbqtaeqaaOGaemyta0Kae8xzau2aaSbaaSqaaiabdMgaPbqabaaaaOGaeiilaWcaaaaa@47B4@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>where the components of matrix <it>B</it><sub><it>M </it></sub>in the denominator of the clustering coefficient function are given by <it>b</it><sub><it>ij </it></sub>= 1 if <it>i </it>&#8800; <it>j </it>and <it>b</it><sub><it>ii </it></sub>= <it>Ind</it>(<it>m</it><sub><it>ii </it></sub>> 0). Here the indicator function <it>Ind</it>(&#183;) takes on the value 1 if the condition is satisfied and 0 otherwise.</p>
            <p>For the sake of brevity, we study only a limited selection of network concept functions and do not claim that these are more important than others studied in the literature. Our general formalism for relating fundamental network concepts to their approximate CF-based analogs should allow the reader to adapt our derivations to alternative concepts as well.</p>
            <p>Now we are ready to define the fundamental network concepts that are studied in this article.</p>
            <p><b>Definition 5 (Fundamental Network Concept) </b><it>The fundamental network concepts of a network A are defined by evaluating the network functions (equation (21)) on A </it>- <it>I, i.e.</it></p>
            <p>
               <display-formula><it>FundamentalNetworkConcept </it>= <it>NetworkConcept</it>(<it>A </it>- <it>I</it>).</display-formula>
            </p>
            <p>As special cases of this definition, we find the following concepts. The <b>connectivity </b>(also known as degree) of the <it>i</it>-th node is given by</p>
            <p>
               <display-formula>
                  <m:math name="1752-0509-1-24-i62" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:msub>
                              <m:mi>k</m:mi>
                              <m:mi>i</m:mi>
                           </m:msub>
                           <m:mo>=</m:mo>
                           <m:mi>C</m:mi>
                           <m:mi>o</m:mi>
                           <m:mi>n</m:mi>
                           <m:mi>n</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>c</m:mi>
                           <m:mi>t</m:mi>
                           <m:mi>i</m:mi>
                           <m:mi>v</m:mi>
                           <m:mi>i</m:mi>
                           <m:mi>t</m:mi>
                           <m:msub>
                              <m:mi>y</m:mi>
                              <m:mi>i</m:mi>
                           </m:msub>
                           <m:mo stretchy="false">(</m:mo>
                           <m:mi>A</m:mi>
                           <m:mo>&#8722;</m:mo>
                           <m:mi>I</m:mi>
                           <m:mo stretchy="false">)</m:mo>
                           <m:mo>=</m:mo>
                           <m:mstyle displaystyle="true">
                              <m:munder>
                                 <m:mo>&#8721;</m:mo>
                                 <m:mrow>
                                    <m:mi>j</m:mi>
                                    <m:mo>&#8800;</m:mo>
                                    <m:mi>i</m:mi>
                                 </m:mrow>
                              </m:munder>
                              <m:mrow>
                                 <m:msub>
                                    <m:mi>a</m:mi>
                                    <m:mrow>
                                       <m:mi>i</m:mi>
                                       <m:mi>j</m:mi>
                                    </m:mrow>
                                 </m:msub>
                              </m:mrow>
                           </m:mstyle>
                           <m:mo>.</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGRbWAdaWgaaWcbaGaemyAaKgabeaakiabg2da9iabdoeadjabd+gaVjabd6gaUjabd6gaUjabdwgaLjabdogaJjabdsha0jabdMgaPjabdAha2jabdMgaPjabdsha0jabdMha5naaBaaaleaacqWGPbqAaeqaaOGaeiikaGIaemyqaeKaeyOeI0IaemysaKKaeiykaKIaeyypa0ZaaabuaeaacqWGHbqydaWgaaWcbaGaemyAaKMaemOAaOgabeaaaeaacqWGQbGAcqGHGjsUcqWGPbqAaeqaniabggHiLdGccqGGUaGlaaa@541C@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>The <b>line density </b><abbrgrp><abbr bid="B13">13</abbr></abbrgrp> equals the mean adjacency, i.e</p>
            <p>
               <display-formula id="M22">
                  <m:math name="1752-0509-1-24-i63" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>D</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>n</m:mi>
                           <m:mi>s</m:mi>
                           <m:mi>i</m:mi>
                           <m:mi>t</m:mi>
                           <m:mi>y</m:mi>
                           <m:mo stretchy="false">(</m:mo>
                           <m:mi>A</m:mi>
                           <m:mo>&#8722;</m:mo>
                           <m:mi>I</m:mi>
                           <m:mo stretchy="false">)</m:mo>
                           <m:mo>=</m:mo>
                           <m:mfrac>
                              <m:mrow>
                                 <m:mstyle displaystyle="true">
                                    <m:msub>
                                       <m:mo>&#8721;</m:mo>
                                       <m:mi>i</m:mi>
                                    </m:msub>
                                    <m:mrow>
                                       <m:mstyle displaystyle="true">
                                          <m:msub>
                                             <m:mo>&#8721;</m:mo>
                                             <m:mrow>
                                                <m:mi>j</m:mi>
                                                <m:mo>&#8800;</m:mo>
                                                <m:mi>i</m:mi>
                                             </m:mrow>
                                          </m:msub>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>a</m:mi>
                                                <m:mrow>
                                                   <m:mi>i</m:mi>
                                                   <m:mi>j</m:mi>
                                                </m:mrow>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mstyle>
                                    </m:mrow>
                                 </m:mstyle>
                              </m:mrow>
                              <m:mrow>
                                 <m:mi>n</m:mi>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:mi>n</m:mi>
                                 <m:mo>&#8722;</m:mo>
                                 <m:mn>1</m:mn>
                                 <m:mo stretchy="false">)</m:mo>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>=</m:mo>
                           <m:mfrac>
                              <m:mrow>
                                 <m:msub>
                                    <m:mi>S</m:mi>
                                    <m:mn>1</m:mn>
                                 </m:msub>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:mi>k</m:mi>
                                 <m:mo stretchy="false">)</m:mo>
                              </m:mrow>
                              <m:mrow>
                                 <m:mi>n</m:mi>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:mi>n</m:mi>
                                 <m:mo>&#8722;</m:mo>
                                 <m:mn>1</m:mn>
                                 <m:mo stretchy="false">)</m:mo>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>=</m:mo>
                           <m:mfrac>
                              <m:mrow>
                                 <m:mi>m</m:mi>
                                 <m:mi>e</m:mi>
                                 <m:mi>a</m:mi>
                                 <m:mi>n</m:mi>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:mi>k</m:mi>
                                 <m:mo stretchy="false">)</m:mo>
                              </m:mrow>
                              <m:mrow>
                                 <m:mi>n</m:mi>
                                 <m:mo>&#8722;</m:mo>
                                 <m:mn>1</m:mn>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>.</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGebarcqWGLbqzcqWGUbGBcqWGZbWCcqWGPbqAcqWG0baDcqWG5bqEcqGGOaakcqWGbbqqcqGHsislcqWGjbqscqGGPaqkcqGH9aqpdaWcaaqaamaaqababaWaaabeaeaacqWGHbqydaWgaaWcbaGaemyAaKMaemOAaOgabeaaaeaacqWGQbGAcqGHGjsUcqWGPbqAaeqaniabggHiLdaaleaacqWGPbqAaeqaniabggHiLdaakeaacqWGUbGBcqGGOaakcqWGUbGBcqGHsislcqaIXaqmcqGGPaqkaaGaeyypa0ZaaSaaaeaacqWGtbWudaWgaaWcbaGaeGymaedabeaakiabcIcaOGqadiab=TgaRjabcMcaPaqaaiabd6gaUjabcIcaOiabd6gaUjabgkHiTiabigdaXiabcMcaPaaacqGH9aqpdaWcaaqaaiabd2gaTjabdwgaLjabdggaHjabd6gaUjabcIcaOiab=TgaRjabcMcaPaqaaiabd6gaUjabgkHiTiabigdaXaaacqGGUaGlaaa@6AB9@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>For notational convenience, we sometimes omit the reference to the adjacency matrix and simply write <it>Density </it>to denote the fundamental network concepts.</p>
            <p>The normalized connectivity <b>centralization </b>(also known as degree centralization) <abbrgrp><abbr bid="B14">14</abbr></abbrgrp> is given by</p>
            <p>
               <display-formula id="M23">
                  <m:math name="1752-0509-1-24-i64" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>C</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>n</m:mi>
                           <m:mi>t</m:mi>
                           <m:mi>r</m:mi>
                           <m:mi>a</m:mi>
                           <m:mi>l</m:mi>
                           <m:mi>i</m:mi>
                           <m:mi>z</m:mi>
                           <m:mi>a</m:mi>
                           <m:mi>t</m:mi>
                           <m:mi>i</m:mi>
                           <m:mi>o</m:mi>
                           <m:mi>n</m:mi>
                           <m:mo stretchy="false">(</m:mo>
                           <m:mi>A</m:mi>
                           <m:mo>&#8722;</m:mo>
                           <m:mi>I</m:mi>
                           <m:mo stretchy="false">)</m:mo>
                           <m:mo>=</m:mo>
                           <m:mfrac>
                              <m:mi>n</m:mi>
                              <m:mrow>
                                 <m:mi>n</m:mi>
                                 <m:mo>&#8722;</m:mo>
                                 <m:mn>2</m:mn>
                              </m:mrow>
                           </m:mfrac>
                           <m:mrow>
                              <m:mo>(</m:mo>
                              <m:mrow>
                                 <m:mfrac>
                                    <m:mrow>
                                       <m:mi>max</m:mi>
                                       <m:mo>&#8289;</m:mo>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:mi>k</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                    </m:mrow>
                                    <m:mrow>
                                       <m:mi>n</m:mi>
                                       <m:mo>&#8722;</m:mo>
                                       <m:mn>1</m:mn>
                                    </m:mrow>
                                 </m:mfrac>
                                 <m:mo>&#8722;</m:mo>
                                 <m:mi>D</m:mi>
                                 <m:mi>e</m:mi>
                                 <m:mi>n</m:mi>
                                 <m:mi>s</m:mi>
                                 <m:mi>i</m:mi>
                                 <m:mi>t</m:mi>
                                 <m:mi>y</m:mi>
                              </m:mrow>
                              <m:mo>)</m:mo>
                           </m:mrow>
                           <m:mo>=</m:mo>
                           <m:mfrac>
                              <m:mi>n</m:mi>
                              <m:mrow>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:mi>n</m:mi>
                                 <m:mo>&#8722;</m:mo>
                                 <m:mn>2</m:mn>
                                 <m:mo stretchy="false">)</m:mo>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:mi>n</m:mi>
                                 <m:mo>&#8722;</m:mo>
                                 <m:mn>1</m:mn>
                                 <m:mo stretchy="false">)</m:mo>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo stretchy="false">(</m:mo>
                           <m:mi>max</m:mi>
                           <m:mo>&#8289;</m:mo>
                           <m:mo stretchy="false">(</m:mo>
                           <m:mi>k</m:mi>
                           <m:mo stretchy="false">)</m:mo>
                           <m:mo>&#8722;</m:mo>
                           <m:mi>m</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>a</m:mi>
                           <m:mi>n</m:mi>
                           <m:mo stretchy="false">(</m:mo>
                           <m:mi>k</m:mi>
                           <m:mo stretchy="false">)</m:mo>
                           <m:mo stretchy="false">)</m:mo>
                           <m:mo>.</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGdbWqcqWGLbqzcqWGUbGBcqWG0baDcqWGYbGCcqWGHbqycqWGSbaBcqWGPbqAcqWG6bGEcqWGHbqycqWG0baDcqWGPbqAcqWGVbWBcqWGUbGBcqGGOaakcqWGbbqqcqGHsislcqWGjbqscqGGPaqkcqGH9aqpdaWcaaqaaiabd6gaUbqaaiabd6gaUjabgkHiTiabikdaYaaadaqadaqaamaalaaabaGagiyBa0MaeiyyaeMaeiiEaGNaeiikaGccbmGae83AaSMaeiykaKcabaGaemOBa4MaeyOeI0IaeGymaedaaiabgkHiTiabdseaejabdwgaLjabd6gaUjabdohaZjabdMgaPjabdsha0jabdMha5bGaayjkaiaawMcaaiabg2da9maalaaabaGaemOBa4gabaGaeiikaGIaemOBa4MaeyOeI0IaeGOmaiJaeiykaKIaeiikaGIaemOBa4MaeyOeI0IaeGymaeJaeiykaKcaaiabcIcaOiGbc2gaTjabcggaHjabcIha4jabcIcaOiab=TgaRjabcMcaPiabgkHiTiabd2gaTjabdwgaLjabdggaHjabd6gaUjabcIcaOiab=TgaRjabcMcaPiabcMcaPiabc6caUaaa@8050@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>Our definition of the network <b>heterogeneity </b>equals the coefficient of variation of the connectivity distribution, i.e.</p>
            <p>
               <display-formula id="M24">
                  <m:math name="1752-0509-1-24-i65" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>H</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>t</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>r</m:mi>
                           <m:mi>o</m:mi>
                           <m:mi>g</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>n</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>i</m:mi>
                           <m:mi>t</m:mi>
                           <m:mi>y</m:mi>
                           <m:mo stretchy="false">(</m:mo>
                           <m:mi>A</m:mi>
                           <m:mo>&#8722;</m:mo>
                           <m:mi>I</m:mi>
                           <m:mo stretchy="false">)</m:mo>
                           <m:mo>=</m:mo>
                           <m:mfrac>
                              <m:mrow>
                                 <m:msqrt>
                                    <m:mrow>
                                       <m:mi>v</m:mi>
                                       <m:mi>a</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>a</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>c</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:mi>k</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                    </m:mrow>
                                 </m:msqrt>
                              </m:mrow>
                              <m:mrow>
                                 <m:mi>m</m:mi>
                                 <m:mi>e</m:mi>
                                 <m:mi>a</m:mi>
                                 <m:mi>n</m:mi>
                                 <m:mo stretchy="false">(</m:mo>
                                 <m:mi>k</m:mi>
                                 <m:mo stretchy="false">)</m:mo>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>=</m:mo>
                           <m:msqrt>
                              <m:mrow>
                                 <m:mfrac>
                                    <m:mrow>
                                       <m:mi>n</m:mi>
                                       <m:msub>
                                          <m:mi>S</m:mi>
                                          <m:mn>2</m:mn>
                                       </m:msub>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:mi>k</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                    </m:mrow>
                                    <m:mrow>
                                       <m:msub>
                                          <m:mi>S</m:mi>
                                          <m:mn>1</m:mn>
                                       </m:msub>
                                       <m:msup>
                                          <m:mrow>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>k</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                          <m:mn>2</m:mn>
                                       </m:msup>
                                    </m:mrow>
                                 </m:mfrac>
                                 <m:mo>&#8722;</m:mo>
                                 <m:mn>1</m:mn>
                              </m:mrow>
                           </m:msqrt>
                           <m:mo>.</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGibascqWGLbqzcqWG0baDcqWGLbqzcqWGYbGCcqWGVbWBcqWGNbWzcqWGLbqzcqWGUbGBcqWGLbqzcqWGPbqAcqWG0baDcqWG5bqEcqGGOaakcqWGbbqqcqGHsislcqWGjbqscqGGPaqkcqGH9aqpdaWcaaqaamaakaaabaacbiGae8NDayNae8xyaeMae8NCaiNaemyAaKMaemyyaeMaemOBa4Maem4yamMaemyzauMaeiikaGccbmGae43AaSMaeiykaKcaleqaaaGcbaGaemyBa0MaemyzauMaemyyaeMaemOBa4MaeiikaGIae43AaSMaeiykaKcaaiabg2da9maakaaabaWaaSaaaeaacqWGUbGBcqWGtbWudaWgaaWcbaGaeGOmaidabeaakiabcIcaOiab+TgaRjabcMcaPaqaaiabdofatnaaBaaaleaacqaIXaqmaeqaaOGaeiikaGIae43AaSMaeiykaKYaaWbaaSqabeaacqaIYaGmaaaaaOGaeyOeI0IaeGymaedaleqaaOGaeiOla4caaa@6C0A@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>Note that <it>Heterogeneity</it>(<it>b </it>* <it>M</it>) = <it>Heterogeneity</it>(<it>M</it>) for a scalar <it>b </it>&#8800; 0.</p>
            <p>The <b>clustering coefficient </b>of node <it>i </it>is a density measure of local connections, or 'cliquishness' <abbrgrp><abbr bid="B19">19</abbr><abbr bid="B20">20</abbr></abbrgrp>. Specifically,</p>
            <p>
               <display-formula id="M25">
                  <m:math name="1752-0509-1-24-i66" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>C</m:mi>
                           <m:mi>l</m:mi>
                           <m:mi>u</m:mi>
                           <m:mi>s</m:mi>
                           <m:mi>t</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>r</m:mi>
                           <m:mi>C</m:mi>
                           <m:mi>o</m:mi>
                           <m:mi>e</m:mi>
                           <m:msub>
                              <m:mi>f</m:mi>
                              <m:mi>i</m:mi>
                           </m:msub>
                           <m:mo>=</m:mo>
                           <m:mi>C</m:mi>
                           <m:mi>l</m:mi>
                           <m:mi>u</m:mi>
                           <m:mi>s</m:mi>
                           <m:mi>t</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>r</m:mi>
                           <m:mi>C</m:mi>
                           <m:mi>o</m:mi>
                           <m:mi>e</m:mi>
                           <m:msub>
                              <m:mi>f</m:mi>
                              <m:mi>i</m:mi>
                           </m:msub>
                           <m:mo stretchy="false">(</m:mo>
                           <m:mi>A</m:mi>
                           <m:mo>&#8722;</m:mo>
                           <m:mi>I</m:mi>
                           <m:mo stretchy="false">)</m:mo>
                           <m:mo>=</m:mo>
                           <m:mfrac>
                              <m:mrow>
                                 <m:msub>
                                    <m:mi>n</m:mi>
                                    <m:mi>i</m:mi>
                                 </m:msub>
                              </m:mrow>
                              <m:mrow>
                                 <m:msub>
                                    <m:mi>&#960;</m:mi>
                                    <m:mi>i</m:mi>
                                 </m:msub>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>=</m:mo>
                           <m:mfrac>
                              <m:mrow>
                                 <m:mstyle displaystyle="true">
                                    <m:msub>
                                       <m:mo>&#8721;</m:mo>
                                       <m:mrow>
                                          <m:mi>l</m:mi>
                                          <m:mo>&#8800;</m:mo>
                                          <m:mi>i</m:mi>
                                       </m:mrow>
                                    </m:msub>
                                    <m:mrow>
                                       <m:mstyle displaystyle="true">
                                          <m:msub>
                                             <m:mo>&#8721;</m:mo>
                                             <m:mrow>
                                                <m:mi>m</m:mi>
                                                <m:mo>&#8800;</m:mo>
                                                <m:mi>i</m:mi>
                                                <m:mo>,</m:mo>
                                                <m:mi>l</m:mi>
                                             </m:mrow>
                                          </m:msub>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>a</m:mi>
                                                <m:mrow>
                                                   <m:mi>i</m:mi>
                                                   <m:mi>l</m:mi>
                                                </m:mrow>
                                             </m:msub>
                                             <m:msub>
                                                <m:mi>a</m:mi>
                                                <m:mrow>
                                                   <m:mi>l</m:mi>
                                                   <m:mi>m</m:mi>
                                                </m:mrow>
                                             </m:msub>
                                             <m:msub>
                                                <m:mi>a</m:mi>
                                                <m:mrow>
                                                   <m:mi>m</m:mi>
                                                   <m:mi>i</m:mi>
                                                </m:mrow>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mstyle>
                                    </m:mrow>
                                 </m:mstyle>
                              </m:mrow>
                              <m:mrow>
                                 <m:mrow>
                                    <m:mo>{</m:mo>
                                    <m:mrow>
                                       <m:msup>
                                          <m:mrow>
                                             <m:mrow>
                                                <m:mo>(</m:mo>
                                                <m:mrow>
                                                   <m:mstyle displaystyle="true">
                                                      <m:msub>
                                                         <m:mo>&#8721;</m:mo>
                                                         <m:mrow>
                                                            <m:mi>l</m:mi>
                                                            <m:mo>&#8800;</m:mo>
                                                            <m:mi>i</m:mi>
                                                         </m:mrow>
                                                      </m:msub>
                                                      <m:mrow>
                                                         <m:msub>
                                                            <m:mi>a</m:mi>
                                                            <m:mrow>
                                                               <m:mi>i</m:mi>
                                                               <m:mi>l</m:mi>
                                                            </m:mrow>
                                                         </m:msub>
                                                      </m:mrow>
                                                   </m:mstyle>
                                                </m:mrow>
                                                <m:mo>)</m:mo>
                                             </m:mrow>
                                          </m:mrow>
                                          <m:mn>2</m:mn>
                                       </m:msup>
                                       <m:mo>&#8722;</m:mo>
                                       <m:mstyle displaystyle="true">
                                          <m:msub>
                                             <m:mo>&#8721;</m:mo>
                                             <m:mrow>
                                                <m:mi>l</m:mi>
                                                <m:mo>&#8800;</m:mo>
                                                <m:mi>i</m:mi>
                                             </m:mrow>
                                          </m:msub>
                                          <m:mrow>
                                             <m:msubsup>
                                                <m:mi>a</m:mi>
                                                <m:mrow>
                                                   <m:mi>i</m:mi>
                                                   <m:mi>l</m:mi>
                                                </m:mrow>
                                                <m:mn>2</m:mn>
                                             </m:msubsup>
                                          </m:mrow>
                                       </m:mstyle>
                                    </m:mrow>
                                    <m:mo>}</m:mo>
                                 </m:mrow>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>.</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGdbWqcqWGSbaBcqWG1bqDcqWGZbWCcqWG0baDcqWGLbqzcqWGYbGCcqWGdbWqcqWGVbWBcqWGLbqzcqWGMbGzdaWgaaWcbaGaemyAaKgabeaakiabg2da9iabdoeadjabdYgaSjabdwha1jabdohaZjabdsha0jabdwgaLjabdkhaYjabdoeadjabd+gaVjabdwgaLjabdAgaMnaaBaaaleaacqWGPbqAaeqaaOGaeiikaGIaemyqaeKaeyOeI0IaemysaKKaeiykaKIaeyypa0ZaaSaaaeaacqWGUbGBdaWgaaWcbaGaemyAaKgabeaaaOqaaGGaciab=b8aWnaaBaaaleaacqWGPbqAaeqaaaaakiabg2da9maalaaabaWaaabeaeaadaaeqaqaaiabdggaHnaaBaaaleaacqWGPbqAcqWGSbaBaeqaaOGaemyyae2aaSbaaSqaaiabdYgaSjabd2gaTbqabaGccqWGHbqydaWgaaWcbaGaemyBa0MaemyAaKgabeaaaeaacqWGTbqBcqGHGjsUcqWGPbqAcqGGSaalcqWGSbaBaeqaniabggHiLdaaleaacqWGSbaBcqGHGjsUcqWGPbqAaeqaniabggHiLdaakeaadaGadeqaamaabmaabaWaaabeaeaacqWGHbqydaWgaaWcbaGaemyAaKMaemiBaWgabeaaaeaacqWGSbaBcqGHGjsUcqWGPbqAaeqaniabggHiLdaakiaawIcacaGLPaaadaahaaWcbeqaaiabikdaYaaakiabgkHiTmaaqababaGaemyyae2aa0baaSqaaiabdMgaPjabdYgaSbqaaiabikdaYaaaaeaacqWGSbaBcqGHGjsUcqWGPbqAaeqaniabggHiLdaakiaawUhacaGL9baaaaGaeiOla4caaa@93EF@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>The <b>topological overlap </b>between nodes <it>i </it>and <it>j </it>reflects their relative interconnectedness. It is defined by</p>
            <p>
               <display-formula id="M26">
                  <m:math name="1752-0509-1-24-i67" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>T</m:mi>
                           <m:mi>o</m:mi>
                           <m:mi>p</m:mi>
                           <m:mi>O</m:mi>
                           <m:mi>v</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>r</m:mi>
                           <m:mi>l</m:mi>
                           <m:mi>a</m:mi>
                           <m:msub>
                              <m:mi>p</m:mi>
                              <m:mrow>
                                 <m:mi>i</m:mi>
                                 <m:mi>j</m:mi>
                              </m:mrow>
                           </m:msub>
                           <m:mo>=</m:mo>
                           <m:mi>T</m:mi>
                           <m:mi>o</m:mi>
                           <m:mi>p</m:mi>
                           <m:mi>O</m:mi>
                           <m:mi>v</m:mi>
                           <m:mi>e</m:mi>
                           <m:mi>r</m:mi>
                           <m:mi>l</m:mi>
                           <m:mi>a</m:mi>
                           <m:msub>
                              <m:mi>p</m:mi>
                              <m:mrow>
                                 <m:mi>i</m:mi>
                                 <m:mi>j</m:mi>
                              </m:mrow>
                           </m:msub>
                           <m:mo stretchy="false">(</m:mo>
                           <m:mi>A</m:mi>
                           <m:mo>&#8722;</m:mo>
                           <m:mi>I</m:mi>
                           <m:mo stretchy="false">)</m:mo>
                           <m:mo>=</m:mo>
                           <m:mfrac>
                              <m:mrow>
                                 <m:msub>
                                    <m:mi>l</m:mi>
                                    <m:mrow>
                                       <m:mi>i</m:mi>
                                       <m:mi>j</m:mi>
                                    </m:mrow>
                                 </m:msub>
                                 <m:mo>+</m:mo>
                                 <m:msub>
                                    <m:mi>a</m:mi>
                                    <m:mrow>
                                       <m:mi>i</m:mi>
                                       <m:mi>j</m:mi>
                                    </m:mrow>
                                 </m:msub>
                              </m:mrow>
                              <m:mrow>
                                 <m:mi>min</m:mi>
                                 <m:mo>&#8289;</m:mo>
                                 <m:mo>{</m:mo>
                                 <m:msub>
                                    <m:mi>k</m:mi>
                                    <m:mi>i</m:mi>
                                 </m:msub>
                                 <m:mo>,</m:mo>
                                 <m:msub>
                                    <m:mi>k</m:mi>
                                    <m:mi>j</m:mi>
                                 </m:msub>
                                 <m:mo>}</m:mo>
                                 <m:mo>+</m:mo>
                                 <m:mn>1</m:mn>
                                 <m:mo>&#8722;</m:mo>
                                 <m:msub>
                                    <m:mi>a</m:mi>
                                    <m:mrow>
                                       <m:mi>i</m:mi>
                                       <m:mi>j</m:mi>
                                    </m:mrow>
                                 </m:msub>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>,</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGubavcqWGVbWBcqWGWbaCcqWGpbWtcqWG2bGDcqWGLbqzcqWGYbGCcqWGSbaBcqWGHbqycqWGWbaCdaWgaaWcbaGaemyAaKMaemOAaOgabeaakiabg2da9iabdsfaujabd+gaVjabdchaWjabd+eapjabdAha2jabdwgaLjabdkhaYjabdYgaSjabdggaHjabdchaWnaaBaaaleaacqWGPbqAcqWGQbGAaeqaaOGaeiikaGIaemyqaeKaeyOeI0IaemysaKKaeiykaKIaeyypa0ZaaSaaaeaacqWGSbaBdaWgaaWcbaGaemyAaKMaemOAaOgabeaakiabgUcaRiabdggaHnaaBaaaleaacqWGPbqAcqWGQbGAaeqaaaGcbaGagiyBa0MaeiyAaKMaeiOBa4Maei4EaSNaem4AaS2aaSbaaSqaaiabdMgaPbqabaGccqGGSaalcqWGRbWAdaWgaaWcbaGaemOAaOgabeaakiabc2ha9jabgUcaRiabigdaXiabgkHiTiabdggaHnaaBaaaleaacqWGPbqAcqWGQbGAaeqaaaaakiabcYcaSaaa@7373@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>where <it>l</it><sub><it>ij </it></sub>= &#8721;<sub><it>u</it>&#8800;<it>i</it>,<it>j</it></sub><it>a</it><sub><it>iu</it></sub><it>a</it><sub><it>uj</it></sub>.</p>
         </sec>
         <sec>
            <st>
               <p>Network concepts in exactly factorizable networks</p>
            </st>
            <p>In the following, we will present explicit formulas for the fundamental network concepts in Definition 5 when the adjacency matrix <it>A </it>is exactly factorizable, i.e. if <it>a</it><sub><it>ij </it></sub>= <it>CF</it><sub><it>i</it></sub><it>CF</it><sub><it>j</it></sub>. We define the CF-based adjacency matrix as follows</p>
            <p>
               <display-formula id="M27"><it>A</it><sub><it>CF </it></sub>:= <b><it>CF CF</it></b><sup><it>&#964; </it></sup>- <it>diag</it>(<b><it>CF</it></b><sup>2</sup>) + <it>I</it>,</display-formula>
            </p>
            <p>where <it>diag</it>(<b><it>CF</it></b><sup>2</sup>) denotes the diagonal matrix with diagonal elements <inline-formula><m:math name="1752-0509-1-24-i10" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:mi>C</m:mi><m:msubsup><m:mi>F</m:mi><m:mi>i</m:mi><m:mn>2</m:mn></m:msubsup></m:mrow><m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGdbWqcqWGgbGrdaqhaaWcbaGaemyAaKgabaGaeGOmaidaaaaa@314A@</m:annotation></m:semantics></m:math></inline-formula>, <it>i </it>= 1 ...<it>n</it>. Then one can easily show that for exactly factorizable networks</p>
            <p>
               <display-formula id="M28">
                  <m:math name="1752-0509-1-24-i68" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mtable>
                              <m:mtr>
                                 <m:mtd>
                                    <m:mi>A</m:mi>
                                 </m:mtd>
                                 <m:mtd>
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd>
                                    <m:mrow>
                                       <m:msub>
                                          <m:mi>A</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo>,</m:mo>
                                          </m:mrow>
                                       </m:msub>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr>
                                 <m:mtd>
                                    <m:mrow>
                                       <m:mi>N</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>w</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>k</m:mi>
                                       <m:mi>C</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>c</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>p</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:mi>A</m:mi>
                                       <m:mo>&#8722;</m:mo>
                                       <m:mi>I</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd>
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd>
                                    <m:mrow>
                                       <m:mi>N</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>w</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>k</m:mi>
                                       <m:mi>C</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>c</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>p</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:msub>
                                          <m:mi>A</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                       <m:mo>&#8722;</m:mo>
                                       <m:mi>I</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                       <m:mo>.</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                           </m:mtable>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaafaqadeGadaaabaGaemyqaeeabaGaeyypa0dabaGaemyqae0aaSbaaSqaaiabdoeadjabdAeagjabcYcaSaqabaaakeaacqWGobGtcqWGLbqzcqWG0baDcqWG3bWDcqWGVbWBcqWGYbGCcqWGRbWAcqWGdbWqcqWGVbWBcqWGUbGBcqWGJbWycqWGLbqzcqWGWbaCcqWG0baDcqGGOaakcqWGbbqqcqGHsislcqWGjbqscqGGPaqkaeaacqGH9aqpaeaacqWGobGtcqWGLbqzcqWG0baDcqWG3bWDcqWGVbWBcqWGYbGCcqWGRbWAcqWGdbWqcqWGVbWBcqWGUbGBcqWGJbWycqWGLbqzcqWGWbaCcqWG0baDcqGGOaakcqWGbbqqdaWgaaWcbaGaem4qamKaemOrayeabeaakiabgkHiTiabdMeajjabcMcaPiabc6caUaaaaaa@66B9@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>Using our definition of network concept functions in equations (21), one can easily derive the following formulas for <it>NetworkConcept</it>(<it>A</it><sub><it>CF </it></sub>- <it>I</it>) in terms of the quantities <it>S</it><sub><it>p</it></sub>(<b><it>CF</it></b>) = &#8721;<sub><it>i</it></sub><inline-formula><m:math name="1752-0509-1-24-i69" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:mi>C</m:mi><m:msubsup><m:mi>F</m:mi><m:mi>i</m:mi><m:mi>p</m:mi></m:msubsup></m:mrow><m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGdbWqcqWGgbGrdaqhaaWcbaGaemyAaKgabaGaemiCaahaaaaa@31C1@</m:annotation></m:semantics></m:math></inline-formula>.</p>
            <p>
               <display-formula id="M29">
                  <m:math name="1752-0509-1-24-i70" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mtable columnalign="left">
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mi>C</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>c</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>v</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:msub>
                                          <m:mi>y</m:mi>
                                          <m:mi>i</m:mi>
                                       </m:msub>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:msub>
                                          <m:mi>A</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                       <m:mo>&#8722;</m:mo>
                                       <m:mi>I</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mi>C</m:mi>
                                       <m:msub>
                                          <m:mi>F</m:mi>
                                          <m:mi>i</m:mi>
                                       </m:msub>
                                       <m:msub>
                                          <m:mi>S</m:mi>
                                          <m:mn>1</m:mn>
                                       </m:msub>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:mi>C</m:mi>
                                       <m:mi>F</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                       <m:mo>&#8722;</m:mo>
                                       <m:mi>C</m:mi>
                                       <m:msubsup>
                                          <m:mi>F</m:mi>
                                          <m:mi>i</m:mi>
                                          <m:mn>2</m:mn>
                                       </m:msubsup>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mi>D</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>s</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>y</m:mi>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:msub>
                                          <m:mi>A</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                       <m:mo>&#8722;</m:mo>
                                       <m:mi>I</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:msup>
                                                <m:mrow>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:mi>C</m:mi>
                                                   <m:mi>F</m:mi>
                                                   <m:mo stretchy="false">)</m:mo>
                                                </m:mrow>
                                                <m:mn>2</m:mn>
                                             </m:msup>
                                             <m:mo>&#8722;</m:mo>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mi>n</m:mi>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>n</m:mi>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                       </m:mfrac>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mi>C</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>a</m:mi>
                                       <m:mi>l</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>z</m:mi>
                                       <m:mi>a</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:msub>
                                          <m:mi>A</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                       <m:mo>&#8722;</m:mo>
                                       <m:mi>I</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mi>n</m:mi>
                                          <m:mrow>
                                             <m:mi>n</m:mi>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>2</m:mn>
                                          </m:mrow>
                                       </m:mfrac>
                                       <m:mrow>
                                          <m:mo>(</m:mo>
                                          <m:mrow>
                                             <m:mfrac>
                                                <m:mrow>
                                                   <m:mi>max</m:mi>
                                                   <m:mo>&#8289;</m:mo>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:mi>C</m:mi>
                                                   <m:mi>o</m:mi>
                                                   <m:mi>n</m:mi>
                                                   <m:mi>n</m:mi>
                                                   <m:mi>e</m:mi>
                                                   <m:mi>c</m:mi>
                                                   <m:mi>t</m:mi>
                                                   <m:mi>i</m:mi>
                                                   <m:mi>v</m:mi>
                                                   <m:mi>i</m:mi>
                                                   <m:mi>t</m:mi>
                                                   <m:mi>y</m:mi>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:msub>
                                                      <m:mi>A</m:mi>
                                                      <m:mrow>
                                                         <m:mi>C</m:mi>
                                                         <m:mi>F</m:mi>
                                                      </m:mrow>
                                                   </m:msub>
                                                   <m:mo>&#8722;</m:mo>
                                                   <m:mi>I</m:mi>
                                                   <m:mo stretchy="false">)</m:mo>
                                                   <m:mo stretchy="false">)</m:mo>
                                                </m:mrow>
                                                <m:mrow>
                                                   <m:mi>n</m:mi>
                                                   <m:mo>&#8722;</m:mo>
                                                   <m:mn>1</m:mn>
                                                </m:mrow>
                                             </m:mfrac>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mi>D</m:mi>
                                             <m:mi>e</m:mi>
                                             <m:mi>n</m:mi>
                                             <m:mi>s</m:mi>
                                             <m:mi>i</m:mi>
                                             <m:mi>t</m:mi>
                                             <m:mi>y</m:mi>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>A</m:mi>
                                                <m:mrow>
                                                   <m:mi>C</m:mi>
                                                   <m:mi>F</m:mi>
                                                </m:mrow>
                                             </m:msub>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mi>I</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                          <m:mo>)</m:mo>
                                       </m:mrow>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mi>H</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>g</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>n</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>i</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>y</m:mi>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:msub>
                                          <m:mi>A</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                       <m:mo>&#8722;</m:mo>
                                       <m:mi>I</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:msqrt>
                                          <m:mrow>
                                             <m:mfrac>
                                                <m:mrow>
                                                   <m:mi>n</m:mi>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:msub>
                                                      <m:mi>S</m:mi>
                                                      <m:mn>2</m:mn>
                                                   </m:msub>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:mi>C</m:mi>
                                                   <m:mi>F</m:mi>
                                                   <m:mo stretchy="false">)</m:mo>
                                                   <m:msub>
                                                      <m:mi>S</m:mi>
                                                      <m:mn>1</m:mn>
                                                   </m:msub>
                                                   <m:msup>
                                                      <m:mrow>
                                                         <m:mo stretchy="false">(</m:mo>
                                                         <m:mi>C</m:mi>
                                                         <m:mi>F</m:mi>
                                                         <m:mo stretchy="false">)</m:mo>
                                                      </m:mrow>
                                                      <m:mn>2</m:mn>
                                                   </m:msup>
                                                   <m:mo>&#8722;</m:mo>
                                                   <m:mn>2</m:mn>
                                                   <m:msub>
                                                      <m:mi>S</m:mi>
                                                      <m:mn>3</m:mn>
                                                   </m:msub>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:mi>C</m:mi>
                                                   <m:mi>F</m:mi>
                                                   <m:mo stretchy="false">)</m:mo>
                                                   <m:msub>
                                                      <m:mi>S</m:mi>
                                                      <m:mn>1</m:mn>
                                                   </m:msub>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:mi>C</m:mi>
                                                   <m:mi>F</m:mi>
                                                   <m:mo stretchy="false">)</m:mo>
                                                   <m:mo>+</m:mo>
                                                   <m:msub>
                                                      <m:mi>S</m:mi>
                                                      <m:mn>4</m:mn>
                                                   </m:msub>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:mi>C</m:mi>
                                                   <m:mi>F</m:mi>
                                                   <m:mo stretchy="false">)</m:mo>
                                                   <m:mo stretchy="false">)</m:mo>
                                                </m:mrow>
                                                <m:mrow>
                                                   <m:msup>
                                                      <m:mrow>
                                                         <m:mo stretchy="false">(</m:mo>
                                                         <m:msub>
                                                            <m:mi>S</m:mi>
                                                            <m:mn>1</m:mn>
                                                         </m:msub>
                                                         <m:msup>
                                                            <m:mrow>
                                                               <m:mo stretchy="false">(</m:mo>
                                                               <m:mi>C</m:mi>
                                                               <m:mi>F</m:mi>
                                                               <m:mo stretchy="false">)</m:mo>
                                                            </m:mrow>
                                                            <m:mn>2</m:mn>
                                                         </m:msup>
                                                         <m:mo>&#8722;</m:mo>
                                                         <m:msub>
                                                            <m:mi>S</m:mi>
                                                            <m:mn>2</m:mn>
                                                         </m:msub>
                                                         <m:mo stretchy="false">(</m:mo>
                                                         <m:mi>C</m:mi>
                                                         <m:mi>F</m:mi>
                                                         <m:mo stretchy="false">)</m:mo>
                                                         <m:mo stretchy="false">)</m:mo>
                                                      </m:mrow>
                                                      <m:mn>2</m:mn>
                                                   </m:msup>
                                                </m:mrow>
                                             </m:mfrac>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mn>1</m:mn>
                                          </m:mrow>
                                       </m:msqrt>
                                       <m:mo>,</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mi>C</m:mi>
                                       <m:mi>l</m:mi>
                                       <m:mi>u</m:mi>
                                       <m:mi>s</m:mi>
                                       <m:mi>t</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>C</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:msub>
                                          <m:mi>f</m:mi>
                                          <m:mi>i</m:mi>
                                       </m:msub>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:msub>
                                          <m:mi>A</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                       <m:mo>&#8722;</m:mo>
                                       <m:mi>I</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>&#8722;</m:mo>
                                             <m:msup>
                                                <m:mrow>
                                                   <m:mi>C</m:mi>
                                                   <m:msubsup>
                                                      <m:mi>F</m:mi>
                                                      <m:mi>i</m:mi>
                                                      <m:mn>2</m:mn>
                                                   </m:msubsup>
                                                   <m:mo stretchy="false">)</m:mo>
                                                </m:mrow>
                                                <m:mn>2</m:mn>
                                             </m:msup>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>4</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:msubsup>
                                                <m:mi>F</m:mi>
                                                <m:mi>i</m:mi>
                                                <m:mn>4</m:mn>
                                             </m:msubsup>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:msup>
                                                <m:mrow>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:msub>
                                                      <m:mi>S</m:mi>
                                                      <m:mn>1</m:mn>
                                                   </m:msub>
                                                   <m:mo stretchy="false">(</m:mo>
                                                   <m:mi>C</m:mi>
                                                   <m:mi>F</m:mi>
                                                   <m:mo stretchy="false">)</m:mo>
                                                   <m:mo>&#8722;</m:mo>
                                                   <m:mi>C</m:mi>
                                                   <m:msub>
                                                      <m:mi>F</m:mi>
                                                      <m:mi>i</m:mi>
                                                   </m:msub>
                                                   <m:mo stretchy="false">)</m:mo>
                                                </m:mrow>
                                                <m:mn>2</m:mn>
                                             </m:msup>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>&#8722;</m:mo>
                                             <m:msup>
                                                <m:mrow>
                                                   <m:mi>C</m:mi>
                                                   <m:msubsup>
                                                      <m:mi>F</m:mi>
                                                      <m:mi>i</m:mi>
                                                      <m:mn>2</m:mn>
                                                   </m:msubsup>
                                                   <m:mo stretchy="false">)</m:mo>
                                                </m:mrow>
                                                <m:mn>2</m:mn>
                                             </m:msup>
                                          </m:mrow>
                                       </m:mfrac>
                                       <m:mo>.</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                              <m:mtr columnalign="left">
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mi>T</m:mi>
                                       <m:mi>o</m:mi>
                                       <m:mi>p</m:mi>
                                       <m:mi>O</m:mi>
                                       <m:mi>v</m:mi>
                                       <m:mi>e</m:mi>
                                       <m:mi>r</m:mi>
                                       <m:mi>l</m:mi>
                                       <m:mi>a</m:mi>
                                       <m:msub>
                                          <m:mi>p</m:mi>
                                          <m:mrow>
                                             <m:mi>i</m:mi>
                                             <m:mi>j</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                       <m:mo stretchy="false">(</m:mo>
                                       <m:msub>
                                          <m:mi>A</m:mi>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                          </m:mrow>
                                       </m:msub>
                                       <m:mo>&#8722;</m:mo>
                                       <m:mi>I</m:mi>
                                       <m:mo stretchy="false">)</m:mo>
                                    </m:mrow>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mo>=</m:mo>
                                 </m:mtd>
                                 <m:mtd columnalign="left">
                                    <m:mrow>
                                       <m:mfrac>
                                          <m:mrow>
                                             <m:mi>C</m:mi>
                                             <m:msub>
                                                <m:mi>F</m:mi>
                                                <m:mi>i</m:mi>
                                             </m:msub>
                                             <m:mi>C</m:mi>
                                             <m:msub>
                                                <m:mi>F</m:mi>
                                                <m:mi>j</m:mi>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:msubsup>
                                                <m:mi>F</m:mi>
                                                <m:mi>i</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msubsup>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:msubsup>
                                                <m:mi>F</m:mi>
                                                <m:mi>j</m:mi>
                                                <m:mn>2</m:mn>
                                             </m:msubsup>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>+</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:msub>
                                                <m:mi>F</m:mi>
                                                <m:mi>i</m:mi>
                                             </m:msub>
                                             <m:mi>C</m:mi>
                                             <m:msub>
                                                <m:mi>F</m:mi>
                                                <m:mi>j</m:mi>
                                             </m:msub>
                                          </m:mrow>
                                          <m:mrow>
                                             <m:mi>min</m:mi>
                                             <m:mo>&#8289;</m:mo>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:msub>
                                                <m:mi>F</m:mi>
                                                <m:mi>i</m:mi>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:msub>
                                                <m:mi>F</m:mi>
                                                <m:mi>i</m:mi>
                                             </m:msub>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>,</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:msub>
                                                <m:mi>F</m:mi>
                                                <m:mi>j</m:mi>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>S</m:mi>
                                                <m:mn>1</m:mn>
                                             </m:msub>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:mi>F</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:msub>
                                                <m:mi>F</m:mi>
                                                <m:mi>j</m:mi>
                                             </m:msub>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>+</m:mo>
                                             <m:mn>1</m:mn>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mi>C</m:mi>
                                             <m:msub>
                                                <m:mi>F</m:mi>
                                                <m:mi>i</m:mi>
                                             </m:msub>
                                             <m:mi>C</m:mi>
                                             <m:msub>
                                                <m:mi>F</m:mi>
                                                <m:mi>j</m:mi>
                                             </m:msub>
                                          </m:mrow>
                                       </m:mfrac>
                                    </m:mrow>
                                 </m:mtd>
                              </m:mtr>
                           </m:mtable>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaafaqaaeGbdaaaaeaacqWGdbWqcqWGVbWBcqWGUbGBcqWGUbGBcqWGLbqzcqWGJbWycqWG0baDcqWGPbqAcqWG2bGDcqWGPbqAcqWG0baDcqWG5bqEdaWgaaWcbaGaemyAaKgabeaakiabcIcaOiabdgeabnaaBaaaleaacqWGdbWqcqWGgbGraeqaaOGaeyOeI0IaemysaKKaeiykaKcabaGaeyypa0dabaGaem4qamKaemOray0aaSbaaSqaaiabdMgaPbqabaGccqWGtbWudaWgaaWcbaGaeGymaedabeaakiabcIcaOGqadiab=neadjab=zeagjabcMcaPiabgkHiTiabdoeadjabdAeagnaaDaaaleaacqWGPbqAaeaacqaIYaGmaaGccqGGSaalaeaacqWGebarcqWGLbqzcqWGUbGBcqWGZbWCcqWGPbqAcqWG0baDcqWG5bqEcqGGOaakcqWGbbqqdaWgaaWcbaGaem4qamKaemOrayeabeaakiabgkHiTiabdMeajjabcMcaPaqaaiabg2da9aqaamaalaaabaGaem4uam1aaSbaaSqaaiabigdaXaqabaGccqGGOaakcqWFdbWqcqWFgbGrcqGGPaqkdaahaaWcbeqaaiabikdaYaaakiabgkHiTiabdofatnaaBaaaleaacqaIYaGmaeqaaOGaeiikaGIae83qamKae8NrayKaeiykaKcabaGaemOBa4MaeiikaGIaemOBa4MaeyOeI0IaeGymaeJaeiykaKcaaiabcYcaSaqaaiabdoeadjabdwgaLjabd6gaUjabdsha0jabdkhaYjabdggaHjabdYgaSjabdMgaPjabdQha6jabdggaHjabdsha0jabdMgaPjabd+gaVjabd6gaUjabcIcaOiabdgeabnaaBaaaleaacqWGdbWqcqWGgbGraeqaaOGaeyOeI0IaemysaKKaeiykaKcabaGaeyypa0dabaWaaSaaaeaacqWGUbGBaeaacqWGUbGBcqGHsislcqaIYaGmaaWaaeWaaeaadaWcaaqaaiGbc2gaTjabcggaHjabcIha4jabcIcaOiabdoeadjabd+gaVjabd6gaUjabd6gaUjabdwgaLjabdogaJjabdsha0jabdMgaPjabdAha2jabdMgaPjabdsha0jabdMha5jabcIcaOiabdgeabnaaBaaaleaacqWGdbWqcqWGgbGraeqaaOGaeyOeI0IaemysaKKaeiykaKIaeiykaKcabaGaemOBa4MaeyOeI0IaeGymaedaaiabgkHiTiabdseaejabdwgaLjabd6gaUjabdohaZjabdMgaPjabdsha0jabdMha5jabcIcaOiabdgeabnaaBaaaleaacqWGdbWqcqWGgbGraeqaaOGaeyOeI0IaemysaKKaeiykaKcacaGLOaGaayzkaaGaeiilaWcabaGaemisaGKaemyzauMaemiDaqNaemyzauMaemOCaiNaem4Ba8Maem4zaCMaemyzauMaemOBa4MaemyzauMaemyAaKMaemiDaqNaemyEaKNaeiikaGIaemyqae0aaSbaaSqaaiabdoeadjabdAeagbqabaGccqGHsislcqWGjbqscqGGPaqkaeaacqGH9aqpaeaadaGcaaqaamaalaaabaGaemOBa4MaeiikaGIaem4uam1aaSbaaSqaaiabikdaYaqabaGccqGGOaakcqWFdbWqcqWFgbGrcqGGPaqkcqWGtbWudaWgaaWcbaGaeGymaedabeaakiabcIcaOiab=neadjab=zeagjabcMcaPmaaCaaaleqabaGaeGOmaidaaOGaeyOeI0IaeGOmaiJaem4uam1aaSbaaSqaaiabiodaZaqabaGccqGGOaakcqWFdbWqcqWFgbGrcqGGPaqkcqWGtbWudaWgaaWcbaGaeGymaedabeaakiabcIcaOiab=neadjab=zeagjabcMcaPiabgUcaRiabdofatnaaBaaaleaacqaI0aanaeqaaOGaeiikaGIae83qamKae8NrayKaeiykaKIaeiykaKcabaGaeiikaGIaem4uam1aaSbaaSqaaiabigdaXaqabaGccqGGOaakcqWFdbWqcqWFgbGrcqGGPaqkdaahaaWcbeqaaiabikdaYaaakiabgkHiTiabdofatnaaBaaaleaacqaIYaGmaeqaaOGaeiikaGIae83qamKae8NrayKaeiykaKIaeiykaKYaaWbaaSqabeaacqaIYaGmaaaaaOGaeyOeI0IaeGymaedaleqaaOGaeiilaWcabaGaem4qamKaemiBaWMaemyDauNaem4CamNaemiDaqNaemyzauMaemOCaiNaem4qamKaem4Ba8MaemyzauMaemOzay2aaSbaaSqaaiabdMgaPbqabaGccqGGOaakcqWGbbqqdaWgaaWcbaGaem4qamKaemOrayeabeaakiabgkHiTiabdMeajjabcMcaPaqaaiabg2da9aqaamaalaaabaGaeiikaGIaem4uam1aaSbaaSqaaiabikdaYaqabaGccqGGOaakcqWFdbWqcqWFgbGrcqGGPaqkcqGHsislcqGGOaakcqWGdbWqcqWGgbGrdaqhaaWcbaGaemyAaKgabaGaeGOmaidaaOGaeiykaKYaaWbaaSqabeaacqaIYaGmaaGccqGHsislcqGGOaakcqWGtbWudaWgaaWcbaGaeGinaqdabeaakiabcIcaOiab=neadjab=zeagjabcMcaPiabgkHiTiabdoeadjabdAeagnaaDaaaleaacqWGPbqAaeaacqaI0aanaaGccqGGPaqkaeaacqGGOaakcqWGtbWudaWgaaWcbaGaeGymaedabeaakiabcIcaOiab=neadjab=zeagjabcMcaPiabgkHiTiabdoeadjabdAeagnaaBaaaleaacqWGPbqAaeqaaOGaeiykaKYaaWbaaSqabeaacqaIYaGmaaGccqGHsislcqGGOaakcqWGtbWudaWgaaWcbaGaeGOmaidabeaakiabcIcaOiab=neadjab=zeagjabcMcaPiabgkHiTiabcIcaOiabdoeadjabdAeagnaaDaaaleaacqWGPbqAaeaacqaIYaGmaaGccqGGPaqkdaahaaWcbeqaaiabikdaYaaaaaGccqGGUaGlaeaacqWGubavcqWGVbWBcqWGWbaCcqWGpbWtcqWG2bGDcqWGLbqzcqWGYbGCcqWGSbaBcqWGHbqycqWGWbaCdaWgaaWcbaGaemyAaKMaemOAaOgabeaakiabcIcaOiabdgeabnaaBaaaleaacqWGdbWqcqWGgbGraeqaaOGaeyOeI0IaemysaKKaeiykaKcabaGaeyypa0dabaWaaSaaaeaacqWGdbWqcqWGgbGrdaWgaaWcbaGaemyAaKgabeaakiabdoeadjabdAeagnaaBaaaleaacqWGQbGAaeqaaOGaeiikaGIaem4uam1aaSbaaSqaaiabikdaYaqabaGccqGGOaakcqWFdbWqcqWFgbGrcqGGPaqkcqGHsislcqWGdbWqcqWGgbGrdaqhaaWcbaGaemyAaKgabaGaeGOmaidaaOGaeyOeI0Iaem4qamKaemOray0aa0baaSqaaiabdQgaQbqaaiabikdaYaaakiabcMcaPiabgUcaRiabdoeadjabdAeagnaaBaaaleaacqWGPbqAaeqaaOGaem4qamKaemOray0aaSbaaSqaaiabdQgaQbqabaaakeaacyGGTbqBcqGGPbqAcqGGUbGBcqGGOaakcqWGdbWqcqWGgbGrdaWgaaWcbaGaemyAaKgabeaakiabcIcaOiabdofatnaaBaaaleaacqaIXaqmaeqaaOGaeiikaGIae83qamKae8NrayKaeiykaKIaeyOeI0Iaem4qamKaemOray0aaSbaaSqaaiabdMgaPbqabaGccqGGPaqkcqGGSaalcqWGdbWqcqWGgbGrdaWgaaWcbaGaemOAaOgabeaakiabcIcaOiabdofatnaaBaaaleaacqaIXaqmaeqaaOGaeiikaGIae83qamKae8NrayKaeiykaKIaeyOeI0Iaem4qamKaemOray0aaSbaaSqaaiabdQgaQbqabaGccqGGPaqkcqGGPaqkcqGHRaWkcqaIXaqmcqGHsislcqWGdbWqcqWGgbGrdaWgaaWcbaGaemyAaKgabeaakiabdoeadjabdAeagnaaBaaaleaacqWGQbGAaeqaaaaaaaaaaa@E872@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
         </sec>
         <sec>
            <st>
               <p>Approximate CF-based network concepts in general networks</p>
            </st>
            <p>When <it>A</it><sub><it>CF </it></sub>- <it>I </it>is used as input of a network concept function, it gives rise to a CF-based network concept as detailed in the following</p>
            <p><b>Definition 6 (CF-based Network Concepts) </b><it>Assume that the conformity vector </it><b><it>CF </it></b><it>can be defined for a general adjacency matrix A. Then the CF-based network concepts are defined by evaluating the network concept functions on A</it><sub><it>CF </it></sub>- <it>I </it>= <b><it>CF CF</it></b><sup><it>&#964; </it></sup>- <it>diag</it>(<b><it>CF</it></b><sup>2</sup>)<it>, i.e.</it></p>
            <p>
               <display-formula><it>NetworkConcept</it><sub><it>CF </it></sub>:= <it>NetworkConcept</it>(<it>A</it><sub><it>CF </it></sub>- <it>I</it>).</display-formula>
            </p>
            <p>By definition, fundamental network concepts are equal to their CF-based analogs if <it>A </it>is exactly factorizable.</p>
            <p>In the following, we define <it>approximate </it>CF-based analogs of the fundamental network concepts. The theoretical advantage of these approximate CF-based concepts is that they satisfy simple relationships. Define the <it>approximate CF-based adjacency matrix </it>as follows</p>
            <p>
               <display-formula id="M30"><it>A</it><sub><it>CF</it>,<it>app </it></sub>= <b><it>CF CF</it></b><sup><it>&#964;</it></sup>.</display-formula>
            </p>
            <p>Note that only the diagonal elements differ between <it>A</it><sub><it>CF</it>,<it>app </it></sub>and <it>A</it><sub><it>CF </it></sub>. We define the approximate CF-based network concepts by using <it>AC</it><sub><it>F</it>,<it>app </it></sub>as input of the network concept functions as detailed in the following</p>
            <p><b>Definition 7 (Approximate CF-based Network Concepts) </b><it>The approximate CF-based network concepts of a network A with conformity </it><b><it>CF </it></b><it>are defined by evaluating the network functions (equations (21)) on A</it><sub><it>CF</it>,<it>app </it></sub>= <b><it>CF CF</it></b><sup><it>&#964;</it></sup><it>, i.e.</it></p>
            <p>
               <display-formula><it>NetworkConcept</it><sub><it>CF</it>,<it>app </it></sub>:= <it>NetworkConcept</it>(<it>A</it><sub><it>CF</it>,<it>app</it></sub>).</display-formula>
            </p>
         </sec>
         <sec>
            <st>
               <p>In approximately factorizable networks, fundamental network concepts are approximately equal to their approximate CF-based analogs</p>
            </st>
            <p>Here we will provide a heuristic derivation of Observation 2. Since the components of <b><it>CF </it></b>are positive, one can easily show that <it>S</it><sub>4</sub>(<b><it>CF</it></b>) &#8804; <it>S</it><sub>2</sub>(<b><it>CF</it></b>)<sup>2</sup>. For many large, exactly factorizable networks, the ratio <it>S</it><sub>4</sub>(<b><it>CF</it></b>)<it>/S</it><sub>2</sub>(<b><it>CF</it></b>)<sup>2 </sup>is close to 0. Since <it>S</it><sub>4</sub>(<b><it>CF</it></b>)/<it>S</it><sub>2</sub>(<b><it>CF</it></b>)<sup>2 </sup>= <inline-formula><m:math name="1752-0509-1-24-i71" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:mrow><m:mrow><m:msubsup><m:mrow><m:mrow><m:mo>&#8214;</m:mo><m:mrow><m:mo stretchy="false">(</m:mo><m:msub><m:mi>A</m:mi><m:mrow><m:mi>C</m:mi><m:mi>F</m:mi></m:mrow></m:msub><m:mo>&#8722;</m:mo><m:mi>I</m:mi><m:mo stretchy="false">)</m:mo><m:mo>&#8722;</m:mo><m:msub><m:mi>A</m:mi><m:mrow><m:mi>C</m:mi><m:mi>F</m:mi><m:mo>,</m:mo><m:mi>a</m:mi><m:mi>p</m:mi><m:mi>p</m:mi></m:mrow></m:msub></m:mrow><m:mo>&#8214;</m:mo></m:mrow></m:mrow><m:mi>F</m:mi><m:mn>2</m:mn></m:msubsup></m:mrow><m:mo>/</m:mo><m:mrow><m:msubsup><m:mrow><m:mrow><m:mo>&#8214;</m:mo><m:mrow><m:msub><m:mi>A</m:mi><m:mrow><m:mi>C</m:mi><m:mi>F</m:mi><m:mo>,</m:mo><m:mi>a</m:mi><m:mi>p</m:mi><m:mi>p</m:mi></m:mrow></m:msub></m:mrow><m:mo>&#8214;</m:mo></m:mrow></m:mrow><m:mi>F</m:mi><m:mn>2</m:mn></m:msubsup></m:mrow></m:mrow></m:mrow><m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaWcgaqaamaafmaabaGaeiikaGIaemyqae0aaSbaaSqaaiabdoeadjabdAeagbqabaGccqGHsislcqWGjbqscqGGPaqkcqGHsislcqWGbbqqdaWgaaWcbaGaem4qamKaemOrayKaeiilaWIaemyyaeMaemiCaaNaemiCaahabeaaaOGaayzcSlaawQa7amaaDaaaleaacqWGgbGraeaacqaIYaGmaaaakeaadaqbdaqaaiabdgeabnaaBaaaleaacqWGdbWqcqWGgbGrcqGGSaalcqWGHbqycqWGWbaCcqWGWbaCaeqaaaGccaGLjWUaayPcSdWaa0baaSqaaiabdAeagbqaaiabikdaYaaaaaaaaa@5052@</m:annotation></m:semantics></m:math></inline-formula>, this implies that <it>A</it><sub><it>CF </it></sub>- <it>I </it>&#8776; <it>A</it><sub><it>CF</it>,<it>app</it></sub>. Since the network concept functions are continuous functions, this implies <it>NetworkConcept</it>(<it>A</it><sub><it>CF </it></sub>- <it>I</it>) &#8776; <it>NetworkConcept</it>(<it>A</it><sub><it>CF</it>,<it>app</it></sub>). These derivations are summarized in the following</p>
            <p><b>Observation 8 (Approximate Formulas for CF-based Concepts) </b><it>If S</it><sub>4</sub>(<b><it>CF</it></b>)/<it>S</it><sub>2</sub>(<b><it>CF</it></b>)<sup>2 </sup>&#8776; 0, <it>then</it></p>
            <p>
               <display-formula id="M31"><it>NetworkConcept</it>(<it>A</it><sub><it>CF </it></sub>- <it>I</it>) &#8776; <it>NetworkConcept</it>(<it>A</it><sub><it>CF</it>,<it>app</it></sub>).</display-formula>
            </p>
            <p>In particular, for exactly factorizable networks (i.e. <it>A </it>- <it>I </it>= <it>A</it><sub><it>CF </it></sub>- <it>I</it>), this means that the fundamental network concepts can be approximated by their approximate CF-based analogs.</p>
            <p>In our real data applications, we show empirically that equation (31) holds even in networks that satisfy the assumptions of Observation 8 only approximately.</p>
            <p>In the appendix (equation (43)), we define a measure of network factorizability as follows</p>
            <p>
               <display-formula id="M32">
                  <m:math name="1752-0509-1-24-i72" xmlns:m="http://www.w3.org/1998/Math/MathML">
                     <m:semantics>
                        <m:mrow>
                           <m:mi>F</m:mi>
                           <m:mo stretchy="false">(</m:mo>
                           <m:mi>A</m:mi>
                           <m:mo stretchy="false">)</m:mo>
                           <m:mo>=</m:mo>
                           <m:mn>1</m:mn>
                           <m:mo>&#8722;</m:mo>
                           <m:mfrac>
                              <m:mrow>
                                 <m:msubsup>
                                    <m:mrow>
                                       <m:mrow>
                                          <m:mo>&#8214;</m:mo>
                                          <m:mrow>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:mi>A</m:mi>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mi>I</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mo stretchy="false">(</m:mo>
                                             <m:msub>
                                                <m:mi>A</m:mi>
                                                <m:mrow>
                                                   <m:mi>C</m:mi>
                                                   <m:mi>F</m:mi>
                                                </m:mrow>
                                             </m:msub>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mi>I</m:mi>
                                             <m:mo stretchy="false">)</m:mo>
                                          </m:mrow>
                                          <m:mo>&#8214;</m:mo>
                                       </m:mrow>
                                    </m:mrow>
                                    <m:mi>F</m:mi>
                                    <m:mn>2</m:mn>
                                 </m:msubsup>
                              </m:mrow>
                              <m:mrow>
                                 <m:msubsup>
                                    <m:mrow>
                                       <m:mrow>
                                          <m:mo>&#8214;</m:mo>
                                          <m:mrow>
                                             <m:mi>A</m:mi>
                                             <m:mo>&#8722;</m:mo>
                                             <m:mi>I</m:mi>
                                          </m:mrow>
                                          <m:mo>&#8214;</m:mo>
                                       </m:mrow>
                                    </m:mrow>
                                    <m:mi>F</m:mi>
                                    <m:mn>2</m:mn>
                                 </m:msubsup>
                              </m:mrow>
                           </m:mfrac>
                           <m:mo>,</m:mo>
                        </m:mrow>
                        <m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGgbGrcqGGOaakcqWGbbqqcqGGPaqkcqGH9aqpcqaIXaqmcqGHsisldaWcaaqaamaafmaabaGaeiikaGIaemyqaeKaeyOeI0IaemysaKKaeiykaKIaeyOeI0IaeiikaGIaemyqae0aaSbaaSqaaiabdoeadjabdAeagbqabaGccqGHsislcqWGjbqscqGGPaqkaiaawMa7caGLkWoadaqhaaWcbaGaemOrayeabaGaeGOmaidaaaGcbaWaauWaaeaacqWGbbqqcqGHsislcqWGjbqsaiaawMa7caGLkWoadaqhaaWcbaGaemOrayeabaGaeGOmaidaaaaakiabcYcaSaaa@4EFF@</m:annotation>
                     </m:semantics>
                  </m:math>
               </display-formula>
            </p>
            <p>Thus, in approximately factorizable networks (i.e. <it>F</it>(<it>A</it>) close to 1), <it>A </it>- <it>I </it>can be approximated by <it>A</it><sub><it>CF </it></sub>- <it>I</it>. For a continuous network functions, this implies</p>
            <p>
               <display-formula><it>NetworkConcept</it>(<it>A </it>-<it>I</it>) &#8776; <it>NetworkConcept</it>(<it>A<sub>CF</sub></it>- <it>I</it>),</display-formula>
            </p>
            <p>i.e. the fundamental network concepts are approximately equal to their CF-based analogs in approximately factorizable networks. Observation 8 states that</p>
            <p>
               <display-formula><it>NetworkConcept</it>(<it>A</it><sub><it>CF </it></sub>-<it>I</it>) &#8776; <it>NetworkConcept</it>(<it>A</it><sub><it>CF</it>,<it>app</it></sub>).</display-formula>
            </p>
            <p>Combining the last two equations leads to <it>NetworkConcept</it>(<it>A </it>- <it>I</it>) &#8776; <it>NetworkConcept</it>(<it>A</it><sub><it>CF</it>,<it>app</it></sub>). These derivations are summarized as follows.</p>
            <p>In approximately factorizable networks, the fundamental network concepts are approximately equal to their approximate CF-based analogs, i.e.</p>
            <p>
               <display-formula><it>FundamentalNetworkConcept </it>&#8776; <it>NetworkConcept</it><sub><it>CF</it>,<it>app</it></sub>.</display-formula>
            </p>
         </sec>
         <sec>
            <st>
               <p>Construction of gene co-expression networks</p>
            </st>
            <p>Gene co-expression networks are constructed from microarray data that measures the transcriptional response of cells to changing conditions. We consider the case of <it>n </it>genes with gene expression profiles across <it>m </it>microarray samples. Thus, the gene expression profiles are given by an <it>n </it>&#215; <it>m </it>matrix</p>
            <p>
               <display-formula id="M33"><b><it>X </it></b>= [<it>x</it><sub><it>ij</it></sub>] = (<b><it>x</it></b><sub>1 </sub><b><it>x</it></b><sub>2 </sub> ... <b><it>x</it></b><sub><it>n</it></sub>)<sup><it>&#964;</it></sup>, <it>i </it>= 1, ..., <it>n</it>; <it>j </it>= 1, ..., <it>m</it>,</display-formula>
            </p>
            <p>where the <it>i</it>-th row <inline-formula><m:math name="1752-0509-1-24-i73" xmlns:m="http://www.w3.org/1998/Math/MathML"><m:semantics><m:mrow><m:msubsup><m:mi>x</m:mi><m:mi>i</m:mi><m:mi>&#964;</m:mi></m:msubsup></m:mrow><m:annotation encoding="MathType-MTEF">
 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaaieWacqWF4baEdaqhaaWcbaGaemyAaKgabaacciGae4hXdqhaaaaa@3180@</m:annotation></m:semantics></m:math></inline-formula> is the transcriptional responses of the <it>i</it>-th gene.</p>
            <p>Recently, several groups have suggested thresholding the pairwise Pearson correlation coefficient <it>cor</it>(<b><it>x</it></b><sub><it>i</it></sub>, <b><it>x</it></b><sub><it>j</it></sub>) in order to arrive at gene co-expression networks, which are sometimes referred to as 'relevance' networks <abbrgrp><abbr bid="B11">11</abbr><abbr bid="B32">32</abbr></abbrgrp>. In these networks, a node corresponds to the gene expression profile of a given gene. The corresponding adjacency matrix is determined from a measure of co-expression between the genes. In the examples below, we will use the absolute value of the Pearson correlation coefficient between the gene expression profiles to measure co-expression.</p>
            <p>To transform the co-expression measure into an adjacency, one can make use of an <it>adjacency function</it>. The choice of the adjacency function determines whether the resulting network will be weighted (soft-thresholding) or unweighted (hard-thresholding). The adjacency function is a monotonically increasing function that maps the interval [0, 1] into [0, 1]. A widely used adjacency function is the signum function which implements 'hard' thresholding involving the threshold parameter <it>&#964;</it>. Specifically,</p>
            <p>
               <display-formula id="M34"><it>a</it><sub><it>ij </it></sub>= <it>Signum</it>(|<it>cor</it>(<b><it>x</it></b><sub><it>i</it></sub>, <b><it>x</it></b><sub><it>j</it></sub>)|, <it>&#964;</it>) = <it>Ind</it>(|<it>cor</it>(<b><it>x</it></b><sub><it>i</it></sub>, <b><it>x</it></b><sub><it>j</it></sub>)| &#8805; <it>&#964;</it>),</display-formula>
            </p>
            <p>where the indicator function <it>Ind</it>(&#183;) takes on the value 1 if the condition is satisfied and 0 otherwise. Hard thresholding using the signum function leads to intuitive network concepts (e.g., the node connectivity equals the number of direct neighbors), but it may lead to a loss of information: if &#964; has been set to 0.8, there will be no connection between two nodes if their similarity equals 0.79.</p>
            <p>To avoid the disadvantages of hard thresholding, we proposed a 'soft' thresholding approach that raises the absolute value of the correlation to the power <it>&#946; </it>&#8805; 1 <abbrgrp><abbr bid="B21">21</abbr></abbrgrp>, i.e.</p>
            <p>
               <display-formula id="M35"><it>a</it><sub><it>ij </it></sub>= <it>Power</it>(|<it>cor</it>(<b><it>x</it></b><sub><it>i</it></sub>, <b><it>x</it></b><sub><it>j</it></sub>)|, <it>&#946;</it>) = |<it>cor</it>(<b><it>x</it></b><sub><it>i</it></sub>, <b><it>x</it></b><sub><it>j</it></sub>)|<sup><it>&#946;</it></sup>.</display-formula>
            </p>
            <p>In our yeast cell cycle gene co-expression network analysis, we followed the analysis steps described in <abbrgrp><abbr bid="B21">21</abbr></abbrgrp>. Briefly, we used the 2001 most varying and connected genes. Next, we used the power adjacency function with <it>&#946; </it>= 7 (equation (35)) to construct a weighted gene co-expression network and the signum adjacency function with <it>&#964; </it>= 0.65 (equation (34)) to construct an unweighted network.</p>
            <p>Using our R software tutorial, the reader can easily verify that our conclusions are highly robust with respect to a) different ways of constructing co-expression networks and b) different ways of constructing modules.</p>
         </sec>
      </sec>
      <sec>
         <st>
            <p>Availability and requirements</p>
         </st>
         <p>An R implementation and the data can be obtained from the internet: <url>http://www.genetics.ucla.edu/labs/horvath/ModuleConformity/ModuleNetworks</url></p>
      </sec>
      <sec>
         <st>
            <p>Appendix: node conformity and factorizability of a general network</p>
         </st>
         <p>Equation (20) provides an explicit formula for the conformity of a weighted, exactly factorizable network. For a general, non-factorizable network, we describe here how to compute the conformity by optimizing an objective function. In the following, we assume a general <it>n </it>&#215; <it>n </it>adjacency matrix <it>A </it>where <it>n </it>> 2. Let <b><it>v </it></b>= (<it>v</it><sub>1</sub>,<it>v</it><sub>2</sub>, ...,<it>v</it><sub><it>n</it></sub>)<sup><it>&#964; </it></sup>b