等值式概念 :
A
,
B
A , B
A,B 是兩個命題公式 , 如果
A
↔
B
A \leftrightarrow B
A↔B 是永真式 , 那麼
A
,
B
A,B
A,B 兩個命題公式是等值的 , 記做
A
⇔
B
A \Leftrightarrow B
A⇔B ;
等值式特點 :
A
A
A 和
B
B
B 兩個命題公式 , 可以 互相代替 , 凡是出現
A
A
A 的地方都可以替換成
B
B
B , 凡是出現
B
B
B 的地方都可以替換成
A
A
A ;
證明
p
→
q
p \to q
p→q 與
¬
p
∨
q
\lnot p \lor q
¬p∨q 是等值式 ;
p
p
p
q
q
q
p
→
q
p \to q
p→q
¬
p
∨
q
\lnot p \lor q
¬p∨q
(
p
→
q
)
↔
(
¬
p
∨
q
)
(p \to q) \leftrightarrow (\lnot p \lor q)
(p→q)↔(¬p∨q)
0
0
0
0
0
0
1
1
1
1
1
1
1
1
1
0
0
0
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
0
0
0
0
0
0
0
0
0
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
寫出兩個命題公式的真值表 , 從而 計算
(
p
→
q
)
↔
(
¬
p
∨
q
)
(p \to q) \leftrightarrow (\lnot p \lor q)
(p→q)↔(¬p∨q) 的真值表 , 計算完成後發現其是 永真式 , 根據定義 , 這兩個命題公式是等價的 ,
(
p
→
q
)
⇔
(
¬
p
∨
q
)
(p \to q) \Leftrightarrow (\lnot p \lor q)
(p→q)⇔(¬p∨q) ;
三、基本等值式
基本運算規律 :
冪等律 :
A
⇔
A
∨
A
A \Leftrightarrow A \lor A
A⇔A∨A ,
A
∨
A
⇔
A
A \lor A \Leftrightarrow A
A∨A⇔A
交換律 :
A
∨
B
⇔
B
∨
A
A \lor B \Leftrightarrow B \lor A
A∨B⇔B∨A ,
A
∧
B
⇔
B
∧
A
A \land B \Leftrightarrow B \land A
A∧B⇔B∧A
結合律 :
(
A
∨
B
)
∨
C
⇔
A
∨
(
B
∨
C
)
(A \lor B ) \lor C \Leftrightarrow A \lor (B \lor C)
(A∨B)∨C⇔A∨(B∨C) ,
(
A
∧
B
)
∧
C
⇔
A
∧
(
B
∧
C
)
(A \land B ) \land C \Leftrightarrow A \land (B \land C)
(A∧B)∧C⇔A∧(B∧C)
分配律 :
A
∨
(
B
∧
C
)
⇔
(
A
∨
B
)
∧
(
A
∨
C
)
A \lor (B \land C) \Leftrightarrow ( A \lor B ) \land ( A \lor C )
A∨(B∧C)⇔(A∨B)∧(A∨C) ,
A
∧
(
B
∨
C
)
⇔
(
A
∧
B
)
∨
(
A
∧
C
)
A \land (B \lor C) \Leftrightarrow ( A \land B ) \lor ( A \land C )
A∧(B∨C)⇔(A∧B)∨(A∧C)
新運算規律 :
德摩根律 :
¬
(
A
∨
B
)
⇔
¬
A
∧
¬
B
\lnot ( A \lor B ) \Leftrightarrow \lnot A \land \lnot B
¬(A∨B)⇔¬A∧¬B ,
¬
(
A
∧
B
)
⇔
¬
A
∨
¬
B
\lnot ( A \land B ) \Leftrightarrow \lnot A \lor \lnot B
¬(A∧B)⇔¬A∨¬B