ISO 31-11: 1992 is part of the international standard ISO 31 , which defines “ mathematical signs and symbols for use in physical sciences and technology ”. This standard was adopted in 1992, and in 2009 was replaced by a slightly supplemented standard ISO 80000-2 [1] .
| This page or section contains special Unicode characters . If you do not have the required fonts , some characters may not display correctly. |
Content
Math Symbols
Below are (not fully) the main sections of the standard [2] .
Mathematical Logic
| Identified reading | Use | Title | Meaning and explanation | Comments |
|---|---|---|---|---|
| ∧ | p ∧ q | conjunction | p and q | |
| ∨ | p ∨ q | disjunction | p or q (possibly both) | |
| ¬ | ¬ p | negation | invalid p ; not- p | |
| ⇒ | p ⇒ q | implication | if p , then q ; from p it follows q | Sometimes written as p → q or q ⇐ p . |
| ∀ | ∀ x ∈ A p ( x ) (∀ x ∈ A ) p ( x ) | community quantifier | for every x from the set A, the statement p ( x ) | For brevity, the specification "∈ A " is often omitted if it is clear from the context. |
| ∃ | ∃ x ∈ A p ( x ) (∃ x ∈ A ) p ( x ) | quantifier of existence | there exists x from the set A for which the statement p ( x ) is true | For brevity, the specification "∈ A " is often omitted if it is clear from the context. Option ∃! means that such x is unique in the set A. |
Set Theory
| Identified reading | Use | Meaning and explanation | Comments |
|---|---|---|---|
| ∈ | x ∈ A | x belongs to A ; x is an element of the set A | |
| ∉ | x ∉ A | x does not belong to A ; x is not an element of the set A | The strike line can also be vertical. |
| ∋ | A ∋ x | The set A contains the element x | is equivalent to x ∈ A |
| ∌ | A ∌ x | The set A does not contain the element x | equivalent to x ∉ A |
| {} | {x 1 , x 2 , ..., x n } | the set formed by the elements x 1 , x 2 , ..., x n | also {x i ∣ i ∈ I }, where I denotes the set of indices |
| {∣} | { x ∈ A ∣ p ( x )} | the set of elements A for which the statement p ( x ) is true | Example: { x ∈ ℝ ∣ x > 5} For brevity, the specification "∈ A " is often omitted if it is clear from the context. |
| card | card ( A ) | cardinal number of elements of the set A ; power A | |
| ∖ | A ∖ B | the difference of the sets A and B ; A minus B | Many elements from A that are not in B. A ∖ B = { x ∣ x ∈ A ∧ x ∉ B } Should not be written as A - B. |
| ∅ | empty set | ||
| ℕ | many natural numbers , including zero | ℕ = {0, 1, 2, 3, ...} If zero is excluded, mark the symbol with an asterisk : ℕ * = {1, 2, 3, ...} The final subset: ℕ k = {0, 1, 2, 3, ..., k - 1} | |
| ℤ | many integers | ℤ = {..., −3, −2, −1, 0, 1, 2, 3, ...} Integer nonzero are denoted ℤ * = ℤ ∖ {0} = {..., −3, −2, −1, 1, 2, 3, ...} | |
| ℚ | many rational numbers | ℚ * = ℚ ∖ {0} | |
| ℝ | set of real numbers | ℝ * = ℝ ∖ {0} | |
| ℂ | set of complex numbers | ℂ * = ℂ ∖ {0} | |
| [,] | [ a , b ] | closed interval in ℝ from a (including) to b (including) | [ a , b ] = { x ∈ ℝ ∣ a ≤ x ≤ b } |
| ],] (,] | ] a , b ] ( a , b ] | half-open interval on the left in ℝ from a (excluding) to b (including) | ] a , b ] = { x ∈ ℝ ∣ a < x ≤ b } |
| [, [ [,) | [ a , b [ [ a , b ) | the half-open interval on the right in ℝ from a (including) to b (excluding) | [ a , b [= { x ∈ ℝ ∣ a ≤ x < b } |
| ], [ (,) | ] a , b [ ( a , b ) | open interval in ℝ from a (excluding) to b (excluding) | ] a , b [= { x ∈ ℝ ∣ a < x < b } |
| ⊆ | B ⊆ A | B is contained in A ; B is a subset of A | Each element of B belongs to A. Symbol variant: ⊂. |
| ⊂ | B ⊂ A | B is contained in A as a proper subset | Each element of B belongs to A , but B is not equal to A. If ⊂ stands for “contained,” then ⊊ should be used in the sense of “contained as a proper subset”. |
| ⊈ | C ⊈ A | C is not contained in A ; C is not a subset of A | Option: C ⊄ A |
| ⊇ | A ⊇ B | A contains B (as a subset) | A contains all the elements of B. Option: ⊃. B ⊆ A is equivalent to A ⊇ B. |
| ⊃ | A ⊃ B. | A contains B as its own subset . | A contains all elements of B , but A is not equal to B. If the symbol ⊃ is used, then ⊋ should be used in the sense of "contains as a proper subset". |
| ⊉ | A ⊉ C | A does not contain C (as a subset) | Option: ⊅. A ⊉ C is equivalent to C ⊈ A. |
| ∪ | A ∪ B | union of A and B | The set of elements belonging to either A or B , or both A and B. A ∪ B = { x ∣ x ∈ A ∨ x ∈ B } |
| ⋃ | joining a family of sets | , the set of elements belonging to at least one of A 1 , ..., A n . Options: and , where I is the set of indices. | |
| ∩ | A ∩ B | intersection of A and B | Many elements belonging to both A and B. A ∩ B = { x ∣ x ∈ A ∧ x ∈ B } |
| ⋂ | intersection of a family of sets | , the set of elements belonging to each A 1 , ..., A n . Options: and , where I is the set of indices. | |
| ∁ | ∁ A B | difference between A and B | The set of elements A that are not in B. The symbol A is often omitted if understood in context. Option: ∁ A B = A ∖ B. |
| (,) | ( a , b ) | ordered pair a , b | ( a , b ) = ( c , d ) if and only if a = c and b = d . Recording option: ⟨a, b⟩. |
| (, ...,) | ( a 1 , a 2 , ..., a n ) | ordered n is a tuple | Recording option: ⟨a 1 , a 2 , ..., a n⟩ ( angle brackets ). |
| × | A × B | Cartesian product of the sets A and B | The set of ordered pairs ( a , b ), where a ∈ A and b ∈ B. A × B = {( a , b ) ∣ a ∈ A ∧ b ∈ B } A × A × ⋯ × A is denoted by A n , where n is the number of factors. |
| Δ | Δ A | the set of pairs ( a , a ) ∈ A × A , where a ∈ A ; that is, the diagonal of the set A × A | Δ A = {( a , a ) ∣ a ∈ A } Record Option: id A. |
Other characters
| Designation | Example | Meaning and explanation | Comments | |
|---|---|---|---|---|
| HTML | Tex | |||
| ≝ | a ≝ b | a is b by definition [2] | Record Option: a : = b | |
| = | a = b | a is b | Option: the symbol ≡ emphasizes that this equality is an identity. | |
| ≠ | a ≠ b | a is not equal to b | Record Option: indicates that a is not identically equal to b . | |
| ≙ | a ≙ b | a corresponds to b | Example: on a map with a scale of 1:10 6 1 cm ≙ 10 km. | |
| ≈ | a ≈ b | a is approximately equal to b | The symbol ≃ means "asymptotically equal." | |
| ∼ ∝ | a ∼ b a ∝ b | a is proportional to b | ||
| < | a < b | a is less than b | ||
| > | a > b | a is greater than b | ||
| ≤ | a b | a is less than or equal to b | Option: ≦. | |
| ≥ | a b | a is greater than or equal to b | Option: ≧. | |
| ≪ | a ≪ b | a is much smaller than b | ||
| ≫ | a ≫ b | a is much larger than b | ||
| ∞ | infinity | |||
| () [] {} | {\ displaystyle {\ begin {matrix} () \\ {[]} \\\ {\} \\\ langle \ rangle \ end {matrix}}} | , parentheses square brackets braces angle brackets | In algebra, the priority of different brackets not standardized. Some sections of mathematics have special rules for use. . | |
| ∥ | AB ∥ CD | line AB is parallel to line CD | ||
| ⊥ | line AB is perpendicular to line CD | |||
Operations
| Designation | Example | Meaning and explanation | Comments |
|---|---|---|---|
| + | a + b | a plus b | |
| - | a - b | a minus b | |
| ± | a ± b | a plus or minus b | |
| ∓ | a ∓ b | a minus plus b | - ( a ± b ) = - a ∓ b |
| ... | ... | ... | ... |
| ⋮ | |||
Functions
| Example | Meaning and explanation | Comments |
|---|---|---|
| the function f is defined on D and takes values in C | Used to explicitly indicate scope and value for a function. | |
| The set of all values of the function corresponding to the elements of the subset S of the domain of definition. | ||
| ⋮ | ||
Exponential and logarithmic functions
| Example | Meaning and explanation | Comments |
|---|---|---|
| e | base of natural logarithms | e = 2.71828 ... |
| e x | exponential function with base e | |
| base logarithm | ||
| lb x | binary logarithm (with base 2) | lb x = |
| ln x | natural logarithm (with base e) | ln x = |
| lg x | decimal logarithm (with base 10) | lg x = |
| ... | ... | ... |
| ⋮ | ||
Circular and hyperbolic functions
| Example | Meaning and explanation | Comments |
|---|---|---|
| ratio of circumference to its diameter | = 3.14159 ... | |
| ... | ... | ... |
| ⋮ | ||
Complex numbers
| Example | Meaning and explanation | Comments |
|---|---|---|
| i j | imaginary unit ; | in electrical engineering instead symbol used . |
| Re z | real part z | z = x + i y , where x = Re z and y = Im z |
| Im z | imaginary part z | |
| ∣ z ∣ | absolute value of z ; z module | Sometimes denoted by mod z |
| arg z | argument z ; phase z | , where r = ∣ z ∣, φ = arg z , while Re z = r cos φ , Im z = r sin φ |
| z * | (complex) conjugate to z | Option: a dash over z instead of an asterisk |
| sgn z | sgn z | sgn z = z / ∣ z ∣ = exp ( i arg z ) for z ≠ 0, sgn 0 = 0 |
Matrices
| Example | Meaning and explanation | Comments |
|---|---|---|
| A | matrix A | ... |
| ... | ... | ... |
| ⋮ | ||
Coordinate systems
| Coordinates | Point vector radius | Coordinate system name | Comments |
|---|---|---|---|
| x , y , z | rectangular coordinate system (Cartesian) | x 1 , x 2 , x 3 for coordinates and e 1 , e 2 , e 3 for basis vectors. This symbolism is easily generalized to the multidimensional case. e x , e y , e z form an orthogonal (right) basis. Base vectors in space are often denoted by i , j , k . | |
| ρ , φ , z | cylindrical coordinate system | e ρ ( φ ), e φ ( φ ), e z form an orthogonal (right) basis. If z = 0 (two-dimensional case), then ρ and φ are polar coordinates . | |
| r , θ , φ | {\ displaystyle [x, y, z] = r [\ sin (\ theta) \ cos (\ phi), \ sin (\ theta) \ sin (\ phi), \ cos (\ theta)]} | spherical coordinate system | e r ( θ , φ ), e θ ( θ , φ ), e φ ( φ ) form an orthogonal (right) basis. |
Vectors and tensors
| Example | Meaning and explanation | Comments |
|---|---|---|
| a | vector a | vectors in the literature can be shown in bold and / or italics, a dash or an arrow over a letter, etc. Any vector a can be multiplied by a scalar k , getting the vector k a . |
| ... | ... | ... |
| ⋮ | ||
Special Functions
| Example | Meaning and explanation | Comments |
|---|---|---|
| Bessel cylindrical functions (first kind) | ... | |
| ... | ... | ... |
| ⋮ | ||
ISO 80000-2 standard
A new, supplemented standard ISO 80000-2 instead of ISO 31-11 appeared in 2009. New sections were added to it (there were 19 in total):
- Standard number sets and intervals .
- Elementary geometry.
- Combinatorics .
- Transforms
The name of the standard is changed to Quantities and units - Part 2: Mathematics .
See also
- The history of mathematical notation
- Mathematical notation
- Math symbol table
Notes
- ↑ ISO 80000-2 .
- ↑ 1 2 Thompson, Ambler. Guide for the Use of the International System of Units (SI) - NIST Special Publication 811, 2008 Edition - Second Printing / Ambler Thompson, Barry M Taylor. - Gaithersburg, MD, USA: National Institute of Standards and Technology , March 2008.
Links
- ISO 80000-2: 2009 . International Organization for Standardization . Date accessed August 12, 2019.