What is the notation for the statement for some integer n ?

  • Context: Undergrad 
  • Thread starter Thread starter Nothing000
  • Start date Start date
  • Tags Tags
    Integer Notation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 4K views
Nothing000
Messages
403
Reaction score
0
What is the notation for the statement "for some integer n"?

What is the notation for the statement "for some integer n"?
Is it [tex]\forall n | n \in Z[/tex]
Or is it [tex]\{n | n \in Z \}[/tex]

Or is it something else?

[tex]|[/tex] does mean "such that", doesn't it?
 
Last edited:
Physics news on Phys.org
The first notation you show means for all integers n. The second is the set of all integers. What you're looking for, I think, is notation that indicates there exists at least one n that the statement is true for. I don't know how to make the symbol in latex, but it looks like a backwards capital E. Pretending my E is actually backwards for the purposes of this:

Example:

E n s.t.[tex]\sqrt{9} = n[/tex]

could be read as there exists n such that the square root of 9 equals n. Alternatively, you could say the square root of 9 equals n for some n
 
Last edited:
What is the symbol for "such that"?
 
Tell me if I am interpreting my first two notations correctly.
I would read [tex]\forall n | n \in Z[/tex] as "for all n such that n is an element of the set of integers".

And I would read [tex]\{n | n \in Z \}[/tex] as "the set of n such that n is an element of the set of integers".
 
First, I found how to do the symbol:

[tex]\exists n \in Q s.t. n \in Z[/tex]

reads there exists n a rational such that n is an integer (a trivial statement, I admit :) ).

generally, the vertical bar is only used in your second example, for your first example it would be better to put s.t. (for such that).
 
Office_Shredder said:
[tex]\exists n \in Q s.t. n \in Z[/tex]

reads there exists n a rational such that n is an integer

What do you mean "there exists n a rational"?
 
Off the topic, but do you know what the RMS voltage is of a triangle wave?
 
Last edited:
HallsofIvy said:
Better grammar: there exist a rationa number n such that n is an integer.

That makes more sense. Thanks.