Question: Translate the following statement into the notation of predicate
logic.
P: Not all natural numbers are even.
My solution:
P: ~[∀x ∈ N, x/2 ∉ Z]
P: ∃x ∈ N, x/2 ∈ Z
Is my solution correct as my answer seems to be completely different to what is says in the worksheet.
2026-03-26 21:12:30.1774559550
Predicate Logic - Translate the following statement into the notation of predicate
102 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
I would not use the division, which is not an internal operation in the integers. Hence I would write : $$ \exists x\in\mathbb{N},\forall y\in\mathbb{N}\quad x\not=2y. $$