祝瑞
社交网络:
宣告:
结果
信念 $B_{a}\theta$: 主体 a 相信命题θ。
行动 $\langle X\rangle\phi$: 公式φ 在行动 X 之后成立。
例如: $[a:\theta](B_{b}\gamma \wedge \neg B_{c}\gamma)$
意味着:“在 $a$ 宣告 θ 后,$b$ 相信 γ,而 $c$ 不相信。”
表示 信念和宣告都是命题性的。
网络 网络是静态的 —— 在信念传播期间不会改变。
语言
$\mathsf{A}$ 是一个有限的主体集合。 $\mathsf{Prop}$ 是命题变元的集合。 消息 (message) 定义如下
\[ \theta ::= p~|~\neg \theta~|~(\theta\wedge \theta)\]
我们定义 $L_{SAL}$ 语言中的公式 (formula) 如下
\[ \phi ::= B_{a} \theta~|~bFa~|~\neg\phi~|~(\phi\wedge\phi)~|~[a: \theta]\phi~|~\langle a! \theta\rangle\phi~|~\langle a! \rangle\phi \]
其中 $p\in \mathsf{Prop}$,$a \in A$,并且对于每个 $a$,在 $L_{SAL}$ 中都有一个模态算子 $B_{a}$。
所有 $L_{SAL}$ 公式都可以等价地转换为否定范式 (Negation Normal Form, NNF) \[ \phi_{\neg} ::= B_{a} \theta \mid \neg B_{a} \theta \mid bFa \mid \neg bFa \mid (\phi \wedge \phi) \mid (\phi \vee \phi) \mid [a:\theta]\phi \mid \langle a!\theta\rangle \phi \mid [a!\theta]\phi \mid \langle a!\rangle \phi \mid [a!]\phi \]
"Hilbert-style systems are easy to define and admit a simple proof of the completeness theorem but they are difficult to use."
——Jon Barwise
表列式证明的过程,就是一棵不断向下扩展的“树”。
其中 $[\vec{b:\gamma}]$ 是一个自由宣告算子序列或是空的,并且 $p$ 是一个新的原子消息,它不出现在该节点的任何祖先中。
证明 $\langle a!p\rangle \neg B_c r \wedge B_c(p\rightarrow r) \to \neg cFa$。 推演其否命题:$\langle a!p\rangle \neg B_c r \wedge B_c(p\rightarrow r) \wedge cFa$
表列规则保持可满足性 (Satisfaction Preserving):
反驳与推导 若从一个公式集合 $H$ 出发构造的表列的所有分支都闭合,则称该表列为 $H$ 的一个反驳表列。我们称前提集合 $H$ 可推导出 $\phi$(记作 $H\vdash \phi$),是说 $H\cup \{\neg\phi\}$ 存在一个反驳表列。
引理 如果公式集合 $H$ 存在一个反驳表列,则 $H$ 是不可满足的,即 $H$ 没有模型。
可靠性定理 该表列系统是可靠的,即对于任意公式集合 $H$ 和公式 $\phi$,若 $H\vdash \phi$,则 $H\vDash \phi$。
推演:$\{[a:p]\langle b!q\rangle B_c r, [b!q] \neg B_c r, [a:r]\neg B_c r\}$
开放分支 (模型定义):
k(b) ⊆ ⟦p→q⟧
k(c) ⊆ ⟦q→r⟧
f(a) = {b} (bFa)
f(b) = {c} (cFb)
社交网络 (固定的):
(结果)
完结表列 (Finished Tableau) 不含 $[a!]$ 算子的公式在表列展开过程中复杂度会降低,因而存在有穷表列并且是可判定的。然而,若包含 $[a!]$ 算子且无法构造反驳表列,则存在无限表列完结地展开所有可能性。
非紧致性 (Non-compactness) 已知 $\mathsf{SAL}$ 逻辑是非紧致的 (Xiong & Ågotnes, 2020)。例如,考虑以下无穷公式集合:
\[\{\langle a!\rangle B_{b}p \wedge \neg B_{b} p \}\cup
\{\neg B_{a}\theta ~|~ \theta \text{ 不是重言式 (tautology)}\}\]
非贪婪集合 (Non-greedy Set) 一个公式集合 $H$ 被称为是贪婪的,如果它所涉及的命题变元集合是余有穷的。否则,$H$ 是非贪婪的。
完全性定理 该表列系统对于非贪婪集合是完全的,即对于任意非贪婪公式集合 $H$ 和公式 $\phi$,若 $H\vDash \phi$,则 $H\vdash \phi$。
对完成社交宣告逻辑以及本表列系统较为重要的文献资料。