Does (ab)^n Always Equal a^n*b^n in an Abelian Group?

  • MHB
  • Thread starter evinda
  • Start date
Therefore, the relation holds for all $n\in\mathbb{Z}^{-}$.In summary, we showed with induction that for each positive integer $n$, $(a \cdot b)^n=a^n \cdot b^n, \forall a,b \in G$. We then showed that the same relation holds for $n\leq 0$ by using the same induction argument but with the assumption that the result holds for $-k$ where $k\in\mathbb{Z}^{+}$. Therefore, we have proven that $(a \cdot b)^n=a^n \cdot b^n$ holds for all integers $n$.
  • #1
evinda
Gold Member
MHB
3,836
0
Hello! (Wave)

Let $G$ a multiplicative abelian group. Show with induction that for each positive integer $n$, $(a \cdot b)^n=a^n \cdot b^n, \forall a,b \in G$. Then,show that the same relation stands for $n \leq 0$.

That's what I have tried:

For $n=1$: $(a \cdot b)^1=a^1 \cdot b^1 \checkmark$

Suppose that the relation stands for $n=k$, $(a \cdot b)^k=a^k \cdot b^k$

We want to show that the relation stand for $n=k+1$.
$$(a \cdot b)^{k+1}=a^{k+1} \cdot b^{k+1} \Rightarrow (a \cdot b)^{k} \cdot (a \cdot b)=a^k \cdot a \cdot b^k \cdot b \Rightarrow a^k \cdot b^k \cdot a \cdot b= a^k \cdot a \cdot b^k \cdot b \Rightarrow b^k \cdot a= a \cdot b^k \Rightarrow a \cdot b^k=a \cdot b^k \checkmark $$

Now we have shown that $(a \cdot b)^n=a^n \cdot b^n, n \in \mathbb{Z}^{+} $

For $n \leq 0$: $n=-k, k\in \mathbb{Z}^{+}$
$$(a \cdot b)^n=a^n \cdot b^n \Rightarrow (a \cdot b)^{-k}=a^{-k} \cdot b^{-k} \Rightarrow ((a \cdot b)^{-1})^{k}=(a^{-1} \cdot b^{-1})^{k} \Rightarrow (b^{-1} \cdot a^{-1})^{k}=(a^{-1} \cdot b^{-1})^{k} \Rightarrow (b^{-1})^k \cdot (a^{-1})^k= (a^{-1})^k \cdot (b^{-1})^k \Rightarrow (a^{-1})^k \cdot (b^{-1})^k=(a^{-1})^k \cdot (b^{-1})^k \checkmark$$

For $n=0$: $(a \cdot b)^0=a^0 \cdot b^0 \Rightarrow 1=1 \checkmark$

Could you tell me if it is right?? :confused:
 
Physics news on Phys.org
  • #2
evinda said:
Hello! (Wave)

Let $G$ a multiplicative abelian group. Show with induction that for each positive integer $n$, $(a \cdot b)^n=a^n \cdot b^n, \forall a,b \in G$. Then,show that the same relation stands for $n \leq 0$.

That's what I have tried:

For $n=1$: $(a \cdot b)^1=a^1 \cdot b^1 \checkmark$

Suppose that the relation stands for $n=k$, $(a \cdot b)^k=a^k \cdot b^k$

We want to show that the relation stand for $n=k+1$.
$$(a \cdot b)^{k+1}=a^{k+1} \cdot b^{k+1} \Rightarrow (a \cdot b)^{k} \cdot (a \cdot b)=a^k \cdot a \cdot b^k \cdot b \Rightarrow a^k \cdot b^k \cdot a \cdot b= a^k \cdot a \cdot b^k \cdot b \Rightarrow b^k \cdot a= a \cdot b^k \Rightarrow a \cdot b^k=a \cdot b^k \checkmark $$

This is confusing. Your first statement, $(ab)^{k+1}=a^{k+1}b^{k+1}$, is what you're trying to prove! You can't start with that. Perhaps you should reverse the direction of your arrows? I think you could - your steps seem reversible to me.

Now we have shown that $(a \cdot b)^n=a^n \cdot b^n, n \in \mathbb{Z}^{+} $

For $n \leq 0$: $n=-k, k\in \mathbb{Z}^{+}$
$$(a \cdot b)^n=a^n \cdot b^n \Rightarrow (a \cdot b)^{-k}=a^{-k} \cdot b^{-k} \Rightarrow ((a \cdot b)^{-1})^{k}=(a^{-1} \cdot b^{-1})^{k} \Rightarrow (b^{-1} \cdot a^{-1})^{k}=(a^{-1} \cdot b^{-1})^{k} \Rightarrow (b^{-1})^k \cdot (a^{-1})^k= (a^{-1})^k \cdot (b^{-1})^k \Rightarrow (a^{-1})^k \cdot (b^{-1})^k=(a^{-1})^k \cdot (b^{-1})^k \checkmark$$

For $n=0$: $(a \cdot b)^0=a^0 \cdot b^0 \Rightarrow 1=1 \checkmark$

Could you tell me if it is right?? :confused:

The way you're writing this is not easy to follow. Put one step on one line. Or just do one long equality.

We have that $(ab)^{-1}=b^{-1}a^{-1}=a^{-1}b^{-1}$, giving the base case. Assume the result is true for $-k$, where $k\in\mathbb{Z}^{+}$. That is, assume $(ab)^{-k}=a^{-k}b^{-k}$. Then
\begin{align*}
(ab)^{-(k+1)}&=((ab)^{k+1})^{-1} \\
&=((ab)^k(ab))^{-1} \\
&=(ab)^{-1}(a^kb^k)^{-1} \\
&=b^{-1}a^{-1}(b^k)^{-1}(a^k)^{-1} \\
&=a^{-1}a^{-k}b^{-1}b^{-k} \\
&=a^{-(k+1)}b^{-(k+1)},
\end{align*}
as required.
 

FAQ: Does (ab)^n Always Equal a^n*b^n in an Abelian Group?

What does the equation (ab)^n=a^n b^n mean?

The equation (ab)^n=a^n b^n is a mathematical expression that shows the relationship between exponents and multiplication. It states that when raising a product of two numbers (ab) to a power (n), the result is equal to raising each individual number (a and b) to the same power (n) and then multiplying them together.

How do you prove that (ab)^n=a^n b^n?

There are a few different ways to prove this equation. One way is to use mathematical induction, where you prove that the equation holds true for a base case (such as n=1) and then show that if it holds true for one value of n, it also holds true for the next value (n+1). Another way is to use the laws of exponents to expand both sides of the equation and show that they are equal.

Can you provide an example to demonstrate the equation (ab)^n=a^n b^n?

Sure! Let's use a=2, b=3, and n=2. Plugging these values into the equation, we get (2*3)^2=2^2 * 3^2, or 36=4*9. As you can see, both sides of the equation are equal, demonstrating that the equation holds true for these values.

Is the equation (ab)^n=a^n b^n always true for any values of a, b, and n?

Yes, the equation (ab)^n=a^n b^n is always true for any values of a, b, and n. This is because it is a fundamental property of exponents, known as the product rule, and can be proven using mathematical reasoning.

How is the equation (ab)^n=a^n b^n useful in mathematics?

The equation (ab)^n=a^n b^n is useful in many areas of mathematics, including algebra, calculus, and number theory. It allows us to simplify complex expressions involving exponents and also helps us understand the relationships between multiplication and exponents. It is also a fundamental concept in many other mathematical concepts, such as the binomial theorem and logarithms.

Similar threads

Replies
4
Views
1K
Replies
15
Views
1K
Replies
23
Views
1K
Replies
52
Views
3K
Replies
10
Views
2K
Replies
5
Views
1K
Back
Top