Write down the negation of the following statements and determine the truth value of the negation:
a) ∀𝑥 ∈ 𝑹, 𝑥 2 + 1 ≥ 2𝑥
b) ∀𝑥 ∈ 𝑹, (𝑦 ≠→ (𝑦 + 1)/𝑦 < 1
c) ∃𝑧 ∈ 𝒁, (𝑧 𝑖𝑠 𝑜𝑑𝑑) ∨ (𝑧 𝑖𝑠 𝑒𝑣𝑒𝑛)
d) ∃𝑛 ∈ 𝑵, (𝑛 𝑖𝑠 𝑒𝑣𝑒𝑛) ∧ (√𝑛 𝑖𝑠 𝑝𝑟𝑖𝑚𝑒)
a). False, because least value of is 0 in case x=1.
b). True, because for example with any , .
c) . False, because if we choose any odd or even integer, and statement become false.
d). False, because for example n=4, in this case n is even and √n=√4=2 is prime.
Comments