Sum and product notation
$begingroup$
I'm working with logic, but I need help with notation.
I'll give examples of what I want, because you will see the pattern. For each $n$, I want to perform "AND" on each pair, and OR all of the pairs together.
For $n = 1$, I want $a_{1}$
For $n = 2$, I want $(a_{1} wedge a_{2})$
For $n = 3$, I want $(a_{1} wedge a_{2}) vee (a_{1} wedge a_{3}) vee (a_{2} wedge a_{3})$
I want to write this with formal notation. I tried
$$bigvee_{i=1}^{n-1} (a_{i} wedge a_{i+1}), $$
but it doesn't work for $n = 3$. Any ideas? I think it might involve two AND/OR's, and I suspect that the second AND/OR will begin at the outside AND/OR's index.
notation index-notation
$endgroup$
add a comment |
$begingroup$
I'm working with logic, but I need help with notation.
I'll give examples of what I want, because you will see the pattern. For each $n$, I want to perform "AND" on each pair, and OR all of the pairs together.
For $n = 1$, I want $a_{1}$
For $n = 2$, I want $(a_{1} wedge a_{2})$
For $n = 3$, I want $(a_{1} wedge a_{2}) vee (a_{1} wedge a_{3}) vee (a_{2} wedge a_{3})$
I want to write this with formal notation. I tried
$$bigvee_{i=1}^{n-1} (a_{i} wedge a_{i+1}), $$
but it doesn't work for $n = 3$. Any ideas? I think it might involve two AND/OR's, and I suspect that the second AND/OR will begin at the outside AND/OR's index.
notation index-notation
$endgroup$
$begingroup$
For $n=3$, does the last term of your formula mean either $a_2 land a_3$ or $a_2 lor a_3$?
$endgroup$
– Doyun Nam
Jan 31 at 2:38
$begingroup$
it was a typo i fixed it
$endgroup$
– user614735
Jan 31 at 2:38
$begingroup$
This is perhaps not the most elegant, but my first instinct was to use $bigveelimits_{{i,j}inbinom{[n]}{2}}(a_iwedge a_j)$, using the notation that $[n]={1,2,3,dots,n}$ and $binom{A}{k}$ with $A$ a set is the set of subsets of size $k$ of $A$. This doesn't work for $n=1$, but should work for all larger $n$. To be fair, the meaning I use for the notation $binom{A}{k}$ is not widely used outside of smaller circles in combinatorics.
$endgroup$
– JMoravitz
Jan 31 at 2:40
add a comment |
$begingroup$
I'm working with logic, but I need help with notation.
I'll give examples of what I want, because you will see the pattern. For each $n$, I want to perform "AND" on each pair, and OR all of the pairs together.
For $n = 1$, I want $a_{1}$
For $n = 2$, I want $(a_{1} wedge a_{2})$
For $n = 3$, I want $(a_{1} wedge a_{2}) vee (a_{1} wedge a_{3}) vee (a_{2} wedge a_{3})$
I want to write this with formal notation. I tried
$$bigvee_{i=1}^{n-1} (a_{i} wedge a_{i+1}), $$
but it doesn't work for $n = 3$. Any ideas? I think it might involve two AND/OR's, and I suspect that the second AND/OR will begin at the outside AND/OR's index.
notation index-notation
$endgroup$
I'm working with logic, but I need help with notation.
I'll give examples of what I want, because you will see the pattern. For each $n$, I want to perform "AND" on each pair, and OR all of the pairs together.
For $n = 1$, I want $a_{1}$
For $n = 2$, I want $(a_{1} wedge a_{2})$
For $n = 3$, I want $(a_{1} wedge a_{2}) vee (a_{1} wedge a_{3}) vee (a_{2} wedge a_{3})$
I want to write this with formal notation. I tried
$$bigvee_{i=1}^{n-1} (a_{i} wedge a_{i+1}), $$
but it doesn't work for $n = 3$. Any ideas? I think it might involve two AND/OR's, and I suspect that the second AND/OR will begin at the outside AND/OR's index.
notation index-notation
notation index-notation
edited Jan 31 at 2:39
asked Jan 31 at 2:33
user614735
$begingroup$
For $n=3$, does the last term of your formula mean either $a_2 land a_3$ or $a_2 lor a_3$?
$endgroup$
– Doyun Nam
Jan 31 at 2:38
$begingroup$
it was a typo i fixed it
$endgroup$
– user614735
Jan 31 at 2:38
$begingroup$
This is perhaps not the most elegant, but my first instinct was to use $bigveelimits_{{i,j}inbinom{[n]}{2}}(a_iwedge a_j)$, using the notation that $[n]={1,2,3,dots,n}$ and $binom{A}{k}$ with $A$ a set is the set of subsets of size $k$ of $A$. This doesn't work for $n=1$, but should work for all larger $n$. To be fair, the meaning I use for the notation $binom{A}{k}$ is not widely used outside of smaller circles in combinatorics.
$endgroup$
– JMoravitz
Jan 31 at 2:40
add a comment |
$begingroup$
For $n=3$, does the last term of your formula mean either $a_2 land a_3$ or $a_2 lor a_3$?
$endgroup$
– Doyun Nam
Jan 31 at 2:38
$begingroup$
it was a typo i fixed it
$endgroup$
– user614735
Jan 31 at 2:38
$begingroup$
This is perhaps not the most elegant, but my first instinct was to use $bigveelimits_{{i,j}inbinom{[n]}{2}}(a_iwedge a_j)$, using the notation that $[n]={1,2,3,dots,n}$ and $binom{A}{k}$ with $A$ a set is the set of subsets of size $k$ of $A$. This doesn't work for $n=1$, but should work for all larger $n$. To be fair, the meaning I use for the notation $binom{A}{k}$ is not widely used outside of smaller circles in combinatorics.
$endgroup$
– JMoravitz
Jan 31 at 2:40
$begingroup$
For $n=3$, does the last term of your formula mean either $a_2 land a_3$ or $a_2 lor a_3$?
$endgroup$
– Doyun Nam
Jan 31 at 2:38
$begingroup$
For $n=3$, does the last term of your formula mean either $a_2 land a_3$ or $a_2 lor a_3$?
$endgroup$
– Doyun Nam
Jan 31 at 2:38
$begingroup$
it was a typo i fixed it
$endgroup$
– user614735
Jan 31 at 2:38
$begingroup$
it was a typo i fixed it
$endgroup$
– user614735
Jan 31 at 2:38
$begingroup$
This is perhaps not the most elegant, but my first instinct was to use $bigveelimits_{{i,j}inbinom{[n]}{2}}(a_iwedge a_j)$, using the notation that $[n]={1,2,3,dots,n}$ and $binom{A}{k}$ with $A$ a set is the set of subsets of size $k$ of $A$. This doesn't work for $n=1$, but should work for all larger $n$. To be fair, the meaning I use for the notation $binom{A}{k}$ is not widely used outside of smaller circles in combinatorics.
$endgroup$
– JMoravitz
Jan 31 at 2:40
$begingroup$
This is perhaps not the most elegant, but my first instinct was to use $bigveelimits_{{i,j}inbinom{[n]}{2}}(a_iwedge a_j)$, using the notation that $[n]={1,2,3,dots,n}$ and $binom{A}{k}$ with $A$ a set is the set of subsets of size $k$ of $A$. This doesn't work for $n=1$, but should work for all larger $n$. To be fair, the meaning I use for the notation $binom{A}{k}$ is not widely used outside of smaller circles in combinatorics.
$endgroup$
– JMoravitz
Jan 31 at 2:40
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
For $n geq 2$,
$$bigveelimits_{j=2}^n big(bigveelimits_{i=1}^{j-1}(a_i land a_j) big)$$
might satisfy your formula.
$endgroup$
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%2f3094424%2fsum-and-product-notation%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
$begingroup$
For $n geq 2$,
$$bigveelimits_{j=2}^n big(bigveelimits_{i=1}^{j-1}(a_i land a_j) big)$$
might satisfy your formula.
$endgroup$
add a comment |
$begingroup$
For $n geq 2$,
$$bigveelimits_{j=2}^n big(bigveelimits_{i=1}^{j-1}(a_i land a_j) big)$$
might satisfy your formula.
$endgroup$
add a comment |
$begingroup$
For $n geq 2$,
$$bigveelimits_{j=2}^n big(bigveelimits_{i=1}^{j-1}(a_i land a_j) big)$$
might satisfy your formula.
$endgroup$
For $n geq 2$,
$$bigveelimits_{j=2}^n big(bigveelimits_{i=1}^{j-1}(a_i land a_j) big)$$
might satisfy your formula.
answered Jan 31 at 2:55


Doyun NamDoyun Nam
66619
66619
add a comment |
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.
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%2f3094424%2fsum-and-product-notation%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
$begingroup$
For $n=3$, does the last term of your formula mean either $a_2 land a_3$ or $a_2 lor a_3$?
$endgroup$
– Doyun Nam
Jan 31 at 2:38
$begingroup$
it was a typo i fixed it
$endgroup$
– user614735
Jan 31 at 2:38
$begingroup$
This is perhaps not the most elegant, but my first instinct was to use $bigveelimits_{{i,j}inbinom{[n]}{2}}(a_iwedge a_j)$, using the notation that $[n]={1,2,3,dots,n}$ and $binom{A}{k}$ with $A$ a set is the set of subsets of size $k$ of $A$. This doesn't work for $n=1$, but should work for all larger $n$. To be fair, the meaning I use for the notation $binom{A}{k}$ is not widely used outside of smaller circles in combinatorics.
$endgroup$
– JMoravitz
Jan 31 at 2:40