I do not understand "abstract" multiplication. If for integers it is repeated addition (in n*k, n times where n is an integer), then what could it even mean for something as simple as multiplying two irrational numbers? Or for more exotic things like vectors? Why for example, is vector addition called addition rather than vector multiplication and vice versa? Perhaps this is not the best expressed question but I hope people know what I am asking.
2026-03-25 09:28:45.1774430925
When multiplication is defined on objects other than the real numbers, is there an attempt to define this operation in terms of addition?
62 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ABSTRACT-ALGEBRA
- Feel lost in the scheme of the reducibility of polynomials over $\Bbb Z$ or $\Bbb Q$
- Integral Domain and Degree of Polynomials in $R[X]$
- Fixed points of automorphisms of $\mathbb{Q}(\zeta)$
- Group with order $pq$ has subgroups of order $p$ and $q$
- A commutative ring is prime if and only if it is a domain.
- Conjugacy class formula
- Find gcd and invertible elements of a ring.
- Extending a linear action to monomials of higher degree
- polynomial remainder theorem proof, is it legit?
- $(2,1+\sqrt{-5}) \not \cong \mathbb{Z}[\sqrt{-5}]$ as $\mathbb{Z}[\sqrt{-5}]$-module
Related Questions in VECTORS
- Proof that $\left(\vec a \times \vec b \right) \times \vec a = 0$ using index notation.
- Constrain coordinates of a point into a circle
- Why is the derivative of a vector in polar form the cross product?
- Why does AB+BC=AC when adding vectors?
- Prove if the following vectors are orthonormal set
- Stokes theorem integral, normal vector confusion
- Finding a unit vector that gives the maximum directional derivative of a vector field
- Given two non-diagonal points of a square, find the other 2 in closed form
- $dr$ in polar co-ordinates
- How to find reflection of $(a,b)$ along $y=x, y = -x$
Related Questions in COMPLEX-MULTIPLICATION
- CM elliptic curves and isogeny
- Why does the multiplication in a division algebra depends on every component?
- Is the standard complex multiplication the only one that makes $\Bbb R^2$ a field?
- An explicit equation for an elliptic curve with CM?
- For which CM points $\tau$ is $\gamma(\tau)$ also a CM point?
- Endomorphism ring of elliptic curves over $\Bbb Q$ vs over $\Bbb C$
- Problem in complex number multiplication
- How to prove the integrality of this Eisenstein Series?
- Complex operator $i$ and Exponents
- Methods for solving Elliptic curve over Q taking advantage of Complex Multiplication
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
This is, in a way, more about the language of math than about math itself. But language also carries a lot of mathematical meaning. In general, we have many different algebraic structures with two binary operations defined on them. One of those is usually commutative and serves as the "base" operation. We call that one a sum, or addition, and write it as $+$ or some variation thereof like $\oplus$. Then there is another operation which plays nicely with the base operation $+$. Playing nicely means that it distributes over $+$. We call that one a product, or multiplication, and write it in a variety of different ways ($\cdot,\times,(\cdot,\cdot),\langle\cdot,\cdot\rangle$, etc.). The fact that it distributes over addition is a direct generalization of the "repeated addition" thing in the integers. The fact that multiplication distributes over addition means that $n\cdot m=(1+\dots+1)\cdot m=m+\dots+m$. Distributivity is a way to enforce this "repeated addition" concept by saying that if $n$ can be obtained by repeatedly adding $1$, then $nm$ can be obtained by repeatedly adding $m$. But the distributive property holds for numbers which can't be obtained by repeatedly adding $1$, so it's a generalization. Though we could still say that if $a$ can be obtained by repeatedly adding $b$ (so $a=b+\dots+b$), then $ax$ can be obtained by repeatedly adding $bx$. Of course, we have to define what $bx$ is, but in a way, the distributive property still enforces a certain concept of repeated addition.
Anyway, now that distributivity over addition has been identified as a core feature of products, we tend to call everything that distributes over a commutative, associative binary operation ($+$) a product or multiplication. The product of a field distributes over the addition of the field, the scalar multiplication of a vector space distributes over its addition, the inner product and the vector products do, too. Matrix products distribute over matrix sums. And so on.