diff --git a/content/rooms/fragments/v2-state-res.md b/content/rooms/fragments/v2-state-res.md index c0ddfb12..d47c893d 100644 --- a/content/rooms/fragments/v2-state-res.md +++ b/content/rooms/fragments/v2-state-res.md @@ -56,10 +56,10 @@ The *auth difference* is calculated by first calculating the full auth chain for each state *S**i*, and then discarding the events belonging to each full auth chain. In symbols: if *F*(*S*) is the full auth chain of a collection of events *S*, the auth difference is - ∪*i* *F*(*Si*) - ∩*i* *F*(*Si*). + ∪*i* *F*(*Si*) - ∩*i* *F*(*Si*). This can be computed more efficiently as - *F*(*C*) - ∩*i* *F*(*Si* - *C*) , + *F*(*C*) - ∩*i* *F*(*S**i* - *C*) , where *C* is the conflicted state set. **Full conflicted set.**