$F$ in $F(mathbf{x},y)=G(y,H_{1}(mathbf{x}),H_{2}(y,mathbf{x}))$ is recursive?
Show that $F$ in $F(mathbf{x},y)=G(y,H_{1}(mathbf{x}),H_{2}(y,mathbf{x}))$ is recursive by giving a description of $F$, where $G,H_{1},H_{2}$ are recursive.
I have to find a description of $F$ to show $F$ is recursive. I was thinking that $H_{1}$ is using redundant variables, where $H_{1}'(mathbf{x}, y) = H_{1}(mathbf{x})$, which is primitive recursive, and $H_{2}$ is using permutation of variables, where $H'_{2}(mathbf{x},y)=H_{2}(y,mathbf{x})$, which is also primitive recursive. But this is as far as I can go. How do I describe $F$?
logic recursion
|
show 3 more comments
Show that $F$ in $F(mathbf{x},y)=G(y,H_{1}(mathbf{x}),H_{2}(y,mathbf{x}))$ is recursive by giving a description of $F$, where $G,H_{1},H_{2}$ are recursive.
I have to find a description of $F$ to show $F$ is recursive. I was thinking that $H_{1}$ is using redundant variables, where $H_{1}'(mathbf{x}, y) = H_{1}(mathbf{x})$, which is primitive recursive, and $H_{2}$ is using permutation of variables, where $H'_{2}(mathbf{x},y)=H_{2}(y,mathbf{x})$, which is also primitive recursive. But this is as far as I can go. How do I describe $F$?
logic recursion
1
So $H_1'$ and $H_2'$ are compositions of recursive functions, so recursive. Then show $f(mathbf x,y) = y$ is (primative) recursive, and then $F$ is a composition of recursive functions, and thus recursive.
– spaceisdarkgreen
Nov 30 '18 at 3:16
Oh I see, so I was actually describing F all along...interesting! Thanks for the guidance.
– numericalorange
Nov 30 '18 at 3:20
1
To be fair, I'm not familiar with 'give a description' as a technical term, but I would guess it just means to show at some fairly fine level of detail that $F$ can be formed from the formation rules for recursive functions.
– spaceisdarkgreen
Nov 30 '18 at 3:31
@spaceisdarkgreen No worries! What do I do with the case $f(mathbf{x},y)=y$? Is this a projection?
– numericalorange
Nov 30 '18 at 3:43
1
f is the projection function. The way I learned it, the projection functions are one of the basic pr functions from which the others are built. I'm not sure what this bijectivity requirement is referring to, but I don't think it's for this situation here.
– spaceisdarkgreen
Nov 30 '18 at 5:01
|
show 3 more comments
Show that $F$ in $F(mathbf{x},y)=G(y,H_{1}(mathbf{x}),H_{2}(y,mathbf{x}))$ is recursive by giving a description of $F$, where $G,H_{1},H_{2}$ are recursive.
I have to find a description of $F$ to show $F$ is recursive. I was thinking that $H_{1}$ is using redundant variables, where $H_{1}'(mathbf{x}, y) = H_{1}(mathbf{x})$, which is primitive recursive, and $H_{2}$ is using permutation of variables, where $H'_{2}(mathbf{x},y)=H_{2}(y,mathbf{x})$, which is also primitive recursive. But this is as far as I can go. How do I describe $F$?
logic recursion
Show that $F$ in $F(mathbf{x},y)=G(y,H_{1}(mathbf{x}),H_{2}(y,mathbf{x}))$ is recursive by giving a description of $F$, where $G,H_{1},H_{2}$ are recursive.
I have to find a description of $F$ to show $F$ is recursive. I was thinking that $H_{1}$ is using redundant variables, where $H_{1}'(mathbf{x}, y) = H_{1}(mathbf{x})$, which is primitive recursive, and $H_{2}$ is using permutation of variables, where $H'_{2}(mathbf{x},y)=H_{2}(y,mathbf{x})$, which is also primitive recursive. But this is as far as I can go. How do I describe $F$?
logic recursion
logic recursion
asked Nov 30 '18 at 3:02
numericalorangenumericalorange
1,726311
1,726311
1
So $H_1'$ and $H_2'$ are compositions of recursive functions, so recursive. Then show $f(mathbf x,y) = y$ is (primative) recursive, and then $F$ is a composition of recursive functions, and thus recursive.
– spaceisdarkgreen
Nov 30 '18 at 3:16
Oh I see, so I was actually describing F all along...interesting! Thanks for the guidance.
– numericalorange
Nov 30 '18 at 3:20
1
To be fair, I'm not familiar with 'give a description' as a technical term, but I would guess it just means to show at some fairly fine level of detail that $F$ can be formed from the formation rules for recursive functions.
– spaceisdarkgreen
Nov 30 '18 at 3:31
@spaceisdarkgreen No worries! What do I do with the case $f(mathbf{x},y)=y$? Is this a projection?
– numericalorange
Nov 30 '18 at 3:43
1
f is the projection function. The way I learned it, the projection functions are one of the basic pr functions from which the others are built. I'm not sure what this bijectivity requirement is referring to, but I don't think it's for this situation here.
– spaceisdarkgreen
Nov 30 '18 at 5:01
|
show 3 more comments
1
So $H_1'$ and $H_2'$ are compositions of recursive functions, so recursive. Then show $f(mathbf x,y) = y$ is (primative) recursive, and then $F$ is a composition of recursive functions, and thus recursive.
– spaceisdarkgreen
Nov 30 '18 at 3:16
Oh I see, so I was actually describing F all along...interesting! Thanks for the guidance.
– numericalorange
Nov 30 '18 at 3:20
1
To be fair, I'm not familiar with 'give a description' as a technical term, but I would guess it just means to show at some fairly fine level of detail that $F$ can be formed from the formation rules for recursive functions.
– spaceisdarkgreen
Nov 30 '18 at 3:31
@spaceisdarkgreen No worries! What do I do with the case $f(mathbf{x},y)=y$? Is this a projection?
– numericalorange
Nov 30 '18 at 3:43
1
f is the projection function. The way I learned it, the projection functions are one of the basic pr functions from which the others are built. I'm not sure what this bijectivity requirement is referring to, but I don't think it's for this situation here.
– spaceisdarkgreen
Nov 30 '18 at 5:01
1
1
So $H_1'$ and $H_2'$ are compositions of recursive functions, so recursive. Then show $f(mathbf x,y) = y$ is (primative) recursive, and then $F$ is a composition of recursive functions, and thus recursive.
– spaceisdarkgreen
Nov 30 '18 at 3:16
So $H_1'$ and $H_2'$ are compositions of recursive functions, so recursive. Then show $f(mathbf x,y) = y$ is (primative) recursive, and then $F$ is a composition of recursive functions, and thus recursive.
– spaceisdarkgreen
Nov 30 '18 at 3:16
Oh I see, so I was actually describing F all along...interesting! Thanks for the guidance.
– numericalorange
Nov 30 '18 at 3:20
Oh I see, so I was actually describing F all along...interesting! Thanks for the guidance.
– numericalorange
Nov 30 '18 at 3:20
1
1
To be fair, I'm not familiar with 'give a description' as a technical term, but I would guess it just means to show at some fairly fine level of detail that $F$ can be formed from the formation rules for recursive functions.
– spaceisdarkgreen
Nov 30 '18 at 3:31
To be fair, I'm not familiar with 'give a description' as a technical term, but I would guess it just means to show at some fairly fine level of detail that $F$ can be formed from the formation rules for recursive functions.
– spaceisdarkgreen
Nov 30 '18 at 3:31
@spaceisdarkgreen No worries! What do I do with the case $f(mathbf{x},y)=y$? Is this a projection?
– numericalorange
Nov 30 '18 at 3:43
@spaceisdarkgreen No worries! What do I do with the case $f(mathbf{x},y)=y$? Is this a projection?
– numericalorange
Nov 30 '18 at 3:43
1
1
f is the projection function. The way I learned it, the projection functions are one of the basic pr functions from which the others are built. I'm not sure what this bijectivity requirement is referring to, but I don't think it's for this situation here.
– spaceisdarkgreen
Nov 30 '18 at 5:01
f is the projection function. The way I learned it, the projection functions are one of the basic pr functions from which the others are built. I'm not sure what this bijectivity requirement is referring to, but I don't think it's for this situation here.
– spaceisdarkgreen
Nov 30 '18 at 5:01
|
show 3 more comments
0
active
oldest
votes
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%2f3019571%2ff-in-f-mathbfx-y-gy-h-1-mathbfx-h-2y-mathbfx-is-recursive%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3019571%2ff-in-f-mathbfx-y-gy-h-1-mathbfx-h-2y-mathbfx-is-recursive%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
1
So $H_1'$ and $H_2'$ are compositions of recursive functions, so recursive. Then show $f(mathbf x,y) = y$ is (primative) recursive, and then $F$ is a composition of recursive functions, and thus recursive.
– spaceisdarkgreen
Nov 30 '18 at 3:16
Oh I see, so I was actually describing F all along...interesting! Thanks for the guidance.
– numericalorange
Nov 30 '18 at 3:20
1
To be fair, I'm not familiar with 'give a description' as a technical term, but I would guess it just means to show at some fairly fine level of detail that $F$ can be formed from the formation rules for recursive functions.
– spaceisdarkgreen
Nov 30 '18 at 3:31
@spaceisdarkgreen No worries! What do I do with the case $f(mathbf{x},y)=y$? Is this a projection?
– numericalorange
Nov 30 '18 at 3:43
1
f is the projection function. The way I learned it, the projection functions are one of the basic pr functions from which the others are built. I'm not sure what this bijectivity requirement is referring to, but I don't think it's for this situation here.
– spaceisdarkgreen
Nov 30 '18 at 5:01