ISO 31-11

Last updated

ISO 31-11:1992 was the part of international standard ISO 31 that defines mathematical signs and symbols for use in physical sciences and technology. It was superseded in 2009 by ISO 80000-2:2009 and subsequently revised in 2019 as ISO-80000-2:2019. [1]

Contents

Its definitions include the following: [2]

Mathematical logic

SignExampleNameMeaning and verbal equivalentRemarks
pq conjunction signp and q
pq disjunction signp or q (or both)
¬¬ p negation signnegation of p; not p; non p
pqimplication signif p then q; p implies qCan also be written as q  p. Sometimes → is used.
xA p(x)
(∀xA) p(x)
universal quantifierfor every x belonging to A, the proposition p(x) is trueThe "A" can be dropped where A is clear from context.
xA p(x)
(∃xA) p(x)
existential quantifierthere exists an x belonging to A for which the proposition p(x) is trueThe "A" can be dropped where A is clear from context.
∃! is used where exactly one x exists for which p(x) is true.

Sets

Sign Example Meaning and verbal equivalent Remarks
xAx belongs to A; x is an element of the set A
xAx does not belong to A; x is not an element of the set AThe negation stroke can also be vertical.
Axthe set A contains x (as an element)same meaning as xA
Axthe set A does not contain x (as an element)same meaning as xA
{ }{x1, x2, ..., xn}set with elements x1, x2, ..., xnalso {xi | iI}, where I denotes a set of indices
{ | }{xA | p(x)}set of those elements of A for which the proposition p(x) is trueExample: {x ∈ ℝ | x > 5}
The A can be dropped where this set is clear from the context.
cardcard(A)number of elements in A; cardinal of A
AB difference between A and B; A minus BThe set of elements which belong to A but not to B.
AB = { x | xAxB }
AB
can also be used.
the empty set
the set of natural numbers; the set of positive integers and zero ℕ = {0, 1, 2, 3, ...}
Exclusion of zero is denoted by an asterisk:
* = {1, 2, 3, ...}
k = {0, 1, 2, 3, ..., k − 1}
the set of integers ℤ = {..., −3, −2, −1, 0, 1, 2, 3, ...}
* = ℤ ∖ {0} = {..., −3, −2, −1, 1, 2, 3, ...}
the set of rational numbers * = ℚ ∖ {0}
the set of real numbers * = ℝ ∖ {0}
the set of complex numbers * = ℂ ∖ {0}
[,][a,b]closed interval in ℝ from a (included) to b (included)[a,b] = {x ∈ ℝ | axb}
],]
(,]
]a,b]
(a,b]
left half-open interval in ℝ from a (excluded) to b (included)]a,b] = {x ∈ ℝ | a < xb}
[,[
[,)
[a,b[
[a,b)
right half-open interval in ℝ from a (included) to b (excluded)[a,b[ = {x ∈ ℝ | ax < b}
],[
(,)
]a,b[
(a,b)
open interval in ℝ from a (excluded) to b (excluded)]a,b[ = {x ∈ ℝ | a < x < b}
BAB is included in A; B is a subset of AEvery element of B belongs to A. ⊂ is also used.
BAB is properly included in A; B is a proper subset of A Every element of B belongs to A, but B is not equal to A. If ⊂ is used for "included", then ⊊ should be used for "properly included".
CAC is not included in A; C is not a subset of A⊄ is also used.
ABA includes B (as subset)A contains every element of B. ⊃ is also used. BA means the same as AB.
AB.A includes B properly.A contains every element of B, but A is not equal to B. If ⊃ is used for "includes", then ⊋ should be used for "includes properly".
ACA does not include C (as subset)⊅ is also used. AC means the same as CA.
ABunion of A and BThe set of elements which belong to A or to B or to both A and B.
AB = { x | xAxB }
union of a collection of sets, the set of elements belonging to at least one of the sets A1, ..., An. and , are also used, where I denotes a set of indices.
ABintersection of A and BThe set of elements which belong to both A and B.
AB = { x | xAxB }
intersection of a collection of sets, the set of elements belonging to all sets A1, ..., An. and , are also used, where I denotes a set of indices.
ABcomplement of subset B of AThe set of those elements of A which do not belong to the subset B. The symbol A is often omitted if the set A is clear from context. Also AB = AB.
(,)(a, b)ordered pair a, b; couple a, b(a, b) = (c, d) if and only if a = c and b = d.
a, b is also used.
(,...,)(a1, a2, ..., an)ordered n-tuple a1, a2, ..., an is also used.
×A × Bcartesian product of A and BThe set of ordered pairs (a, b) such that aA and bB.
A × B = { (a, b) | aAbB }
A × A × ⋯ × A is denoted by An, where n is the number of factors in the product.
ΔΔAset of pairs (a, a) ∈ A × A where aA; diagonal of the set A × AΔA = { (a, a) |aA }
idA
is also used.

Miscellaneous signs and symbols

SignExampleMeaning and verbal equivalentRemarks
HTMLTeX
a is by definition equal to b  [2] := is also used
=a = ba equals b≡ may be used to emphasize that a particular equality is an identity.
aba is not equal to b may be used to emphasize that a is not identically equal to b.
a corresponds to bOn a 1:106 map: .
aba is approximately equal to bThe symbol ≃ is reserved for "is asymptotically equal to".

ab
ab
a is proportional to b
<a < ba is less than b
>a > ba is greater than b
aba is less than or equal to bThe symbol ≦ is also used.
aba is greater than or equal to bThe symbol ≧ is also used.
aba is much less than b
aba is much greater than b
infinity
()
[]
{}
ac + bc, parentheses
ac + bc, square brackets
ac + bc, braces
ac + bc, angle brackets
In ordinary algebra, the sequence of in order of nesting is not standardized. Special uses are made of in particular fields.
AB ∥ CDthe line AB is parallel to the line CD
AB ⊥ CDthe line AB is perpendicular to the line CD [3]

Operations

SignExampleMeaning and verbal equivalentRemarks
+a + ba plus b
aba minus b
±a ± ba plus or minus b
aba minus or plus b−(a ± b) = −a  b

Functions

Example Meaning and verbal equivalent Remarks
f : DCfunction f has domain D and codomain C Used to explicitly define the domain and codomain of a function.
f(S){ f(x) | xS }Set of all possible outputs in the codomain when given inputs from S, a subset of the domain of f.

Exponential and logarithmic functions

ExampleMeaning and verbal equivalentRemarks
e base of natural logarithmse = 2.718 28...
ex exponential function to the base e of x
logax logarithm to the base a of x
lb x binary logarithm (to the base 2) of xlb x = log2x
ln x natural logarithm (to the base e) of xln x = logex
lg x common logarithm (to the base 10) of xlg x = log10x

Circular and hyperbolic functions

ExampleMeaning and verbal equivalentRemarks
πratio of the circumference of a circle to its diameter π ≈ 3.14159

Complex numbers

ExampleMeaning and verbal equivalentRemarks
i, j imaginary unit; i2 = −1In electrotechnology, j is generally used.
Re z real part of zz = x + iy, where x = Re z and y = Im z
Im z imaginary part of z
|z| absolute value of z; modulus of zmod z is also used
arg zargument of z; phase of zz = reiφ, where r = |z| and φ = arg z, i.e. Re z = r cos φ and Im z = r sin φ
z*(complex) conjugate of zsometimes a bar above z is used instead of z*
sgn z signum zsgn z = z / |z| = exp(i arg z) for z  0, sgn 0 = 0

Matrices

ExampleMeaning and verbal equivalentRemarks
A matrix A

Coordinate systems

CoordinatesPosition vector and its differentialName of coordinate systemRemarks
x, y, z[xyz]; [dxdydz] cartesian x1, x2, x3 for the coordinates and e1, e2, e3 for the base vectors are also used. This notation easily generalizes to n-dimensional space. ex, ey, ez form an orthonormal right-handed system. For the base vectors, i, j, k are also used.
ρ, φ, z[x, y, z] = [ρ cos(φ), ρ sin(φ), z] cylindrical eρ(φ), eφ(φ), ez form an orthonormal right-handed system. lf z = 0, then ρ and φ are the polar coordinates.
r, θ, φ[x, y, z] = r[sin(θ)cos(φ), sin(θ)sin(φ), cos(θ)] spherical er(θ,φ), eθ(θ,φ),eφ(φ) form an orthonormal right-handed system.

Vectors and tensors

ExampleMeaning and verbal equivalentRemarks
a
vector aInstead of italic boldface, vectors can also be indicated by an arrow above the letter symbol. Any vector a can be multiplied by a scalar k, i.e. ka.

Special functions

ExampleMeaning and verbal equivalentRemarks
Jl(x)cylindrical Bessel functions (of the first kind)...

See also

References and notes

  1. "ISO 80000-2:2019". International Organization for Standardization. 19 May 2020. Retrieved 4 Oct 2021.
  2. 1 2 Thompson, Ambler; Taylor, Barry M (March 2008). Guide for the Use of the International System of Units (SI) — NIST Special Publication 811, 2008 Edition — Second Printing (PDF). Gaithersburg, MD, USA: NIST.
  3. If the perpendicular symbol, ⟂, does not display correctly, it is similar to ⊥ (up tack: sometimes meaning orthogonal to) and it also appears similar to ⏊ (the dentistry symbol light up and horizontal)

Related Research Articles

A physical constant, sometimes fundamental physical constant or universal constant, is a physical quantity that cannot be explained by a theory and therefore must be measured experimentally. It is distinct from a mathematical constant, which has a fixed numerical value, but does not directly involve any physical measurement.

<span class="mw-page-title-main">International System of Units</span> Modern form of the metric system

The International System of Units, internationally known by the abbreviation SI, is the modern form of the metric system and the world's most widely used system of measurement. Coordinated by the International Bureau of Weights and Measures it is the only system of measurement with an official status in nearly every country in the world, employed in science, technology, industry, and everyday commerce.

A metric prefix is a unit prefix that precedes a basic unit of measure to indicate a multiple or submultiple of the unit. All metric prefixes used today are decadic. Each prefix has a unique symbol that is prepended to any unit symbol. The prefix kilo-, for example, may be added to gram to indicate multiplication by one thousand: one kilogram is equal to one thousand grams. The prefix milli-, likewise, may be added to metre to indicate division by one thousand; one millimetre is equal to one thousandth of a metre.

The division sign is a mathematical symbol consisting of a short horizontal line with a dot above and another dot below, used in Anglophone countries to indicate the operation of division. This usage, though widespread in some countries, is not universal and the symbol has a different meaning in other countries. Its use to denote division is not recommended in the ISO 80000-2 standard for mathematical notation.

Mathematical notation consists of using symbols for representing operations, unspecified numbers, relations, and any other mathematical objects and assembling them into expressions and formulas. Mathematical notation is widely used in mathematics, science, and engineering for representing complex concepts and properties in a concise, unambiguous, and accurate way.

<span class="mw-page-title-main">Quotient</span> Mathematical result of division

In arithmetic, a quotient is a quantity produced by the division of two numbers. The quotient has widespread use throughout mathematics. It has two definitions: either the integer part of a division or a fraction or ratio. For example, when dividing 20 by 3, the quotient is 6 in the first sense and in the second sense.

Million years ago, abbreviated as Mya, Myr (megayear) or Ma (megaanum), is a unit of time equal to 1,000,000 years (i.e. 1×106 years), or 31.556926 teraseconds.

IEC 60027 is a technical international standard for letter symbols published by the International Electrotechnical Commission (IEC), comprising the following parts:

ISO 31 is a superseded international standard concerning physical quantities, units of measurement, their interrelationships and their presentation. It was revised and replaced by ISO/IEC 80000.

<span class="mw-page-title-main">Gal (unit)</span> Centimeter–gram–second unit of acceleration

The gal, sometimes called galileo after Galileo Galilei, is a unit of acceleration typically used in precision gravimetry. The gal is defined as 1 centimeter per second squared (1 cm/s2). The milligal (mGal) and microgal (µGal) are respectively one thousandth and one millionth of a gal.

<span class="mw-page-title-main">Rotational frequency</span> Number of rotations per unit time

Rotational frequency, also known as rotational speed or rate of rotation, is the frequency of rotation of an object around an axis. Its SI unit is the reciprocal seconds (s−1); other common units of measurement include the hertz (Hz), cycles per second (cps), and revolutions per minute (rpm).

<span class="mw-page-title-main">Turn (angle)</span> Unit of plane angle where a full circle equals 1

One turn is a unit of plane angle measurement equal to  radians, 360 degrees or 400 gradians. Thus it is the angular measure subtended by a complete circle at its center.

The degree symbol or degree sign, °, is a glyph or symbol that is used, among other things, to represent degrees of arc, hours, degrees of temperature or alcohol proof. The symbol consists of a small superscript circle.

ISO 31-0 is the introductory part of international standard ISO 31 on quantities and units. It provides guidelines for using physical quantities, quantity and unit symbols, and coherent unit systems, especially the SI. It was intended for use in all fields of science and technology and is augmented by more specialized conventions defined in other parts of the ISO 31 standard. ISO 31-0 was withdrawn on 17 November 2009. It is superseded by ISO 80000-1. Other parts of ISO 31 have also been withdrawn and replaced by parts of ISO 80000.

ISO 31-5 is the part of international standard ISO 31 that defines names and symbols for quantities and units related to electricity and magnetism. It is superseded by ISO 80000-6.

In mathematics, a basic algebraic operation is any one of the common operations of elementary algebra, which include addition, subtraction, multiplication, division, raising to a whole number power, and taking roots. These operations may be performed on numbers, in which case they are often called arithmetic operations. They may also be performed, in a similar way, on variables, algebraic expressions, and more generally, on elements of algebraic structures, such as groups and fields. An algebraic operation may also be defined simply as a function from a Cartesian power of a set to the same set.

ISO 80000 or IEC 80000, Quantities and units, is an international standard describing the International System of Quantities (ISQ). It was developed and promulgated jointly by the International Organization for Standardization (ISO) and the International Electrotechnical Commission (IEC). It serves as a style guide for using physical quantities and units of measurement, formulas involving them, and their corresponding units, in scientific and educational documents for worldwide use. The ISO/IEC 80000 family of standards was completed with the publication of the first edition of Part 1 in November 2009.

<span class="mw-page-title-main">International System of Quantities</span> System of quantities used in science and their interrelationships

The International System of Quantities (ISQ) is a standard system of quantities used in physics and in modern science in general. It includes basic quantities such as length and mass and the relationships between those quantities. This system underlies the International System of Units (SI) but does not itself determine the units of measurement used for the quantities.