Learn Before
Concept

Negating quantifiers

De Morgan's law (kind of) but extended...

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

  • There is an x for which P(x) is false

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

  • For every x, P(x) is false

0

1

Updated 2020-09-09

Tags

Math