I can use \mathbb{Z} to represent an integer type
but what symbol I should denote a set of integer?
Asked
Active
Viewed 2.4e+01k times
21
william007
- 4,781
2 Answers
33
You could use \mathbb{Z} to represent the Set of Integers!
Adam Liter
- 12,567
Mauramz
- 1,464
-
2Welcome to TeX.SX! A tip: You can use backticks ``` to mark your inline code as I did in my edit. – Adam Liter Mar 12 '14 at 01:25
-
8Downvoters should leave a comment clarifying how the post could be improved. – Adam Liter Mar 12 '14 at 01:25
-
1Downvotes (at least in my case) are because the answerer didn't read the question. OP knows about
\mathbb{Z}for the set of (all) integers; he's asking for a notation that means a set of integers. For example, the Python functionsummaps a set of integers to their sum; it is a function of type $?\rightarrow\mathbb{Z}$ where $?$ represents the symbol OP is looking for. That said, this being a question about math notation, OP should have asked on MathOverflow. TeX StackExchange is for questions like "MathOverflow told me I want this symbol: ?. How do I typeset it in TeX?" – Quuxplusone Mar 01 '24 at 14:59
1
Can use the following:
$\mathcal {P} (\mathbb{Z})$
Adam Liter
- 12,567
william007
- 4,781
-
5It's useful here to mention that
\mathbbis defined in the packageamfonts. – barbara beeton Jan 24 '20 at 20:40 -
9
\mathbb Ndenotes the set of natural numbers. You also can use\mathbf N, but then, you must use the same notation for all sets of numbers. – Bernard Mar 12 '14 at 01:00