- #1
strifex
- 4
- 0
Hello! I'm just starting out on this logic train and I'm not sure I'm grasping it correctly. I took a statement and attempted to convert it into the symbols below.
∀x∈ℤ,∃y∈ℤ,(E(x)∧E(y)) → x = 2y
The original phrase is:
Any even integer is equal to twice some other event integer.
Which I translated to:
For all x in integers, and some y in integers, if x is even and y is even, then x is 2 times y.
Am I on the even on the right track? Any help would great.
∀x∈ℤ,∃y∈ℤ,(E(x)∧E(y)) → x = 2y
The original phrase is:
Any even integer is equal to twice some other event integer.
Which I translated to:
For all x in integers, and some y in integers, if x is even and y is even, then x is 2 times y.
Am I on the even on the right track? Any help would great.