Associative property in a ring
Let $R$ a ring and we define $$text{seq}R={f=(a_0,a_1,dots,);|;a_iin R}.$$
On this set we define the following operation: let $f=(a_n)_{nge0}$ and $g=(b_n)_{nge0}$ $$fg=(c_0,c_1,dots,),$$ where $$c_k=sum_{i+j=k} a_ib_j.$$
My problem is to prove that this product is associative.
That is let $f=(a_n)_{nge0}, g=(b_n)_{nge 0}, h=(c_n)_{nge 0}$. I must prove that $(fg)h=f(gh)$.
Now
$$(fg)h=(d_0,d_1,dots,)(c_0,c_1,dots),$$
where $d_k=sum_{i+j=k} a_ib_j$. Then $$(fg)h=(d_0,d_1,dots,)(c_0,c_1,dots,)=(e_0,e_1,dots),$$
where $$e_s=sum_{k+t=s}d_kc_t,$$
therefore $$e_s=sum_{k+t=s}bigg(sum_{i+j=k}a_ib_jbigg)c_t.$$
How can I proceed now to show that $(fg)h=f(gh)$?
Thanks!
proof-verification proof-writing proof-explanation
add a comment |
Let $R$ a ring and we define $$text{seq}R={f=(a_0,a_1,dots,);|;a_iin R}.$$
On this set we define the following operation: let $f=(a_n)_{nge0}$ and $g=(b_n)_{nge0}$ $$fg=(c_0,c_1,dots,),$$ where $$c_k=sum_{i+j=k} a_ib_j.$$
My problem is to prove that this product is associative.
That is let $f=(a_n)_{nge0}, g=(b_n)_{nge 0}, h=(c_n)_{nge 0}$. I must prove that $(fg)h=f(gh)$.
Now
$$(fg)h=(d_0,d_1,dots,)(c_0,c_1,dots),$$
where $d_k=sum_{i+j=k} a_ib_j$. Then $$(fg)h=(d_0,d_1,dots,)(c_0,c_1,dots,)=(e_0,e_1,dots),$$
where $$e_s=sum_{k+t=s}d_kc_t,$$
therefore $$e_s=sum_{k+t=s}bigg(sum_{i+j=k}a_ib_jbigg)c_t.$$
How can I proceed now to show that $(fg)h=f(gh)$?
Thanks!
proof-verification proof-writing proof-explanation
add a comment |
Let $R$ a ring and we define $$text{seq}R={f=(a_0,a_1,dots,);|;a_iin R}.$$
On this set we define the following operation: let $f=(a_n)_{nge0}$ and $g=(b_n)_{nge0}$ $$fg=(c_0,c_1,dots,),$$ where $$c_k=sum_{i+j=k} a_ib_j.$$
My problem is to prove that this product is associative.
That is let $f=(a_n)_{nge0}, g=(b_n)_{nge 0}, h=(c_n)_{nge 0}$. I must prove that $(fg)h=f(gh)$.
Now
$$(fg)h=(d_0,d_1,dots,)(c_0,c_1,dots),$$
where $d_k=sum_{i+j=k} a_ib_j$. Then $$(fg)h=(d_0,d_1,dots,)(c_0,c_1,dots,)=(e_0,e_1,dots),$$
where $$e_s=sum_{k+t=s}d_kc_t,$$
therefore $$e_s=sum_{k+t=s}bigg(sum_{i+j=k}a_ib_jbigg)c_t.$$
How can I proceed now to show that $(fg)h=f(gh)$?
Thanks!
proof-verification proof-writing proof-explanation
Let $R$ a ring and we define $$text{seq}R={f=(a_0,a_1,dots,);|;a_iin R}.$$
On this set we define the following operation: let $f=(a_n)_{nge0}$ and $g=(b_n)_{nge0}$ $$fg=(c_0,c_1,dots,),$$ where $$c_k=sum_{i+j=k} a_ib_j.$$
My problem is to prove that this product is associative.
That is let $f=(a_n)_{nge0}, g=(b_n)_{nge 0}, h=(c_n)_{nge 0}$. I must prove that $(fg)h=f(gh)$.
Now
$$(fg)h=(d_0,d_1,dots,)(c_0,c_1,dots),$$
where $d_k=sum_{i+j=k} a_ib_j$. Then $$(fg)h=(d_0,d_1,dots,)(c_0,c_1,dots,)=(e_0,e_1,dots),$$
where $$e_s=sum_{k+t=s}d_kc_t,$$
therefore $$e_s=sum_{k+t=s}bigg(sum_{i+j=k}a_ib_jbigg)c_t.$$
How can I proceed now to show that $(fg)h=f(gh)$?
Thanks!
proof-verification proof-writing proof-explanation
proof-verification proof-writing proof-explanation
edited Dec 10 at 9:51
asked Dec 8 at 16:47
Jack J.
4361419
4361419
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Letting $a_n=b_n=c_n=0$ for $n<0$, you can rewrite the formula as
$$
e_s=sum_{k=0}^inftybiggl(sum_{i=0}^{infty}a_ib_{k-i}biggr)c_{s-k}=
sum_{k=0}^{infty}sum_{i=0}^{infty}a_ib_{k-i}c_{s-k}
$$
and now you can switch the sums:
$$
e_s=sum_{i=0}^inftysum_{k=0}^{infty}a_ib_{k-i}c_{s-k}=
sum_{i=0}^infty a_ibiggl(sum_{k=0}^{infty}b_{k-i}c_{s-k}biggr)
$$
Thanks for your ansewer. Why can we exchange the sums?
– Jack J.
Dec 10 at 21:19
1
@JackJ. That's the part left as an exercise (hint: they're actually finite sums).
– egreg
Dec 10 at 21:36
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3031337%2fassociative-property-in-a-ring%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Letting $a_n=b_n=c_n=0$ for $n<0$, you can rewrite the formula as
$$
e_s=sum_{k=0}^inftybiggl(sum_{i=0}^{infty}a_ib_{k-i}biggr)c_{s-k}=
sum_{k=0}^{infty}sum_{i=0}^{infty}a_ib_{k-i}c_{s-k}
$$
and now you can switch the sums:
$$
e_s=sum_{i=0}^inftysum_{k=0}^{infty}a_ib_{k-i}c_{s-k}=
sum_{i=0}^infty a_ibiggl(sum_{k=0}^{infty}b_{k-i}c_{s-k}biggr)
$$
Thanks for your ansewer. Why can we exchange the sums?
– Jack J.
Dec 10 at 21:19
1
@JackJ. That's the part left as an exercise (hint: they're actually finite sums).
– egreg
Dec 10 at 21:36
add a comment |
Letting $a_n=b_n=c_n=0$ for $n<0$, you can rewrite the formula as
$$
e_s=sum_{k=0}^inftybiggl(sum_{i=0}^{infty}a_ib_{k-i}biggr)c_{s-k}=
sum_{k=0}^{infty}sum_{i=0}^{infty}a_ib_{k-i}c_{s-k}
$$
and now you can switch the sums:
$$
e_s=sum_{i=0}^inftysum_{k=0}^{infty}a_ib_{k-i}c_{s-k}=
sum_{i=0}^infty a_ibiggl(sum_{k=0}^{infty}b_{k-i}c_{s-k}biggr)
$$
Thanks for your ansewer. Why can we exchange the sums?
– Jack J.
Dec 10 at 21:19
1
@JackJ. That's the part left as an exercise (hint: they're actually finite sums).
– egreg
Dec 10 at 21:36
add a comment |
Letting $a_n=b_n=c_n=0$ for $n<0$, you can rewrite the formula as
$$
e_s=sum_{k=0}^inftybiggl(sum_{i=0}^{infty}a_ib_{k-i}biggr)c_{s-k}=
sum_{k=0}^{infty}sum_{i=0}^{infty}a_ib_{k-i}c_{s-k}
$$
and now you can switch the sums:
$$
e_s=sum_{i=0}^inftysum_{k=0}^{infty}a_ib_{k-i}c_{s-k}=
sum_{i=0}^infty a_ibiggl(sum_{k=0}^{infty}b_{k-i}c_{s-k}biggr)
$$
Letting $a_n=b_n=c_n=0$ for $n<0$, you can rewrite the formula as
$$
e_s=sum_{k=0}^inftybiggl(sum_{i=0}^{infty}a_ib_{k-i}biggr)c_{s-k}=
sum_{k=0}^{infty}sum_{i=0}^{infty}a_ib_{k-i}c_{s-k}
$$
and now you can switch the sums:
$$
e_s=sum_{i=0}^inftysum_{k=0}^{infty}a_ib_{k-i}c_{s-k}=
sum_{i=0}^infty a_ibiggl(sum_{k=0}^{infty}b_{k-i}c_{s-k}biggr)
$$
answered Dec 10 at 11:54
egreg
177k1484200
177k1484200
Thanks for your ansewer. Why can we exchange the sums?
– Jack J.
Dec 10 at 21:19
1
@JackJ. That's the part left as an exercise (hint: they're actually finite sums).
– egreg
Dec 10 at 21:36
add a comment |
Thanks for your ansewer. Why can we exchange the sums?
– Jack J.
Dec 10 at 21:19
1
@JackJ. That's the part left as an exercise (hint: they're actually finite sums).
– egreg
Dec 10 at 21:36
Thanks for your ansewer. Why can we exchange the sums?
– Jack J.
Dec 10 at 21:19
Thanks for your ansewer. Why can we exchange the sums?
– Jack J.
Dec 10 at 21:19
1
1
@JackJ. That's the part left as an exercise (hint: they're actually finite sums).
– egreg
Dec 10 at 21:36
@JackJ. That's the part left as an exercise (hint: they're actually finite sums).
– egreg
Dec 10 at 21:36
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3031337%2fassociative-property-in-a-ring%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown