The set of all the indices of the members of a set
$begingroup$
Given $X^{i} := {x^{i}, x^{j1}, cdots, x^{jn}}$, I am interested in the set of all the indices of the members of $X^{i}$, which in this case is ${i, j1, cdots, jn}$. Let $Q(i,j)$ be a binary relation. Then considering the free variable $i$, which one of the following formulas is syntactically and semantically valid and meaningful?
(1) $(forall j in [(arglimits_{k} x^{k} in X^{i})setminus{i}])~~~Q(i,j)$
(2) $(forall j in [(arg x^{k} in X^{i})setminus{i}])~~~Q(i,j)$
(3) $(forall j in [(arglimits_{k} forall x^{k} in X^{i})setminus{i}])~~~Q(i,j)$
(4) $(forall j in [(arg forall x^{k} in X^{i})setminus{i}])~~~Q(i,j)$
logic
$endgroup$
|
show 1 more comment
$begingroup$
Given $X^{i} := {x^{i}, x^{j1}, cdots, x^{jn}}$, I am interested in the set of all the indices of the members of $X^{i}$, which in this case is ${i, j1, cdots, jn}$. Let $Q(i,j)$ be a binary relation. Then considering the free variable $i$, which one of the following formulas is syntactically and semantically valid and meaningful?
(1) $(forall j in [(arglimits_{k} x^{k} in X^{i})setminus{i}])~~~Q(i,j)$
(2) $(forall j in [(arg x^{k} in X^{i})setminus{i}])~~~Q(i,j)$
(3) $(forall j in [(arglimits_{k} forall x^{k} in X^{i})setminus{i}])~~~Q(i,j)$
(4) $(forall j in [(arg forall x^{k} in X^{i})setminus{i}])~~~Q(i,j)$
logic
$endgroup$
$begingroup$
What does your square brackets notation mean? What is $arg$?
$endgroup$
– Rob Arthan
Dec 3 '18 at 20:30
$begingroup$
@RobArthan: The brackets are just used to indicate the precedence of the applied operators. So, one can simply replace them by parenthesis or curly braces. Furthermore,argis supposed to return the indice(s) of its argument.
$endgroup$
– Pinton
Dec 3 '18 at 22:37
$begingroup$
This isn't standard mathematical notation. Please supply some more context.
$endgroup$
– Rob Arthan
Dec 3 '18 at 23:16
$begingroup$
@RobArthan: Sorry, but I don't know what you mean by more context. As I noted in the question, all I need is the correct notation to iterate over the set of all the indices of the members of a specific set. In particularargworks likeargmax, except the former returns all arguments, but the latter reflects the arguments of the maximum value of a set.
$endgroup$
– Pinton
Dec 3 '18 at 23:40
$begingroup$
@RobArthan: In other words, I intend to mathematically define the index set of a set. By definition, the index set includes the indices of the members of that set.
$endgroup$
– Pinton
Dec 3 '18 at 23:45
|
show 1 more comment
$begingroup$
Given $X^{i} := {x^{i}, x^{j1}, cdots, x^{jn}}$, I am interested in the set of all the indices of the members of $X^{i}$, which in this case is ${i, j1, cdots, jn}$. Let $Q(i,j)$ be a binary relation. Then considering the free variable $i$, which one of the following formulas is syntactically and semantically valid and meaningful?
(1) $(forall j in [(arglimits_{k} x^{k} in X^{i})setminus{i}])~~~Q(i,j)$
(2) $(forall j in [(arg x^{k} in X^{i})setminus{i}])~~~Q(i,j)$
(3) $(forall j in [(arglimits_{k} forall x^{k} in X^{i})setminus{i}])~~~Q(i,j)$
(4) $(forall j in [(arg forall x^{k} in X^{i})setminus{i}])~~~Q(i,j)$
logic
$endgroup$
Given $X^{i} := {x^{i}, x^{j1}, cdots, x^{jn}}$, I am interested in the set of all the indices of the members of $X^{i}$, which in this case is ${i, j1, cdots, jn}$. Let $Q(i,j)$ be a binary relation. Then considering the free variable $i$, which one of the following formulas is syntactically and semantically valid and meaningful?
(1) $(forall j in [(arglimits_{k} x^{k} in X^{i})setminus{i}])~~~Q(i,j)$
(2) $(forall j in [(arg x^{k} in X^{i})setminus{i}])~~~Q(i,j)$
(3) $(forall j in [(arglimits_{k} forall x^{k} in X^{i})setminus{i}])~~~Q(i,j)$
(4) $(forall j in [(arg forall x^{k} in X^{i})setminus{i}])~~~Q(i,j)$
logic
logic
edited Dec 3 '18 at 19:04
Pinton
asked Dec 3 '18 at 17:57
PintonPinton
133
133
$begingroup$
What does your square brackets notation mean? What is $arg$?
$endgroup$
– Rob Arthan
Dec 3 '18 at 20:30
$begingroup$
@RobArthan: The brackets are just used to indicate the precedence of the applied operators. So, one can simply replace them by parenthesis or curly braces. Furthermore,argis supposed to return the indice(s) of its argument.
$endgroup$
– Pinton
Dec 3 '18 at 22:37
$begingroup$
This isn't standard mathematical notation. Please supply some more context.
$endgroup$
– Rob Arthan
Dec 3 '18 at 23:16
$begingroup$
@RobArthan: Sorry, but I don't know what you mean by more context. As I noted in the question, all I need is the correct notation to iterate over the set of all the indices of the members of a specific set. In particularargworks likeargmax, except the former returns all arguments, but the latter reflects the arguments of the maximum value of a set.
$endgroup$
– Pinton
Dec 3 '18 at 23:40
$begingroup$
@RobArthan: In other words, I intend to mathematically define the index set of a set. By definition, the index set includes the indices of the members of that set.
$endgroup$
– Pinton
Dec 3 '18 at 23:45
|
show 1 more comment
$begingroup$
What does your square brackets notation mean? What is $arg$?
$endgroup$
– Rob Arthan
Dec 3 '18 at 20:30
$begingroup$
@RobArthan: The brackets are just used to indicate the precedence of the applied operators. So, one can simply replace them by parenthesis or curly braces. Furthermore,argis supposed to return the indice(s) of its argument.
$endgroup$
– Pinton
Dec 3 '18 at 22:37
$begingroup$
This isn't standard mathematical notation. Please supply some more context.
$endgroup$
– Rob Arthan
Dec 3 '18 at 23:16
$begingroup$
@RobArthan: Sorry, but I don't know what you mean by more context. As I noted in the question, all I need is the correct notation to iterate over the set of all the indices of the members of a specific set. In particularargworks likeargmax, except the former returns all arguments, but the latter reflects the arguments of the maximum value of a set.
$endgroup$
– Pinton
Dec 3 '18 at 23:40
$begingroup$
@RobArthan: In other words, I intend to mathematically define the index set of a set. By definition, the index set includes the indices of the members of that set.
$endgroup$
– Pinton
Dec 3 '18 at 23:45
$begingroup$
What does your square brackets notation mean? What is $arg$?
$endgroup$
– Rob Arthan
Dec 3 '18 at 20:30
$begingroup$
What does your square brackets notation mean? What is $arg$?
$endgroup$
– Rob Arthan
Dec 3 '18 at 20:30
$begingroup$
@RobArthan: The brackets are just used to indicate the precedence of the applied operators. So, one can simply replace them by parenthesis or curly braces. Furthermore,
arg is supposed to return the indice(s) of its argument.$endgroup$
– Pinton
Dec 3 '18 at 22:37
$begingroup$
@RobArthan: The brackets are just used to indicate the precedence of the applied operators. So, one can simply replace them by parenthesis or curly braces. Furthermore,
arg is supposed to return the indice(s) of its argument.$endgroup$
– Pinton
Dec 3 '18 at 22:37
$begingroup$
This isn't standard mathematical notation. Please supply some more context.
$endgroup$
– Rob Arthan
Dec 3 '18 at 23:16
$begingroup$
This isn't standard mathematical notation. Please supply some more context.
$endgroup$
– Rob Arthan
Dec 3 '18 at 23:16
$begingroup$
@RobArthan: Sorry, but I don't know what you mean by more context. As I noted in the question, all I need is the correct notation to iterate over the set of all the indices of the members of a specific set. In particular
arg works like argmax, except the former returns all arguments, but the latter reflects the arguments of the maximum value of a set.$endgroup$
– Pinton
Dec 3 '18 at 23:40
$begingroup$
@RobArthan: Sorry, but I don't know what you mean by more context. As I noted in the question, all I need is the correct notation to iterate over the set of all the indices of the members of a specific set. In particular
arg works like argmax, except the former returns all arguments, but the latter reflects the arguments of the maximum value of a set.$endgroup$
– Pinton
Dec 3 '18 at 23:40
$begingroup$
@RobArthan: In other words, I intend to mathematically define the index set of a set. By definition, the index set includes the indices of the members of that set.
$endgroup$
– Pinton
Dec 3 '18 at 23:45
$begingroup$
@RobArthan: In other words, I intend to mathematically define the index set of a set. By definition, the index set includes the indices of the members of that set.
$endgroup$
– Pinton
Dec 3 '18 at 23:45
|
show 1 more comment
1 Answer
1
active
oldest
votes
$begingroup$
This way of combining arg with quantifiers looks a bit awkward. Instead, I would define an index set as follows.
Given $X^{i} := {x^{i}, x^{j1}, cdots, x^{jn}}$, $I_{X}$ is the index
set of $X^{i}$ denoting the set of all the indices of the
elements of $X^{i}$ as follows begin{equation}
I_{X^{i}} := {arglimits_{k} x^{k} | forall
x^{k} in X^{i}}, end{equation} where $arg(cdot)$
operator returns the index of its arguments.
Now, one can simply say
$(forall j in I_{X^{i}})~~~ Q(i,j)$
$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%2f3024438%2fthe-set-of-all-the-indices-of-the-members-of-a-set%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$
This way of combining arg with quantifiers looks a bit awkward. Instead, I would define an index set as follows.
Given $X^{i} := {x^{i}, x^{j1}, cdots, x^{jn}}$, $I_{X}$ is the index
set of $X^{i}$ denoting the set of all the indices of the
elements of $X^{i}$ as follows begin{equation}
I_{X^{i}} := {arglimits_{k} x^{k} | forall
x^{k} in X^{i}}, end{equation} where $arg(cdot)$
operator returns the index of its arguments.
Now, one can simply say
$(forall j in I_{X^{i}})~~~ Q(i,j)$
$endgroup$
add a comment |
$begingroup$
This way of combining arg with quantifiers looks a bit awkward. Instead, I would define an index set as follows.
Given $X^{i} := {x^{i}, x^{j1}, cdots, x^{jn}}$, $I_{X}$ is the index
set of $X^{i}$ denoting the set of all the indices of the
elements of $X^{i}$ as follows begin{equation}
I_{X^{i}} := {arglimits_{k} x^{k} | forall
x^{k} in X^{i}}, end{equation} where $arg(cdot)$
operator returns the index of its arguments.
Now, one can simply say
$(forall j in I_{X^{i}})~~~ Q(i,j)$
$endgroup$
add a comment |
$begingroup$
This way of combining arg with quantifiers looks a bit awkward. Instead, I would define an index set as follows.
Given $X^{i} := {x^{i}, x^{j1}, cdots, x^{jn}}$, $I_{X}$ is the index
set of $X^{i}$ denoting the set of all the indices of the
elements of $X^{i}$ as follows begin{equation}
I_{X^{i}} := {arglimits_{k} x^{k} | forall
x^{k} in X^{i}}, end{equation} where $arg(cdot)$
operator returns the index of its arguments.
Now, one can simply say
$(forall j in I_{X^{i}})~~~ Q(i,j)$
$endgroup$
This way of combining arg with quantifiers looks a bit awkward. Instead, I would define an index set as follows.
Given $X^{i} := {x^{i}, x^{j1}, cdots, x^{jn}}$, $I_{X}$ is the index
set of $X^{i}$ denoting the set of all the indices of the
elements of $X^{i}$ as follows begin{equation}
I_{X^{i}} := {arglimits_{k} x^{k} | forall
x^{k} in X^{i}}, end{equation} where $arg(cdot)$
operator returns the index of its arguments.
Now, one can simply say
$(forall j in I_{X^{i}})~~~ Q(i,j)$
answered Dec 4 '18 at 18:03
RoboticistRoboticist
234315
234315
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%2f3024438%2fthe-set-of-all-the-indices-of-the-members-of-a-set%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$
What does your square brackets notation mean? What is $arg$?
$endgroup$
– Rob Arthan
Dec 3 '18 at 20:30
$begingroup$
@RobArthan: The brackets are just used to indicate the precedence of the applied operators. So, one can simply replace them by parenthesis or curly braces. Furthermore,
argis supposed to return the indice(s) of its argument.$endgroup$
– Pinton
Dec 3 '18 at 22:37
$begingroup$
This isn't standard mathematical notation. Please supply some more context.
$endgroup$
– Rob Arthan
Dec 3 '18 at 23:16
$begingroup$
@RobArthan: Sorry, but I don't know what you mean by more context. As I noted in the question, all I need is the correct notation to iterate over the set of all the indices of the members of a specific set. In particular
argworks likeargmax, except the former returns all arguments, but the latter reflects the arguments of the maximum value of a set.$endgroup$
– Pinton
Dec 3 '18 at 23:40
$begingroup$
@RobArthan: In other words, I intend to mathematically define the index set of a set. By definition, the index set includes the indices of the members of that set.
$endgroup$
– Pinton
Dec 3 '18 at 23:45