Write this statement using the logical symbols

  • Context:
  • Thread starter Thread starter WannaBe
  • Start date Start date
  • Tags Tags
    Symbols
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
WannaBe
Messages
11
Reaction score
0
every integer is a product of two integers.

My Solution:

∀ n,o,p E Z, n = o*p E Z

Is this correct?
 
Physics news on Phys.org
WannaBe said:
every integer is a product of two integers.

My Solution:

∀ n,o,p E Z, n = o*p E Z

Is this correct?

Hi WannaBe, welcome to MHB! :)

Let's see...

Your solution reads in English:
for all integers n, o, p holds that n is equal to o times p, which is an integer.​

Suppose we pick n=2, o=2, p=2, which satisfies the condition that they are integers.
Can we say that n = o * p?