How to prove these 2 (one is true, the other one is false):
∃n∈ Z: ∀k ∈ Z: n < k
∀n∈ Z: ∃k ∈ Z: k < n
where Z = {0,±1,±2,...}
EDIT1: What I have so far:
.
∀n ∈ Z: ∃k ∈ Z: k < n
Pose n = x et k = x - 1,
For any x ∈ Z, there will always be a term inferior to x such as: if n = -665, k = -665 - 1 =-666 where k < n
Indeed, ∀n ∈ Z: ∃k ∈ Z: k < n is true.
.
∃n ∈ Z: ∀k ∈ Z: n < k
Pose n = x and k = y for any x,
There will exist x < y
But, limite of Z is +-∞
Then, for any x, there will always exist y = x-1 < x.
This proposition is false.
.
I know this is not working, i'm new to this
EDIT2:
To prove the second part, i would have to prove the opposite.
∃n ∈ Z: ∀k ∈ Z: n < k would be ¬(∃n ∈ Z: ∀k ∈ Z: n < k) = ∀n∃k: k < n