@@ -12,6 +12,29 @@ tags: [数学,集合论,疑问,笔记]
1212表达式,即由项和逻辑连接符$\wedge,\vee,\neg,\rightarrow,\leftrightarrow$连接而成,比如$\forall t_1\forall t_2 t_1=t_2,\exists x_1 F(x_1,x_2,c_1,c_2)$等<br ><br >
1313语句,一种特殊的表达式,其中不含有自由变元,比如上面的$\forall t_1\forall t_2 t_1=t_2$就是语句,而$\exists x_1 F(x_1,x_2,c_1,c_2)$则不是语句,因为$x_2$是自由变元<br ><br >
1414理论,语句的一个集合,说明一个理论时还应指定其是针对于哪一个语言的(明确公理等)
15+ ## 谓词
16+ 在集合论中,我们自然会需要将谓词转换为集合论语言,也就是集合或者真类,不过这两者的转换关系如何呢?一般而言,我们定义对于集合或者真类$A$,其对应的谓词$P_A$是如下定义的
17+
18+ $$
19+ \forall P_A(x)\Longleftrightarrow x\in A
20+ $$
21+
22+ ## 力迫法
23+ ### 力迫构思
24+ 如果偏序集$\mathbb P=(P,<)$满足<br >
25+ 1 . $\mathbb{P}$是一个可分偏序
26+ 2 . $P$中有一个$\leq$最大元$\mathbf{1}\in P$即$\forall p\in P(p\leq 1)$
27+
28+ 则称$\mathbb P=(P,<)$为力迫构思
29+ > $P$上的偏序$<$是一个可分偏序当且仅当
30+ $$
31+ \forall p\in P\forall q\in P[(p\not\leq q)\to \exists s\leq p(\neg (\exists r\in P(r< s\land r< q)))].
32+ $$
33+
34+ 这里面$\mathbf 1$代表力迫法起始的模型,因为其是最弱的条件
35+ ### 力迫条件
36+ 对于$\mathbb P$中的元素,每一个都叫一个力迫条件,而如果对于$p,q$有$p<q$,那么我们说条件$p$比条件$q$更强。越小越强则是为了和集合的包含关系做匹配。<br ><br >
37+ 同样的,如果说两个条件$p,q$相容,那是说$\exists s(s<p\wedge s<q)$,如果不存在$s$那就是相互冲突(此时记为$p\perp q$)。
1538## 一些符号
1639### $\subset_n$
1740页数:76页(书57页)<br >
145168设$U$是一个一元谓词(要注意** 本质上$U$可以是一个类** ,而$U\cap M$一定是集合),设$M$是一个非空传递集合,$A \subseteq M$称$A$是$M$的在语言$\mathcal{L}_ {\in ,U}$下的可定义子集,简称为相对于$U$可定义子集,当且仅当
146169
147170$$
148- \left( \begin{array}{l}{\exists n\in \omega \exists a\in [M]^{n}\exists \phi (x_{0},\dots ,x_{n - 1},x_{n})\in \mathcal{L}_{\in ,U}\not\in\mathcal{L}_{\in ,U}\not\in\mathcal{L}_{\in ,U}\not\in\mathcal{L}_{\in ,U}\not\in\mathcal{L}_{\in ,U}\not\in\mathcal{L}_{\in ,U}\not\in\mathcal{L}_{\in ,U}\not\in\mathcal{L}_{\in ,U}\not\in\mathbb{Z}\not\in\mathcal{L}_{\in ,U}\not\in\mathcal{L}_{\in ,U}\not\in\mathcal{L}_{\in ,U}\not\in\mathcal{L}_{\in ,U}\not\in\mathcal{L}_{\in ,U}\not\in\mathcal{L}_{\in ,U}\not\in\mathcal{L}_{\in ,U}\right).} \end{array}
171+ \left(
172+ \begin{array}{c}
173+ \exists n\in \omega \exists a\in [M]^{n}\exists \phi (x_{0},\dots ,x_{n - 1},x_{n})\in \mathcal{L}_{\in ,U}来见证下述等式:\\
174+ (A=\{b\in M\mid (M,\in,U\cap M)\vDash\varphi[a_0,\cdots,a_{n-1},b]\})
175+ \end{array}
176+ \right)
149177$$
150178
151179并引入符号
0 commit comments