SQL ( ∀x / p→q ) & Discrete Mathematics

( ∀x) P ≡ ¬(∃x(¬P))

(x)P¬(x(¬P))(\forall x)P \equiv \neg (\exists x(\neg P))

$(\forall x)P \equiv \neg (\exists x(\neg P))$

全稱量詞 Universal Quantifier :\forall :
xP(x)    P(x)\forall xP(x) \iff P(x) for all values of xx in the (restricted) domain

存在量詞 Existential Quantifier :\exist:
xP(x)    \exist xP(x) \iff There exists (at least) an element xx in the domain such that P(x)P(x)

德·摩根定律 De Morgan’s Laws for quantifiers:
¬xP(x)x¬P(x)\neg \forall xP(x) \equiv \exist x \neg P(x)


p→q ≡ ¬p∨q

pq¬pqp \rightarrow q \equiv \neg p \vee q

$p \rightarrow q \equiv \neg p \vee q$

蘊涵定律 Implication Law:
pq¬pqp→q≡¬p∨q


REF: https://blog.csdn.net/liteng607/article/details/104649755

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章