1: \begin{definition}[Sequential aggregation of
2: trust {\cite[Theorem UT-1]{Huang:2009:CTA}}]\label{def:seqprop}
3: Let $G=(V,E,\T)$ be a trust graph.
4: Let $a$,$b$ and $c$ be three entities in $V$ and $tr(a,b)\in \T$,
5: $tr(b,c) \in \T$ be respectively the trust degrees associated to the
6: entity pairs $(a,b)$ and $(b,c)$. The {\em sequential aggregation of
7: trust} between $a$ and $c$ is a function $f$, that calculates the
8: trust degree over the trust path $a\rightarrow b \rightarrow c$. It is
9: defined by :
10: \begin{align*}
11: f : \T \times \T \rightarrow \T& ~\text{\em with}~& f(tr(a,b),tr(b,c))&=tr_f(a,c)= \langle td_f(a, c),dtd_f(a, c)\rangle\\
12: &\text{\em where}~~& td_f(a, c)&= td(a, b).td(b, c) + dtd(a, b).dtd(b, c)\\
13: && dtd_f(a, c)&= dtd(a, b).td(b, c) + td(a, b).dtd(b, c)\end{align*}
14: \end{definition}
15: