Overview

In elementary arithmetic the product is the result of multiplying two or more factors. If a and b are numbers, a × b (or ab) denotes their product. Multiplication generalizes beyond numbers to algebraic expressions, matrices, vectors and more abstract structures where a binary operation, often called a product, combines two elements into one.

Definition, notation and simple examples

For natural numbers, the product of repeated addition can be viewed as adding a copy of one factor as many times as indicated by the other: 4 × 3 = 4 + 4 + 4 = 12. Notation varies: ×, ·, juxtaposition (ab), or special symbols for particular products (e.g., ⊗ for tensor product). Examples: 6 × 4 = 24, (-6) · (-4) = 24, and 5 × 0 = 0. The product of a sequence of factors is often written using the capital pi symbol (∏) in higher mathematics.

Key properties

  • Commutativity: For ordinary numbers, a·b = b·a.
  • Associativity: (ab)c = a(bc), so parentheses can be rearranged.
  • Identity element: 1 is the multiplicative identity because 1·a = a.
  • Zero property: If any factor is 0, the whole product is 0.
  • Distributivity: a(b + c) = ab + ac links multiplication with addition.

Sign rules and inverse

Simple sign rules determine the sign of a numerical product: the product of two numbers with the same sign is positive; with opposite signs is negative. In nonzero numbers, division is the inverse operation to multiplication: b is the multiplicative inverse of a if ab = 1 (often written a^{-1}).

Extensions and distinctions

"Product" names many related operations. The dot product and cross product combine vectors to produce scalars or vectors with geometric meaning; matrix multiplication composes linear transformations and is not commutative in general. Elementwise (Hadamard) product, tensor product and exterior product are further variants used in advanced algebra and geometry. When studying equations, the zero product property (if ab = 0 then a = 0 or b = 0 in an integral domain) is especially important.

History, uses and examples

Multiplication is ancient: early civilizations developed methods and tables for multiplying whole numbers; later formal algebraic properties were studied by mathematicians. Products appear throughout mathematics and applications: computing areas (length × width), scaling quantities, polynomial multiplication (e.g., (x+2)(x-3) = x^2 - x - 6), and composing functions. For further reading on multiplication techniques, historical development, and variants see multiplication overview, arithmetic history, algebraic products, vector products and matrix multiplication.