Clever Geek Handbook
📜 ⬆️ ⬇️

ISO 31-11

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] .

Replacement character.svgThis 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
UseTitleMeaning and explanationComments
∧p ∧ qconjunctionp and q
∨p ∨ qdisjunctionp or q (possibly both)
¬¬ pnegationinvalid p ; not- p
⇒p ⇒ qimplicationif p , then q ; from p it follows qSometimes written as p → q or q ⇐ p .
∀∀ x ∈ A p ( x )
(∀ x ∈ A ) p ( x )
community quantifierfor 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 existencethere exists x from the set A for which the statement p ( x ) is trueFor 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
UseMeaning and explanationComments
∈x ∈ Ax belongs to A ; x is an element of the set A
∉x ∉ Ax does not belong to A ; x is not an element of the set AThe strike line can also be vertical.
∋A ∋ xThe set A contains the element xis equivalent to x ∈ A
∌A ∌ xThe set A does not contain the element xequivalent to x ∉ A
{}{x 1 , x 2 , ..., x n }the set formed by the elements x 1 , x 2 , ..., x nalso {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 trueExample: { x ∈ ℝ ∣ x > 5}
For brevity, the specification "∈ A " is often omitted if it is clear from the context.
cardcard ( A )cardinal number of elements of the set A ; power A
∖A ∖ Bthe difference of the sets A and B ; A minus BMany 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 ⊆ AB is contained in A ; B is a subset of AEach element of B belongs to A. Symbol variant: ⊂.
⊂B ⊂ AB is contained in A as a proper subsetEach 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 ⊈ AC is not contained in A ; C is not a subset of AOption: C ⊄ A
⊇A ⊇ BA 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 ⊉ CA does not contain C (as a subset)Option: ⊅. A ⊉ C is equivalent to C ⊈ A.
∪A ∪ Bunion of A and BThe set of elements belonging to either A or B , or both A and B.
A ∪ B = { x ∣ x ∈ A ∨ x ∈ B }
⋃⋃i=onenAi{\ displaystyle \ bigcup _ {i = 1} ^ {n} A_ {i}}  joining a family of sets⋃i=onenAi=Aone∪A2∪...∪An{\ displaystyle \ bigcup _ {i = 1} ^ {n} A_ {i} = A_ {1} \ cup A_ {2} \ cup \ ldots \ cup A_ {n}}   , the set of elements belonging to at least one of A 1 , ..., A n . Options:⋃i=onen {\ displaystyle \ bigcup {} _ {i = 1} ^ {n}}   and⋃i∈I {\ displaystyle \ bigcup _ {i \ in I}}   ,⋃i∈I {\ displaystyle \ bigcup {} _ {i \ in I}}   where I is the set of indices.
∩A ∩ Bintersection of A and BMany elements belonging to both A and B.
A ∩ B = { x ∣ x ∈ A ∧ x ∈ B }
⋂⋂i=onenAi{\ displaystyle \ bigcap _ {i = 1} ^ {n} A_ {i}}  intersection of a family of sets⋂i=onenAi=Aone∩A2∩...∩An{\ displaystyle \ bigcap _ {i = 1} ^ {n} A_ {i} = A_ {1} \ cap A_ {2} \ cap \ ldots \ cap A_ {n}}   , the set of elements belonging to each A 1 , ..., A n . Options:⋂i=onen {\ displaystyle \ bigcap {} _ {i = 1} ^ {n}}   and⋂i∈I {\ displaystyle \ bigcap _ {i \ in I}}   ,⋂i∈I {\ displaystyle \ bigcap {} _ {i \ in I}}   where I is the set of indices.
∁∁ A Bdifference between A and BThe 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 tupleRecording option: ⟨a 1 , a 2 , ..., a n⟩ ( angle brackets ).
×A × BCartesian product of the sets A and BThe 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.
ΔΔ Athe 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

DesignationExampleMeaning and explanationComments
HTMLTex
≝=def{\ displaystyle {\ stackrel {\ mathrm {def}} {=}}}  a ≝ ba is b by definition [2]Record Option: a : = b
=={\ displaystyle =}  a = ba is bOption: the symbol ≡ emphasizes that this equality is an identity.
≠≠{\ displaystyle \ neq}  a ≠ ba is not equal to bRecord Option:a≢b {\ displaystyle a \ not \ equiv b}   indicates that a is not identically equal to b .
≙=∧{\ displaystyle {\ stackrel {\ wedge} {=}}}  a ≙ ba corresponds to bExample: on a map with a scale of 1:10 6 1 cm ≙ 10 km.
≈≈{\ displaystyle \ approx}  a ≈ ba is approximately equal to bThe symbol ≃ means "asymptotically equal."
∼
∝
∼∝{\ displaystyle {\ begin {matrix} \ sim \\\ propto \ end {matrix}}}  a ∼ b
a ∝ b
a is proportional to b
<<{\ displaystyle <}  a < ba is less than b
>>{\ displaystyle>}  a > ba is greater than b
≤⩽{\ displaystyle \ leqslant}  a⩽ {\ displaystyle \ leqslant}   ba is less than or equal to bOption: ≦.
≥⩾{\ displaystyle \ geqslant}  a⩾ {\ displaystyle \ geqslant}   ba is greater than or equal to bOption: ≧.
≪≪{\ displaystyle \ ll}  a ≪ ba is much smaller than b
≫≫{\ displaystyle \ gg}  a ≫ ba is much larger than b
∞∞{\ displaystyle \ infty}  infinity
()
[]
{}
<>{\ displaystyle <>}  
()[]{ } ⟨ ⟩{\ displaystyle {\ begin {matrix} () \\ {[]} \\\ {\} \\\ langle \ rangle \ end {matrix}}}  (a+b)c[a+b]c{a+b}c⟨a+b⟩c{\ displaystyle {\ begin {matrix} {(a + b) c} \\ {[a + b] c} \\ {\ {a + b \} c} \\ {\ langle a + b \ rangle c } \ end {matrix}}}  ac+bc{\ displaystyle ac + bc}   , parentheses
ac+bc{\ displaystyle ac + bc}   square brackets
ac+bc{\ displaystyle ac + bc}   braces
ac+bc{\ displaystyle ac + bc}   angle brackets
In algebra, the priority of different brackets(),[],{},⟨⟩ {\ displaystyle (), [], \ {\}, \ langle \ rangle}   not standardized. Some sections of mathematics have special rules for use.(),[],{},⟨⟩ {\ displaystyle (), [], \ {\}, \ langle \ rangle}   .
∥‖{\ displaystyle \ |}  AB ∥ CDline AB is parallel to line CD
⊥⊥{\ displaystyle \ perp}  AB⊥CD{\ displaystyle \ mathrm {AB \ perp CD}}  line AB is perpendicular to line CD

Operations

DesignationExampleMeaning and explanationComments
+a + ba plus b
-a - ba minus b
±a ± ba plus or minus b
∓a ∓ ba minus plus b- ( a ± b ) = - a ∓ b
............
⋮

Functions

ExampleMeaning and explanationComments
f:D→C{\ displaystyle f: D \ rightarrow C}  the function f is defined on D and takes values ​​in CUsed to explicitly indicate scope and value for a function.
f(S){\ displaystyle f \ left (S \ right)}  {f(x)∣x∈S}{\ displaystyle \ left \ {f \ left (x \ right) \ mid x \ in S \ right \}}  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

ExampleMeaning and explanationComments
ebase of natural logarithmse = 2.71828 ...
e xexponential function with base e
loga⁡x{\ displaystyle \ log _ {a} x}  base logarithma {\ displaystyle a}  
lb xbinary logarithm (with base 2)lb x =log2⁡x {\ displaystyle \ log _ {2} x}  
ln xnatural logarithm (with base e)ln x =loge⁡x {\ displaystyle \ log _ {e} x}  
lg xdecimal logarithm (with base 10)lg x =logone⁡0x {\ displaystyle \ log _ {1} 0x}  
.........
⋮

Circular and hyperbolic functions

ExampleMeaning and explanationComments
π{\ displaystyle \ pi}  ratio of circumference to its diameterπ{\ displaystyle \ pi}   = 3.14159 ...
.........
⋮

Complex numbers

ExampleMeaning and explanationComments
i jimaginary unit ;i2=-one {\ displaystyle i ^ {2} = - 1}  in electrical engineering insteadi {\ displaystyle i}   symbol usedj {\ displaystyle j}   .
Re zreal part zz = x + i y , where x = Re z and y = Im z
Im zimaginary part z
∣ z ∣absolute value of z ; z moduleSometimes denoted by mod z
arg zargument z ; phase zr=eiφ{\ displaystyle r = e ^ {i \ varphi}}   , where r = ∣ z ∣, φ = arg z , while Re z = r cos φ , Im z = r sin φ
z *(complex) conjugate to zOption: a dash over z instead of an asterisk
sgn zsgn zsgn z = z / ∣ z ∣ = exp ( i arg z ) for z ≠ 0, sgn 0 = 0

Matrices

ExampleMeaning and explanationComments
Amatrix A...
.........
⋮

Coordinate systems

CoordinatesPoint vector radiusCoordinate system nameComments
x , y , z[xyz]=[xyz];{\ displaystyle [xyz] = [xyz];}  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[x,y,z]=[ρcos⁡(ϕ),ρsin⁡(ϕ),z]{\ displaystyle [x, y, z] = [\ rho \ cos (\ phi), \ rho \ sin (\ phi), z]}  cylindrical coordinate systeme ρ ( φ ), e φ ( φ ), e z form an orthogonal (right) basis. If z = 0 (two-dimensional case), then ρ and φ are polar coordinates .
r , θ , φ[x,y,z]=r[sin⁡(θ)cos⁡(ϕ), sin ⁡ ( θ ) sin ⁡ ( ϕ ) , cos ⁡ ( θ ) ]{\ displaystyle [x, y, z] = r [\ sin (\ theta) \ cos (\ phi), \ sin (\ theta) \ sin (\ phi), \ cos (\ theta)]}  spherical coordinate systeme r ( θ , φ ), e θ ( θ , φ ), e φ ( φ ) form an orthogonal (right) basis.

Vectors and tensors

ExampleMeaning and explanationComments
a
a→{\ displaystyle {\ vec {a}}}  
vector avectors 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

ExampleMeaning and explanationComments
Ji(x){\ displaystyle J_ {i} (x)}  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

  1. ↑ ISO 80000-2 .
  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 (neopr.) . International Organization for Standardization . Date accessed August 12, 2019.
Source - https://ru.wikipedia.org/w/index.php?title=ISO_31-11&oldid=101571617


More articles:

  • Stairway to Heaven (book)
  • Big Chomoutets
  • Frank McCabe
  • South Dubrovnoe
  • Grand Morin
  • Pogostemon
  • Manasevich-Manuilov, Ivan Fedorovich
  • Battlefleet Gothic
  • Greek Street (Taganrog)
  • Coat of arms of the Novosibirsk region

All articles

Clever Geek | 2019