Minimal information needed for determine some function
$begingroup$
From calculus, we know that if someone has a continuous function $f$, it is enough to know $f$'s values on the rationals in order to know $f$ on the entire line. In some sense, a "countable amount of information" is sufficient to describe a continuous function completely.
Is there a similar notion for computable functions (or Turing machines)? i.e.:
Let $T : {0,1}^* rightarrow {0,1}$ be a Turing machine and let ${0,1}^{n_0}$ be the set of all binary string of lengh $n_0$. Describing $T$ on ${0,1}^{n_0}$ trivially requires $2^{n_0}$ values. Can we impose conditions on $T$, which will reduce $2^{n_0}$ (like continuity in the continuous domain)? Can we hope for non-trivial such conditions?
cc.complexity-theory computability turing-machines boolean-functions it.information-theory
$endgroup$
add a comment |
$begingroup$
From calculus, we know that if someone has a continuous function $f$, it is enough to know $f$'s values on the rationals in order to know $f$ on the entire line. In some sense, a "countable amount of information" is sufficient to describe a continuous function completely.
Is there a similar notion for computable functions (or Turing machines)? i.e.:
Let $T : {0,1}^* rightarrow {0,1}$ be a Turing machine and let ${0,1}^{n_0}$ be the set of all binary string of lengh $n_0$. Describing $T$ on ${0,1}^{n_0}$ trivially requires $2^{n_0}$ values. Can we impose conditions on $T$, which will reduce $2^{n_0}$ (like continuity in the continuous domain)? Can we hope for non-trivial such conditions?
cc.complexity-theory computability turing-machines boolean-functions it.information-theory
$endgroup$
$begingroup$
If we use circuit complexity as a measure of information then Shannon showed that most boolean n-ary functions have exponential circuit complexity.
$endgroup$
– Mohammad Al-Turkistany
Dec 23 '18 at 14:05
$begingroup$
There is a constant c such that every n-ary boolean function has circuit complexity at most 2^n/(c*n). Theorem 5, p.3 in jeffe.cs.illinois.edu/teaching/497/13-circuits.pdf
$endgroup$
– Avi Tal
Dec 23 '18 at 14:28
add a comment |
$begingroup$
From calculus, we know that if someone has a continuous function $f$, it is enough to know $f$'s values on the rationals in order to know $f$ on the entire line. In some sense, a "countable amount of information" is sufficient to describe a continuous function completely.
Is there a similar notion for computable functions (or Turing machines)? i.e.:
Let $T : {0,1}^* rightarrow {0,1}$ be a Turing machine and let ${0,1}^{n_0}$ be the set of all binary string of lengh $n_0$. Describing $T$ on ${0,1}^{n_0}$ trivially requires $2^{n_0}$ values. Can we impose conditions on $T$, which will reduce $2^{n_0}$ (like continuity in the continuous domain)? Can we hope for non-trivial such conditions?
cc.complexity-theory computability turing-machines boolean-functions it.information-theory
$endgroup$
From calculus, we know that if someone has a continuous function $f$, it is enough to know $f$'s values on the rationals in order to know $f$ on the entire line. In some sense, a "countable amount of information" is sufficient to describe a continuous function completely.
Is there a similar notion for computable functions (or Turing machines)? i.e.:
Let $T : {0,1}^* rightarrow {0,1}$ be a Turing machine and let ${0,1}^{n_0}$ be the set of all binary string of lengh $n_0$. Describing $T$ on ${0,1}^{n_0}$ trivially requires $2^{n_0}$ values. Can we impose conditions on $T$, which will reduce $2^{n_0}$ (like continuity in the continuous domain)? Can we hope for non-trivial such conditions?
cc.complexity-theory computability turing-machines boolean-functions it.information-theory
cc.complexity-theory computability turing-machines boolean-functions it.information-theory
asked Dec 23 '18 at 9:45
ll edll ed
261
261
$begingroup$
If we use circuit complexity as a measure of information then Shannon showed that most boolean n-ary functions have exponential circuit complexity.
$endgroup$
– Mohammad Al-Turkistany
Dec 23 '18 at 14:05
$begingroup$
There is a constant c such that every n-ary boolean function has circuit complexity at most 2^n/(c*n). Theorem 5, p.3 in jeffe.cs.illinois.edu/teaching/497/13-circuits.pdf
$endgroup$
– Avi Tal
Dec 23 '18 at 14:28
add a comment |
$begingroup$
If we use circuit complexity as a measure of information then Shannon showed that most boolean n-ary functions have exponential circuit complexity.
$endgroup$
– Mohammad Al-Turkistany
Dec 23 '18 at 14:05
$begingroup$
There is a constant c such that every n-ary boolean function has circuit complexity at most 2^n/(c*n). Theorem 5, p.3 in jeffe.cs.illinois.edu/teaching/497/13-circuits.pdf
$endgroup$
– Avi Tal
Dec 23 '18 at 14:28
$begingroup$
If we use circuit complexity as a measure of information then Shannon showed that most boolean n-ary functions have exponential circuit complexity.
$endgroup$
– Mohammad Al-Turkistany
Dec 23 '18 at 14:05
$begingroup$
If we use circuit complexity as a measure of information then Shannon showed that most boolean n-ary functions have exponential circuit complexity.
$endgroup$
– Mohammad Al-Turkistany
Dec 23 '18 at 14:05
$begingroup$
There is a constant c such that every n-ary boolean function has circuit complexity at most 2^n/(c*n). Theorem 5, p.3 in jeffe.cs.illinois.edu/teaching/497/13-circuits.pdf
$endgroup$
– Avi Tal
Dec 23 '18 at 14:28
$begingroup$
There is a constant c such that every n-ary boolean function has circuit complexity at most 2^n/(c*n). Theorem 5, p.3 in jeffe.cs.illinois.edu/teaching/497/13-circuits.pdf
$endgroup$
– Avi Tal
Dec 23 '18 at 14:28
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
A natural condition is to bound the number of states of $T$ --- say, at most $n$. The set
$mathcal{C}_n$
of all TM's on at most $n$ states is finite --- in fact, of cardinality $2^{O(n)}$. It is well-known that finite classes have a finite teaching dimension,
http://www.cs.columbia.edu/~djhsu/coms6998-f17/student-work/scribe-notes/teaching_dimension.pdf
of size $d_n=O(|mathcal{C}_n|)$ --- meaning that for each $Minmathcal{C}_n$, some set of at most $d_n$ labeled strings uniquely identifies $M$. Taking the union of these "teaching sets" over all $Minmathcal{C}_n$ gives you a finite set $SsubsetSigma^*$, which belongs to $Sigma^{le n_0}$ for some $n_0$. Now you required that all of the examples be of the same length, but other than that, this satisfies your criteria.
The bottom line is that for fixed $n$, the resulting $n_0$ will be a constant.
$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: "114"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2fcstheory.stackexchange.com%2fquestions%2f42089%2fminimal-information-needed-for-determine-some-function%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$
A natural condition is to bound the number of states of $T$ --- say, at most $n$. The set
$mathcal{C}_n$
of all TM's on at most $n$ states is finite --- in fact, of cardinality $2^{O(n)}$. It is well-known that finite classes have a finite teaching dimension,
http://www.cs.columbia.edu/~djhsu/coms6998-f17/student-work/scribe-notes/teaching_dimension.pdf
of size $d_n=O(|mathcal{C}_n|)$ --- meaning that for each $Minmathcal{C}_n$, some set of at most $d_n$ labeled strings uniquely identifies $M$. Taking the union of these "teaching sets" over all $Minmathcal{C}_n$ gives you a finite set $SsubsetSigma^*$, which belongs to $Sigma^{le n_0}$ for some $n_0$. Now you required that all of the examples be of the same length, but other than that, this satisfies your criteria.
The bottom line is that for fixed $n$, the resulting $n_0$ will be a constant.
$endgroup$
add a comment |
$begingroup$
A natural condition is to bound the number of states of $T$ --- say, at most $n$. The set
$mathcal{C}_n$
of all TM's on at most $n$ states is finite --- in fact, of cardinality $2^{O(n)}$. It is well-known that finite classes have a finite teaching dimension,
http://www.cs.columbia.edu/~djhsu/coms6998-f17/student-work/scribe-notes/teaching_dimension.pdf
of size $d_n=O(|mathcal{C}_n|)$ --- meaning that for each $Minmathcal{C}_n$, some set of at most $d_n$ labeled strings uniquely identifies $M$. Taking the union of these "teaching sets" over all $Minmathcal{C}_n$ gives you a finite set $SsubsetSigma^*$, which belongs to $Sigma^{le n_0}$ for some $n_0$. Now you required that all of the examples be of the same length, but other than that, this satisfies your criteria.
The bottom line is that for fixed $n$, the resulting $n_0$ will be a constant.
$endgroup$
add a comment |
$begingroup$
A natural condition is to bound the number of states of $T$ --- say, at most $n$. The set
$mathcal{C}_n$
of all TM's on at most $n$ states is finite --- in fact, of cardinality $2^{O(n)}$. It is well-known that finite classes have a finite teaching dimension,
http://www.cs.columbia.edu/~djhsu/coms6998-f17/student-work/scribe-notes/teaching_dimension.pdf
of size $d_n=O(|mathcal{C}_n|)$ --- meaning that for each $Minmathcal{C}_n$, some set of at most $d_n$ labeled strings uniquely identifies $M$. Taking the union of these "teaching sets" over all $Minmathcal{C}_n$ gives you a finite set $SsubsetSigma^*$, which belongs to $Sigma^{le n_0}$ for some $n_0$. Now you required that all of the examples be of the same length, but other than that, this satisfies your criteria.
The bottom line is that for fixed $n$, the resulting $n_0$ will be a constant.
$endgroup$
A natural condition is to bound the number of states of $T$ --- say, at most $n$. The set
$mathcal{C}_n$
of all TM's on at most $n$ states is finite --- in fact, of cardinality $2^{O(n)}$. It is well-known that finite classes have a finite teaching dimension,
http://www.cs.columbia.edu/~djhsu/coms6998-f17/student-work/scribe-notes/teaching_dimension.pdf
of size $d_n=O(|mathcal{C}_n|)$ --- meaning that for each $Minmathcal{C}_n$, some set of at most $d_n$ labeled strings uniquely identifies $M$. Taking the union of these "teaching sets" over all $Minmathcal{C}_n$ gives you a finite set $SsubsetSigma^*$, which belongs to $Sigma^{le n_0}$ for some $n_0$. Now you required that all of the examples be of the same length, but other than that, this satisfies your criteria.
The bottom line is that for fixed $n$, the resulting $n_0$ will be a constant.
edited Dec 23 '18 at 16:51
answered Dec 23 '18 at 14:05
AryehAryeh
5,53211838
5,53211838
add a comment |
add a comment |
Thanks for contributing an answer to Theoretical Computer Science 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%2fcstheory.stackexchange.com%2fquestions%2f42089%2fminimal-information-needed-for-determine-some-function%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$
If we use circuit complexity as a measure of information then Shannon showed that most boolean n-ary functions have exponential circuit complexity.
$endgroup$
– Mohammad Al-Turkistany
Dec 23 '18 at 14:05
$begingroup$
There is a constant c such that every n-ary boolean function has circuit complexity at most 2^n/(c*n). Theorem 5, p.3 in jeffe.cs.illinois.edu/teaching/497/13-circuits.pdf
$endgroup$
– Avi Tal
Dec 23 '18 at 14:28