约 1 分钟
2.6 命题等价公式及应用

↙️ backlink

  • 基本等价关系
    • G,H,SG,H,S 为任意命题公式
      • 幂等律: GG=G; GG=G.G\lor G=G;\ G\land G=G.
      • 交换律: GH=HG; GH=HG.G\lor H=H\lor G;\ G\land H=H\land G.
      • 结合律: G(HS)=(GH)S; G(HS)=(GH)S.G\lor(H\lor S)=(G\lor H)\lor S;\ G\land(H\land S)=(G\land H)\land S.
      • 同一律: G0=G; G1=GG\lor0=G;\ G\land 1=G .
      • 零律: G1=1; G0=0G\lor 1=1;\ G\land 0=0 .
      • 分配律: G(HS)=(GH)(GS); G(HS)=(GH)(GS)G\lor(H\land S)=(G\lor H)\land(G\lor S);\ G\land(H\lor S)=(G\land H)\lor(G\land S) .
      • 吸收律: G(GH)=G; G(GH)=GG\lor(G\land H)=G;\ G\land(G\lor H)=G .
      • 矛盾律: ¬GG=0\neg G\land G=0 .
      • 排中律: ¬GG=1\neg G\lor G=1 .
      • 双重否定律: ¬(¬G)=G\neg(\neg G)=G .
      • 德摩根律(反演律): ¬(GH)=¬G¬H; ¬(GH)=¬G¬H\neg(G\lor H)=\neg G\land\neg H;\ \neg(G\land H)=\neg G\lor\neg H .
      • 蕴含式: GH=¬GHG\rightarrow H=\neg G\lor H .
      • 假言易位(逆否命题): GG=¬H¬GG\rightarrow G=\neg H\rightarrow\neg G .
      • 等价式: GH=(GH)(HG)=(¬GH)(¬HG)G\leftrightarrow H=(G\rightarrow H)\land(H\rightarrow G)=(\neg G\lor H)\land(\neg H\lor G) .
      • 等价否定等式: GH=¬G¬HG\leftrightarrow H=\neg G\leftrightarrow \neg H .
      • 归谬论: (GH)(G¬H)=¬G(G\rightarrow H)\land(G\rightarrow\neg H)=\neg G .