0

Lets's say I have the predicates:

F(x) means x is even
G(x) means x is a prime number

and we take the universe of discourse to be the set of natural numbers N = {1,2,3,...}

How do I notate a proposition such as: "Every number that is a prime number is even"

Would the following be correct? ∀G(x)∃N[F(x)]

x3nr0s
  • 145

1 Answers1

0

$$\forall{x\in\mathbb{N}}:{G(x)}\implies{F(x)}$$

barak manos
  • 43,109