multiplication#Capital Pi notation
{{Short description|Arithmetical operation}}
{{About|the mathematical operation}}
{{redirect|⋅|the symbol|Interpunct#In mathematics and science}}
{{More citations needed|date=April 2012}}
{{Use dmy dates|date=September 2023|cs1-dates=y}}
File:Multiply 4 bags 3 marbles.svg
File:Multiply scaling.svg. Here, 2 is being multiplied by 3 using scaling, giving 6 as a result.]]
Multiplication is one of the four elementary mathematical operations of arithmetic, with the other ones being addition, subtraction, and division. The result of a multiplication operation is called a product. Multiplication is often denoted by the cross symbol, {{char|×}}, by the mid-line dot operator, {{char|·}}, by juxtaposition, or, on computers, by an asterisk, {{char|*}}.
The multiplication of whole numbers may be thought of as repeated addition; that is, the multiplication of two numbers is equivalent to adding as many copies of one of them, the multiplicand, as the quantity of the other one, the multiplier; both numbers can be referred to as factors. This is to be distinguished from terms, which are added.
:
For example, the expression , phrased as "3 times 4" or "3 multiplied by 4", can be evaluated by adding 3 copies of 4 together:
:
Here, 3 (the multiplier) and 4 (the multiplicand) are the factors, and 12 is the product.
One of the main properties of multiplication is the commutative property, which states in this case that adding 3 copies of 4 gives the same result as adding 4 copies of 3:
:
Thus, the designation of multiplier and multiplicand does not affect the result of the multiplication.{{cite web |last=Devlin |first=Keith |url=http://www.maa.org/external_archive/devlin/devlin_01_11.html |title=What Exactly is Multiplication? |author-link=Keith Devlin |publisher=Mathematical Association of America |date=January 2011 |quote=With multiplication you have a multiplicand (written second) multiplied by a multiplier (written first) |access-date=May 14, 2017 |archive-url=https://web.archive.org/web/20170527070801/http://www.maa.org/external_archive/devlin/devlin_01_11.html |archive-date=May 27, 2017 |url-status=live }}
Systematic generalizations of this basic definition define the multiplication of integers (including negative numbers), rational numbers (fractions), and real numbers.
Multiplication can also be visualized as counting objects arranged in a rectangle (for whole numbers) or as finding the area of a rectangle whose sides have some given lengths. The area of a rectangle does not depend on which side is measured first—a consequence of the commutative property.
The product of two measurements (or physical quantities) is a new type of measurement (or new quantity), usually with a derived unit of measurement. For example, multiplying the lengths (in meters or feet) of the two sides of a rectangle gives its area (in square meters or square feet). Such a product is the subject of dimensional analysis.
The inverse operation of multiplication is division. For example, since 4 multiplied by 3 equals 12, 12 divided by 3 equals 4. Indeed, multiplication by 3, followed by division by 3, yields the original number. The division of a number other than 0 by itself equals 1.
Several mathematical concepts expand upon the fundamental idea of multiplication. The product of a sequence, vector multiplication, complex numbers, and matrices are all examples where this can be seen. These more advanced constructs tend to affect the basic properties in their own ways, such as becoming noncommutative in matrices and some forms of vector multiplication or changing the sign of complex numbers.
Notation
{{Infobox symbol
|name= Multiplication signs
|sign=× ⋅
|unicode={{unichar|00D7|Multiplication sign|html=}}
{{unichar|22C5|Dot operator|html=}}
|see also =
|different from= {{unichar|00B7|Middle dot|nlink=Interpunct}}
{{unichar|002E|nlink=Full stop}}
}}
{{main|Multiplication sign}}
{{See also|Multiplier (linguistics)}}
In arithmetic, multiplication is often written using the multiplication sign (either {{char|×}} or {{char|}}) between the factors (that is, in infix notation).{{Citation |last=Khan Academy |title=Intro to multiplication {{!}} Multiplication and division {{!}} Arithmetic {{!}} Khan Academy |date=2015-08-14 |url=https://www.youtube.com/watch?v=RNxwasijbAo |access-date=2017-03-07 |archive-url=https://web.archive.org/web/20170324175113/https://www.youtube.com/watch?v=RNxwasijbAo |archive-date=2017-03-24 |url-status=live }} For example,
: ("two times three equals six")
:
:
:
There are other mathematical notations for multiplication:
- To reduce confusion between the multiplication sign × and the common variable {{mvar|x}}, multiplication is also denoted by dot signs,{{Citation |last=Khan Academy |title=Why aren't we using the multiplication sign? {{!}} Introduction to algebra {{!}} Algebra I {{!}} Khan Academy |date=2012-09-06 |url=https://www.youtube.com/watch?v=vDaIKB19TvY |access-date=2017-03-07 |archive-url=https://web.archive.org/web/20170327163705/https://www.youtube.com/watch?v=vDaIKB19TvY |archive-date=2017-03-27 |url-status=live }} usually a middle-position dot (rarely period): .
:The middle dot notation or dot operator, encoded in Unicode as {{unichar|22C5|dot operator}}, is now standard in the United States and other countries . When the dot operator character is not accessible, the interpunct (·) is used. In other countries that use a comma as a decimal mark, either the period or a middle dot is used for multiplication.{{citation needed|date=August 2011}}
:Historically, in the United Kingdom and Ireland, the middle dot was sometimes used for the decimal to prevent it from disappearing in the ruled line, and the period/full stop was used for multiplication. However, since the Ministry of Technology ruled to use the period as the decimal point in 1968,{{Cite journal |doi=10.1038/218111c0 |title=Victory on Points |journal=Nature |volume=218 |issue = 5137 |page=111 |date=1968 |bibcode=1968Natur.218S.111. |doi-access=free}} and the International System of Units (SI) standard has since been widely adopted, this usage is now found only in the more traditional journals such as The Lancet.{{cite web |title=The Lancet – Formatting guidelines for electronic submission of manuscripts |url=http://download.thelancet.com/pb/assets/raw/Lancet/authors/artwork-guidelines.pdf |access-date=2017-04-25}}
- {{anchor|Implicit|Explicit}}In algebra, multiplication involving variables is often written as a juxtaposition (e.g., for times or for five times ), also called implied multiplication. The notation can also be used for quantities that are surrounded by parentheses (e.g., , or for five times two). This implicit usage of multiplication can cause ambiguity when the concatenated variables happen to match the name of another variable, when a variable name in front of a parenthesis can be confused with a function name, or in the correct determination of the order of operations.
- In vector multiplication, there is a distinction between the cross and the dot symbols. The cross symbol generally denotes the taking a cross product of two vectors, yielding a vector as its result, while the dot denotes taking the dot product of two vectors, resulting in a scalar.
In computer programming, the asterisk (as in 5*2
) is still the most common notation. This is because most computers historically were limited to small character sets (such as ASCII and EBCDIC) that lacked a multiplication sign (such as ⋅
or ×
), while the asterisk appeared on every keyboard.{{citation needed|date=February 2023}} This usage originated in the FORTRAN programming language.{{cite book
|last = Fuller |first = William R.
|title = FORTRAN Programming: A Supplement for Calculus Courses
|series = Universitext
|date = 1977
|url = https://books.google.com/books?id=mnLjBwAAQBAJ&pg=PA10
|page = 10
|publisher = Springer
|doi = 10.1007/978-1-4612-9938-7
|isbn = 978-0-387-90283-8
}}
{{anchor|Terminology|multiplier}}
The numbers to be multiplied are generally called the "factors" (as in factorization). The number to be multiplied is the "multiplicand", and the number by which it is multiplied is the "multiplier". Usually, the multiplier is placed first, and the multiplicand is placed second;{{cite web |title=Multiplicand {{!}} mathematics {{!}} Britannica |url=https://www.britannica.com/science/multiplicand |website=www.britannica.com |publisher=Encyclopædia Britannica, Inc. |access-date=15 November 2024 |language=en}}{{cite web |last1=Weisstein |first1=Eric W. |title=Multiplicand |url=https://mathworld.wolfram.com/Multiplicand.html |website=mathworld.wolfram.com |publisher=Wolfram Research, Inc. |access-date=15 November 2024 |language=en}} however, sometimes the first factor is considered the multiplicand and the second the multiplier.
Also, as the result of multiplication does not depend on the order of the factors, the distinction between "multiplicand" and "multiplier" is useful only at a very elementary level and in some multiplication algorithms, such as the long multiplication. Therefore, in some sources, the term "multiplicand" is regarded as a synonym for "factor".{{cite book |last=Litvin |first=Chester |url=https://books.google.com/books?id=-ULmPYAA8voC&q=Can+the+multiplicand+be+the+first+number&pg=PA6 |title=Advance Brain Stimulation by Psychoconduction |date=2012 |publisher=Trafford |isbn=978-1-4669-0152-0 |pages=2–3, 5–6 |via=Google Book Search}}
In algebra, a number that is the multiplier of a variable or expression (e.g., the 3 in ) is called a coefficient.
The result of a multiplication is called a product. When one factor is an integer, the product is a multiple of the other or of the product of the others. Thus, is a multiple of , as is . A product of integers is a multiple of each factor; for example, 15 is the product of 3 and 5 and is both a multiple of 3 and a multiple of 5.
Definitions
{{Expert needed|mathematics
| talk = Merging new section with "Multiplication of Different Kinds of Numbers"
| reason = defining multiplication is not straightforward and different proposals have been made over the centuries, with competing ideas (e.g. recursive vs. non-recursive definitions)
| section = yes
| date = September 2023|section
}}
The product of two numbers or the multiplication between two numbers can be defined for common special cases: natural numbers, integers, rational numbers, real numbers, complex numbers, and quaternions.
=Product of two natural numbers=
The product of two natural numbers is defined as:
=Product of two integers=
An integer can be either zero, a nonzero natural number, or minus a nonzero natural number. The product of zero and another integer is always zero. The product of two nonzero integers is determined by the product of their positive amounts, combined with the sign derived from the following rule:
class="wikitable" style="margin-left:1.6em; text-align: center;"
! style="padding:0.2em 1em;" | {{math|×}} ! style="padding:0.2em 1em;" | {{math|+}} ! style="padding:0.2em 1em;" | {{math|−}} |
style="padding:0.2em 1em;" | {{math|+}}
| {{math|+}} || {{math|−}} |
---|
style="padding:0.2em 1em;" | {{math|−}}
| {{math|−}} || {{math|+}} |
(This rule is a consequence of the distributivity of multiplication over addition, and is not an additional rule.)
In words:
- A positive number multiplied by a positive number is positive (product of natural numbers),
- A positive number multiplied by a negative number is negative,
- A negative number multiplied by a positive number is negative,
- A negative number multiplied by a negative number is positive.
=Product of two fractions=
Two fractions can be multiplied by multiplying their numerators and denominators:
:
:which is defined when .
= Product of two real numbers =
There are several equivalent ways to define formally the real numbers; see Construction of the real numbers. The definition of multiplication is a part of all these definitions.
A fundamental aspect of these definitions is that every real number can be approximated to any accuracy by rational numbers. A standard way for expressing this is that every real number is the least upper bound of a set of rational numbers. In particular, every positive real number is the least upper bound of the truncations of its infinite decimal representation; for example, is the least upper bound of
A fundamental property of real numbers is that rational approximations are compatible with arithmetic operations, and, in particular, with multiplication. This means that, if {{mvar|a}} and {{mvar|b}} are positive real numbers such that and then In particular, the product of two positive real numbers is the least upper bound of the term-by-term products of the sequences of their decimal representations.
As changing the signs transforms least upper bounds into greatest lower bounds, the simplest way to deal with a multiplication involving one or two negative numbers, is to use the rule of signs described above in {{slink|#Product of two integers}}. The construction of the real numbers through Cauchy sequences is often preferred in order to avoid consideration of the four possible sign configurations.
=Product of two complex numbers=
Two complex numbers can be multiplied by the distributive law and the fact that , as follows:
:
(a + b\, i) \cdot (c + d\, i)
&= a \cdot c + a \cdot d\, i + b \, i \cdot c + b \cdot d \cdot i^2\\
&= (a \cdot c - b \cdot d) + (a \cdot d + b \cdot c) \, i
\end{align}
The geometric meaning of complex multiplication can be understood by rewriting complex numbers in polar coordinates:
:
Furthermore,
:
from which one obtains
:
The geometric meaning is that the magnitudes are multiplied and the arguments are added.
=Product of two quaternions=
The product of two quaternions can be found in the article on quaternions. Note, in this case, that and are in general different.
Computation
{{Main|Multiplication algorithm}}
file:צעצוע מכני משנת 1918 לחישובי לוח הכפל The Educated Monkey.jpg dated 1918, used as a multiplication "calculator". For example: set the monkey's feet to 4 and 9, and get the product—36—in its hands.]]
Many common methods for multiplying numbers using pencil and paper require a multiplication table of memorized or consulted products of small numbers (typically any two numbers from 0 to 9). However, one method, the peasant multiplication algorithm, does not. The example below illustrates "long multiplication" (the "standard algorithm", "grade-school multiplication"):
23958233
× 5830
———————————————
00000000 ( = 23,958,233 × 0)
71874699 ( = 23,958,233 × 30)
191665864 ( = 23,958,233 × 800)
+ 119791165 ( = 23,958,233 × 5,000)
———————————————
139676498390 ( = 139,676,498,390 )
In some countries such as Germany, the multiplication above is depicted similarly but with the original problem written on a single line and computation starting with the first digit of the multiplier:{{Cite web |title=Multiplication |url=http://www.mathematische-basteleien.de/multiplication.htm |access-date=2022-03-15 |website=mathematische-basteleien.de}}
23958233 · 5830
———————————————
119791165
191665864
71874699
00000000
———————————————
139676498390
Multiplying numbers to more than a couple of decimal places by hand is tedious and error-prone. Common logarithms were invented to simplify such calculations, since adding logarithms is equivalent to multiplying. The slide rule allowed numbers to be quickly multiplied to about three places of accuracy. Beginning in the early 20th century, mechanical calculators, such as the Marchant, automated multiplication of up to 10-digit numbers. Modern electronic computers and calculators have greatly reduced the need for multiplication by hand.
=Historical algorithms=
Methods of multiplication were documented in the writings of ancient Egyptian, {{Citation needed span|text=Greek, Indian,|date=December 2021|reason=This claim is not sourced in the subsections below.}} and Chinese civilizations.
The Ishango bone, dated to about 18,000 to 20,000 BC, may hint at a knowledge of multiplication in the Upper Paleolithic era in Central Africa, but this is speculative.{{cite arXiv|last=Pletser|first=Vladimir|date=2012-04-04|title=Does the Ishango Bone Indicate Knowledge of the Base 12? An Interpretation of a Prehistoric Discovery, the First Mathematical Tool of Humankind|class=math.HO|eprint=1204.1019}}{{Verification needed|date=December 2021}}
==Egyptians==
{{Main|Ancient Egyptian multiplication}}
The Egyptian method of multiplication of integers and fractions, which is documented in the Rhind Mathematical Papyrus, was by successive additions and doubling. For instance, to find the product of 13 and 21 one had to double 21 three times, obtaining {{nowrap|1=2 × 21 = 42}}, {{nowrap|1=4 × 21 = 2 × 42 = 84}}, {{nowrap|1=8 × 21 = 2 × 84 = 168}}. The full product could then be found by adding the appropriate terms found in the doubling sequence:{{Cite web |title=Peasant Multiplication |url=http://www.cut-the-knot.org/Curriculum/Algebra/PeasantMultiplication.shtml |access-date=2021-12-29 |website=cut-the-knot.org}}
:13 × 21 = (1 + 4 + 8) × 21 = (1 × 21) + (4 × 21) + (8 × 21) = 21 + 84 + 168 = 273.
==Babylonians==
The Babylonians used a sexagesimal positional number system, analogous to the modern-day decimal system. Thus, Babylonian multiplication was very similar to modern decimal multiplication. Because of the relative difficulty of remembering {{nowrap|60 × 60}} different products, Babylonian mathematicians employed multiplication tables. These tables consisted of a list of the first twenty multiples of a certain principal number n: n, 2n, ..., 20n; followed by the multiples of 10n: 30n 40n, and 50n. Then to compute any sexagesimal product, say 53n, one only needed to add 50n and 3n computed from the table.{{Citation needed|date=December 2021}}
==Chinese==
{{see also|Chinese multiplication table}}
File:Multiplication algorithm.GIF
In the mathematical text Zhoubi Suanjing, dated prior to 300 BC, and the Nine Chapters on the Mathematical Art, multiplication calculations were written out in words, although the early Chinese mathematicians employed Rod calculus involving place value addition, subtraction, multiplication, and division. The Chinese were already using a decimal multiplication table by the end of the Warring States period.{{cite journal | url =http://www.nature.com/news/ancient-times-table-hidden-in-chinese-bamboo-strips-1.14482 | title =Ancient times table hidden in Chinese bamboo strips | journal =Nature | first =Jane |last=Qiu |author-link=Jane Qiu| date =7 January 2014 | access-date =22 January 2014 | doi =10.1038/nature.2014.14482 | s2cid =130132289 | archive-url =https://web.archive.org/web/20140122064930/http://www.nature.com/news/ancient-times-table-hidden-in-chinese-bamboo-strips-1.14482 | archive-date =22 January 2014 | url-status =live | doi-access =free }}
=Modern methods=
Image:Gelosia multiplication 45 256.png.]]
The modern method of multiplication based on the Hindu–Arabic numeral system was first described by Brahmagupta. Brahmagupta gave rules for addition, subtraction, multiplication, and division. Henry Burchard Fine, then a professor of mathematics at Princeton University, wrote the following:
:The Indians are the inventors not only of the positional decimal system itself, but of most of the processes involved in elementary reckoning with the system. Addition and subtraction they performed quite as they are performed nowadays; multiplication they effected in many ways, ours among them, but division they did cumbrously.{{cite book |last=Fine |first=Henry B. |author-link=Henry Burchard Fine |title=The Number System of Algebra – Treated Theoretically and Historically |edition=2nd |date=1907 |page=90 |url=https://archive.org/download/numbersystemofal00fineuoft/numbersystemofal00fineuoft.pdf}}
These place value decimal arithmetic algorithms were introduced to Arab countries by Al Khwarizmi in the early 9th century and popularized in the Western world by Fibonacci in the 13th century.{{Cite web |last=Bernhard |first=Adrienne |title=How modern mathematics emerged from a lost Islamic library |url=https://www.bbc.com/future/article/20201204-lost-islamic-library-maths |access-date=2022-04-22 |website=bbc.com |language=en}}
==Grid method==
Grid method multiplication, or the box method, is used in primary schools in England and Wales and in some areas{{Which|date=December 2021}} of the United States to help teach an understanding of how multiple digit multiplication works. An example of multiplying 34 by 13 would be to lay the numbers out in a grid as follows:
:
class="wikitable" style="text-align: center;"
! scope="col" | × ! scope="col" | 30 ! scope="col" | 4 |
scope="row" | 10
|300 |40 |
---|
scope="row" | 3
|90 |12 |
and then add the entries.
=Computer algorithms=
{{Main|Multiplication algorithm#Fast multiplication algorithms for large inputs}}
The classical method of multiplying two {{math|n}}-digit numbers requires {{math|n2}} digit multiplications. Multiplication algorithms have been designed that reduce the computation time considerably when multiplying large numbers. Methods based on the discrete Fourier transform reduce the computational complexity to {{math|O(n log n log log n)}}. In 2016, the factor {{math|log log n}} was replaced by a function that increases much slower, though still not constant.{{Cite journal|last1=Harvey|first1=David|last2=van der Hoeven|first2=Joris|last3=Lecerf|first3=Grégoire|title=Even faster integer multiplication|date=2016|journal=Journal of Complexity|volume=36|pages=1–30|doi=10.1016/j.jco.2016.03.001|issn=0885-064X|arxiv=1407.3360|s2cid=205861906}} In March 2019, David Harvey and Joris van der Hoeven submitted a paper presenting an integer multiplication algorithm with a complexity of David Harvey, Joris Van Der Hoeven (2019). [https://hal.archives-ouvertes.fr/hal-02070778 Integer multiplication in time O(n log n)] {{Webarchive|url=https://web.archive.org/web/20190408180939/https://hal.archives-ouvertes.fr/hal-02070778 |date=2019-04-08 }} The algorithm, also based on the fast Fourier transform, is conjectured to be asymptotically optimal.{{Cite web|url=https://www.quantamagazine.org/mathematicians-discover-the-perfect-way-to-multiply-20190411/|title=Mathematicians Discover the Perfect Way to Multiply|last=Hartnett|first=Kevin|website=Quanta Magazine|date=11 April 2019|language=en|access-date=2020-01-25}} The algorithm is not practically useful, as it only becomes faster for multiplying extremely large numbers (having more than {{math|2172912}} bits).{{Cite web|url=https://cacm.acm.org/magazines/2020/1/241707-multiplication-hits-the-speed-limit/fulltext|title=Multiplication Hits the Speed Limit|last=Klarreich|first=Erica|website=cacm.acm.org|date=January 2020 |language=en|access-date=2020-01-25|archive-url=https://archive.today/20201031123457/https://cacm.acm.org/magazines/2020/1/241707-multiplication-hits-the-speed-limit/fulltext|archive-date=2020-10-31|url-status=live}}
Products of measurements
{{Main|Dimensional analysis}}
One can only meaningfully add or subtract quantities of the same type, but quantities of different types can be multiplied or divided without problems. For example, four bags with three marbles each can be thought of as:
:[4 bags] × [3 marbles per bag] = 12 marbles.
When two measurements are multiplied together, the product is of a type depending on the types of measurements. The general theory is given by dimensional analysis. This analysis is routinely applied in physics, but it also has applications in finance and other applied fields.
A common example in physics is the fact that multiplying speed by time gives distance. For example:
:50 kilometers per hour × 3 hours = 150 kilometers.
In this case, the hour units cancel out, leaving the product with only kilometer units.
Other examples of multiplication involving units include:
:2.5 meters × 4.5 meters = 11.25 square meters
:11 meters/seconds × 9 seconds = 99 meters
:4.5 residents per house × 20 houses = 90 residents
==Product of a sequence{{anchor|Product of sequences|Products of sequences}}==
===Capital pi notation{{Anchor|Capital Pi notation}}===
{{Further information|Iterated binary operation#Notation}}
The product of a sequence of factors can be written with the product symbol , which derives from the capital letter Π (pi) in the Greek alphabet (much like the same way the summation symbol is derived from the Greek letter Σ (sigma)).{{Cite web|last=Weisstein|first=Eric W.|title=Product|url=https://mathworld.wolfram.com/Product.html|access-date=2020-08-16|website=mathworld.wolfram.com|language=en}}{{Cite web|title=Summation and Product Notation|url=https://math.illinoisstate.edu/day/courses/old/305/contentsummationnotation.html|access-date=2020-08-16|website=math.illinoisstate.edu}} The meaning of this notation is given by
:
which results in
:
In such a notation, the variable {{mvar|i}} represents a varying integer, called the multiplication index, that runs from the lower value {{math|1}} indicated in the subscript to the upper value {{math|4}} given by the superscript. The product is obtained by multiplying together all factors obtained by substituting the multiplication index for an integer between the lower and the upper values (the bounds included) in the expression that follows the product operator.
More generally, the notation is defined as
:
where m and n are integers or expressions that evaluate to integers. In the case where {{nowrap|1=m = n}}, the value of the product is the same as that of the single factor xm; if {{nowrap|m > n}}, the product is an empty product whose value is 1—regardless of the expression for the factors.
== Properties of capital pi notation==
By definition,
:
If all factors are identical, a product of {{mvar|n}} factors is equivalent to exponentiation:
:
Associativity and commutativity of multiplication imply
: and
:
if {{mvar|a}} is a non-negative integer, or if all are positive real numbers, and
:
if all are non-negative integers, or if {{mvar|x}} is a positive real number.
=Infinite products=
{{Main|Infinite product}}
One may also consider products of infinitely many factors; these are called infinite products. Notationally, this consists in replacing n above by the infinity symbol ∞. The product of such an infinite sequence is defined as the limit of the product of the first n factors, as n grows without bound. That is,
:
One can similarly replace m with negative infinity, and define:
:
provided both limits exist.{{Citation needed|date=December 2021}}
Exponentiation
{{Main|Exponentiation}}
When multiplication is repeated, the resulting operation is known as exponentiation. For instance, the product of three factors of two (2×2×2) is "two raised to the third power", and is denoted by 23, a two with a superscript three. In this example, the number two is the base, and three is the exponent.{{Cite web|last=Weisstein|first=Eric W.|title=Exponentiation|url=https://mathworld.wolfram.com/Exponentiation.html|access-date=2021-12-29|website=mathworld.wolfram.com|language=en}} In general, the exponent (or superscript) indicates how many times the base appears in the expression, so that the expression
:
indicates that n copies of the base a are to be multiplied together. This notation can be used whenever multiplication is known to be power associative.
Properties
Image:Multiplication chart.svg where the determinant is 0. In this process, information is lost and cannot be regained.]]
For real and complex numbers, which includes, for example, natural numbers, integers, and fractions, multiplication has certain properties:
:The order in which two numbers are multiplied does not matter:{{Cite web |title=Multiplication |website=Encyclopedia of Mathematics |url=https://encyclopediaofmath.org/wiki/Multiplication |access-date=2021-12-29}}{{Cite book |last=Biggs |first=Norman L. |title=Discrete Mathematics |publisher=Oxford University Press |date=2002 |isbn=978-0-19-871369-2 |pages=25 |language=en}}
::
:Expressions solely involving multiplication or addition are invariant with respect to the order of operations:
::
:Holds with respect to multiplication over addition. This identity is of prime importance in simplifying algebraic expressions:
::
:The multiplicative identity is 1; anything multiplied by 1 is itself. This feature of 1 is known as the identity property:
::
:Any number multiplied by 0 is 0. This is known as the zero property of multiplication:
::
:−1 times any number is equal to the additive inverse of that number:
::, where
:−1 times −1 is 1:
::
:Every number x, except 0, has a multiplicative inverse, , such that .{{Cite web |last=Weisstein |first=Eric W. |title=Multiplicative Inverse |url=https://mathworld.wolfram.com/ |access-date=2022-04-19 |website=Wolfram MathWorld |language=en}}
;Order preservation
:Multiplication by a positive number preserves the order:
::For {{nowrap|a > 0}}, if {{nowrap|b > c,}} then {{nowrap|ab > ac}}.
:Multiplication by a negative number reverses the order:
::For {{nowrap|a < 0}}, if {{nowrap|b > c,}} then {{nowrap|ab < ac}}.
:The complex numbers do not have an ordering that is compatible with both addition and multiplication.{{Cite web |last=Angell |first=David |title=ORDERING COMPLEX NUMBERS... NOT* |url=https://web.maths.unsw.edu.au/~angell/articles/complexorder.pdf |access-date=29 December 2021 |publisher=UNSW Sydney, School of Mathematics and Statistics}}
Other mathematical systems that include a multiplication operation may not have all these properties. For example, multiplication is not, in general, commutative for matrices and quaternions. Hurwitz's theorem shows that for the hypercomplex numbers of dimension 8 or greater, including the octonions, sedenions, and trigintaduonions, multiplication is generally not associative.{{cite arXiv | last1=Cawagas | first1=Raoul E. | last2=Carrascal | first2=Alexander S. | last3=Bautista | first3=Lincoln A. | last4=Maria | first4=John P. Sta. | last5=Urrutia | first5=Jackie D. | last6=Nobles | first6=Bernadeth | title=The Subalgebra Structure of the Cayley-Dickson Algebra of Dimension 32 (trigintaduonion) | date=2009 | class=math.RA | eprint=0907.2047v3}}
Axioms
{{Main|Peano axioms}}
In the book Arithmetices principia, nova methodo exposita, Giuseppe Peano proposed axioms for arithmetic based on his axioms for natural numbers. Peano arithmetic has two axioms for multiplication:
:
:
Here S(y) represents the successor of y; i.e., the natural number that follows y. The various properties like associativity can be proved from these and the other axioms of Peano arithmetic, including induction. For instance, S(0), denoted by 1, is a multiplicative identity because
:
The axioms for integers typically define them as equivalence classes of ordered pairs of natural numbers. The model is based on treating (x,y) as equivalent to {{nowrap|x − y}} when x and y are treated as integers. Thus both (0,1) and (1,2) are equivalent to −1. The multiplication axiom for integers defined this way is
:
The rule that −1 × −1 = 1 can then be deduced from
:
Multiplication is extended in a similar way to rational numbers and then to real numbers.{{Citation needed|date=December 2021}}
Multiplication with set theory
The product of non-negative integers can be defined with set theory using cardinal numbers or the Peano axioms. See below how to extend this to multiplying arbitrary integers, and then arbitrary rational numbers. The product of real numbers is defined in terms of products of rational numbers; see construction of the real numbers.{{Cite web |date=2018-04-11 |title=10.2: Building the Real Numbers |url=https://math.libretexts.org/Bookshelves/Analysis/Real_Analysis_(Boman_and_Rogers)/10%3A_Epilogue_to_Real_Analysis/10.02%3A_Building_the_Real_Numbers |access-date=2023-06-23 |website=Mathematics LibreTexts |language=en}}
==Multiplication in group theory==
There are many sets that, under the operation of multiplication, satisfy the axioms that define group structure. These axioms are closure, associativity, and the inclusion of an identity element and inverses.
A simple example is the set of non-zero rational numbers. Here identity 1 is had, as opposed to groups under addition where the identity is typically 0. Note that with the rationals, zero must be excluded because, under multiplication, it does not have an inverse: there is no rational number that can be multiplied by zero to result in 1. In this example, an abelian group is had, but that is not always the case.
To see this, consider the set of invertible square matrices of a given dimension over a given field. Here, it is straightforward to verify closure, associativity, and inclusion of identity (the identity matrix) and inverses. However, matrix multiplication is not commutative, which shows that this group is non-abelian.
Another fact worth noticing is that the integers under multiplication do not form a group—even if zero is excluded. This is easily seen by the nonexistence of an inverse for all elements other than 1 and −1.
Multiplication in group theory is typically notated either by a dot or by juxtaposition (the omission of an operation symbol between elements). So multiplying element a by element b could be notated as a b or ab. When referring to a group via the indication of the set and operation, the dot is used. For example, our first example could be indicated by .{{cite book |last1=Burns |first1=Gerald |title=Introduction to group theory with applications |date=1977 |publisher=Academic Press |location=New York |isbn=9780121457501 }}
==Multiplication of different kinds of numbers==
Numbers can count (3 apples), order (the 3rd apple), or measure (3.5 feet high); as the history of mathematics has progressed from counting on our fingers to modelling quantum mechanics, multiplication has been generalized to more complicated and abstract types of numbers, and to things that are not numbers (such as matrices) or do not look much like numbers (such as quaternions).
; Integers
: is the sum of N copies of M when N and M are positive whole numbers. This gives the number of things in an array N wide and M high. Generalization to negative numbers can be done by
: and
:
: The same sign rules apply to rational and real numbers.
: Generalization to fractions is by multiplying the numerators and denominators, respectively: . This gives the area of a rectangle high and wide, and is the same as the number of things in an array when the rational numbers happen to be whole numbers.
; Real numbers
: Real numbers and their products can be defined in terms of sequences of rational numbers.
: Considering complex numbers and as ordered pairs of real numbers and , the product is . This is the same as for reals when the imaginary parts and are zero.
: Alternatively, in trigonometric form, if , then
; Further generalizations
: See Multiplication in group theory, above, and multiplicative group, which for example includes matrix multiplication. A very general, and abstract, concept of multiplication is as the "multiplicatively denoted" (second) binary operation in a ring. An example of a ring that is not any of the number systems above is a polynomial ring (polynomials can be added and multiplied, but polynomials are not numbers in any usual sense).
; Division
: Often division, , is the same as multiplication by an inverse, . Multiplication for some types of "numbers" may have corresponding division, without inverses; in an integral domain x may have no inverse "" but may be defined. In a division ring there are inverses, but may be ambiguous in non-commutative rings since need not be the same as .{{Citation needed|date=December 2021}}
See also
{{div col|colwidth=35em}}
- Dimensional analysis
- Multiplication algorithm
- Karatsuba algorithm, for large numbers
- Toom–Cook multiplication, for very large numbers
- Schönhage–Strassen algorithm, for huge numbers
- Multiplication table
- Binary multiplier, how computers multiply
- Booth's multiplication algorithm
- Floating-point arithmetic
- Multiply–accumulate operation
- Fused multiply–add
- Wallace tree
- Multiplicative inverse, reciprocal
- Factorial
- Genaille–Lucas rulers
- Lunar arithmetic
- Napier's bones
- Peasant multiplication
- Product (mathematics), for generalizations
- Slide rule
{{div col end}}
References
{{Reflist|refs=
{{cite book |title=Announcing the TI Programmable 88! |publisher=Texas Instruments |date=1982 |url=http://www.datamath.net/Leaflets/TI-88_Announcement.pdf |access-date=2017-08-03 |url-status=live |archive-url=https://web.archive.org/web/20170803091337/http://www.datamath.net/Leaflets/TI-88_Announcement.pdf |archive-date=2017-08-03 |quote=Now, implied multiplication is recognized by the AOS and the square root, logarithmic, and trigonometric functions can be followed by their arguments as when working with pencil and paper.}} (NB. The TI-88 only existed as a prototype and was never released to the public.)
}}
Further reading
- {{cite book |author=Boyer, Carl B. (revised by Merzbach, Uta C.) |title=History of Mathematics |publisher=John Wiley and Sons, Inc. |date=1991 |isbn=978-0-471-54397-8 |url-access=registration |url=https://archive.org/details/historyofmathema00boye }}
External links
- [https://www.cut-the-knot.org/do_you_know/multiplication.shtml Multiplication] and [http://www.cut-the-knot.org/blue/SysTable.shtml Arithmetic Operations In Various Number Systems] at cut-the-knot
- [https://web.archive.org/web/20120719043305/http://webhome.idirect.com/~totton/suanpan/mod_mult/ Modern Chinese Multiplication Techniques on an Abacus]
{{Elementary arithmetic}}
{{Hyperoperations}}
{{Authority control}}
Category:Elementary arithmetic