Writing a statement into symbolic logic

  • Context:
  • Thread starter Thread starter cbarker1
  • Start date Start date
  • Tags Tags
    Logic Writing
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
cbarker1
Gold Member
MHB
Messages
345
Reaction score
23
Dear Everyone,

I need to translate this following statement into a symbolic logical form of the statement:

The square of every odd integer is one more than an integral multiple of 4.

Thanks,

Cbarker1
 
Physics news on Phys.org
Cbarker1 said:
Dear Everyone,

I need to translate this following statement into a symbolic logical form of the statement:

The square of every odd integer is one more than an integral multiple of 4.

Thanks,

Cbarker1

Something like:
$$\forall n \in \mathbb Z: n\text{ odd} \to n^2 \bmod 4 = 1$$
? (Wondering)
 
Cbarker1 said:
The square of every odd integer is one more than an integral multiple of 4.
You can denote the whole statement by a single letter, say, $P$. This is to show that in order to make the problem meaningful, the problem author must specify the signature, or vocabulary: constants, functional symbols and predicate symbols that can be used in the formula. Ideally the author should also specify the interpretation of that signature because this statement is written differently over natural numbers and over reals.

But, guessing the author's intent, the answer is probably
\[
\forall m\exists n\,(2m+1)(2m+1)=4n+1.
\]