Are there any computational problems in groups that are harder than P?
$begingroup$
There are several well known classes of groups for which the word problem, conjugacy etc. are solvable in polynomial time (hyperbolic, automatic).
Then there are several classes of groups like asynchronously automatic groups for which it is known that there is an exponential time algorithm to solve the word problem (and whether this can be improved to polynomial is open and conjectured as far as I'm aware).
Going several steps further, there is an algorithm to solve the word problem in one-relator groups in time not bounded by any finite tower of exponentials (and again it is open and conjectured whether this can be improved to P).
On the other, there are algorithms to solve word problems in pathological groups like the Baumslag-Gersten group:
$$G_{(1,2)} = langle a, b | a^{a^b}= a^2 rangle$$
in polynomial time. So even though general algorithms can be very bad, it is unknown whether there are group-specific algorithms for every group in a given class that solve the word problem quickly.
So my question is, are there any groups in which it is known that the word problem (or any other computational problem) is at least exponential, but still solvable? Maybe exp-complete? What are the approaches to proving such a thing?
gr.group-theory computational-complexity geometric-group-theory computational-group-theory word-problem
New contributor
$endgroup$
add a comment |
$begingroup$
There are several well known classes of groups for which the word problem, conjugacy etc. are solvable in polynomial time (hyperbolic, automatic).
Then there are several classes of groups like asynchronously automatic groups for which it is known that there is an exponential time algorithm to solve the word problem (and whether this can be improved to polynomial is open and conjectured as far as I'm aware).
Going several steps further, there is an algorithm to solve the word problem in one-relator groups in time not bounded by any finite tower of exponentials (and again it is open and conjectured whether this can be improved to P).
On the other, there are algorithms to solve word problems in pathological groups like the Baumslag-Gersten group:
$$G_{(1,2)} = langle a, b | a^{a^b}= a^2 rangle$$
in polynomial time. So even though general algorithms can be very bad, it is unknown whether there are group-specific algorithms for every group in a given class that solve the word problem quickly.
So my question is, are there any groups in which it is known that the word problem (or any other computational problem) is at least exponential, but still solvable? Maybe exp-complete? What are the approaches to proving such a thing?
gr.group-theory computational-complexity geometric-group-theory computational-group-theory word-problem
New contributor
$endgroup$
add a comment |
$begingroup$
There are several well known classes of groups for which the word problem, conjugacy etc. are solvable in polynomial time (hyperbolic, automatic).
Then there are several classes of groups like asynchronously automatic groups for which it is known that there is an exponential time algorithm to solve the word problem (and whether this can be improved to polynomial is open and conjectured as far as I'm aware).
Going several steps further, there is an algorithm to solve the word problem in one-relator groups in time not bounded by any finite tower of exponentials (and again it is open and conjectured whether this can be improved to P).
On the other, there are algorithms to solve word problems in pathological groups like the Baumslag-Gersten group:
$$G_{(1,2)} = langle a, b | a^{a^b}= a^2 rangle$$
in polynomial time. So even though general algorithms can be very bad, it is unknown whether there are group-specific algorithms for every group in a given class that solve the word problem quickly.
So my question is, are there any groups in which it is known that the word problem (or any other computational problem) is at least exponential, but still solvable? Maybe exp-complete? What are the approaches to proving such a thing?
gr.group-theory computational-complexity geometric-group-theory computational-group-theory word-problem
New contributor
$endgroup$
There are several well known classes of groups for which the word problem, conjugacy etc. are solvable in polynomial time (hyperbolic, automatic).
Then there are several classes of groups like asynchronously automatic groups for which it is known that there is an exponential time algorithm to solve the word problem (and whether this can be improved to polynomial is open and conjectured as far as I'm aware).
Going several steps further, there is an algorithm to solve the word problem in one-relator groups in time not bounded by any finite tower of exponentials (and again it is open and conjectured whether this can be improved to P).
On the other, there are algorithms to solve word problems in pathological groups like the Baumslag-Gersten group:
$$G_{(1,2)} = langle a, b | a^{a^b}= a^2 rangle$$
in polynomial time. So even though general algorithms can be very bad, it is unknown whether there are group-specific algorithms for every group in a given class that solve the word problem quickly.
So my question is, are there any groups in which it is known that the word problem (or any other computational problem) is at least exponential, but still solvable? Maybe exp-complete? What are the approaches to proving such a thing?
gr.group-theory computational-complexity geometric-group-theory computational-group-theory word-problem
gr.group-theory computational-complexity geometric-group-theory computational-group-theory word-problem
New contributor
New contributor
edited 2 hours ago
MSL
New contributor
asked 3 hours ago
MSLMSL
114
114
New contributor
New contributor
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
More or less what Andreas says is true but one must be careful in the encoding. In
Isoperimetric and Isodiametric Functions of Groups,
Mark V. Sapir, Jean-Camille Birget and Eliyahu Rips
Annals of Mathematics
Second Series, Vol. 156, No. 2 (Sep., 2002), pp. 345-466
and
Mark V. Sapir, Jean-Camille Birget and Eliyahu Rips
Isoperimetric functions of groups and computational complexity of the word problem.
Ann. of Math. (2) 156 (2002), no. 2, 467–518.
groups with NP complete word problem are constructed and other similar results. See in particular, Corollary 1.1 of the first paper listed above.
$endgroup$
add a comment |
$begingroup$
There are finitely presented groups whose word problem is undecidable. See, for example, https://en.wikipedia.org/wiki/Word_problem_for_groups .
$endgroup$
$begingroup$
True, what I really meant was among the groups whose word problem is solvable. Thanks, I'll edit my question!
$endgroup$
– MSL
2 hours ago
2
$begingroup$
@MSL I'd expect that the same method can handle the decidable case. Instead of coding into the presentation a Turing machine whose halting problem is undecidable, code one whose halting problem is decidable but takes a very long time to decide.
$endgroup$
– Andreas Blass
2 hours ago
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: "504"
};
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
});
}
});
MSL is a new contributor. Be nice, and check out our Code of Conduct.
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%2fmathoverflow.net%2fquestions%2f321547%2fare-there-any-computational-problems-in-groups-that-are-harder-than-p%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
More or less what Andreas says is true but one must be careful in the encoding. In
Isoperimetric and Isodiametric Functions of Groups,
Mark V. Sapir, Jean-Camille Birget and Eliyahu Rips
Annals of Mathematics
Second Series, Vol. 156, No. 2 (Sep., 2002), pp. 345-466
and
Mark V. Sapir, Jean-Camille Birget and Eliyahu Rips
Isoperimetric functions of groups and computational complexity of the word problem.
Ann. of Math. (2) 156 (2002), no. 2, 467–518.
groups with NP complete word problem are constructed and other similar results. See in particular, Corollary 1.1 of the first paper listed above.
$endgroup$
add a comment |
$begingroup$
More or less what Andreas says is true but one must be careful in the encoding. In
Isoperimetric and Isodiametric Functions of Groups,
Mark V. Sapir, Jean-Camille Birget and Eliyahu Rips
Annals of Mathematics
Second Series, Vol. 156, No. 2 (Sep., 2002), pp. 345-466
and
Mark V. Sapir, Jean-Camille Birget and Eliyahu Rips
Isoperimetric functions of groups and computational complexity of the word problem.
Ann. of Math. (2) 156 (2002), no. 2, 467–518.
groups with NP complete word problem are constructed and other similar results. See in particular, Corollary 1.1 of the first paper listed above.
$endgroup$
add a comment |
$begingroup$
More or less what Andreas says is true but one must be careful in the encoding. In
Isoperimetric and Isodiametric Functions of Groups,
Mark V. Sapir, Jean-Camille Birget and Eliyahu Rips
Annals of Mathematics
Second Series, Vol. 156, No. 2 (Sep., 2002), pp. 345-466
and
Mark V. Sapir, Jean-Camille Birget and Eliyahu Rips
Isoperimetric functions of groups and computational complexity of the word problem.
Ann. of Math. (2) 156 (2002), no. 2, 467–518.
groups with NP complete word problem are constructed and other similar results. See in particular, Corollary 1.1 of the first paper listed above.
$endgroup$
More or less what Andreas says is true but one must be careful in the encoding. In
Isoperimetric and Isodiametric Functions of Groups,
Mark V. Sapir, Jean-Camille Birget and Eliyahu Rips
Annals of Mathematics
Second Series, Vol. 156, No. 2 (Sep., 2002), pp. 345-466
and
Mark V. Sapir, Jean-Camille Birget and Eliyahu Rips
Isoperimetric functions of groups and computational complexity of the word problem.
Ann. of Math. (2) 156 (2002), no. 2, 467–518.
groups with NP complete word problem are constructed and other similar results. See in particular, Corollary 1.1 of the first paper listed above.
edited 2 hours ago
answered 2 hours ago
Benjamin SteinbergBenjamin Steinberg
23.1k265124
23.1k265124
add a comment |
add a comment |
$begingroup$
There are finitely presented groups whose word problem is undecidable. See, for example, https://en.wikipedia.org/wiki/Word_problem_for_groups .
$endgroup$
$begingroup$
True, what I really meant was among the groups whose word problem is solvable. Thanks, I'll edit my question!
$endgroup$
– MSL
2 hours ago
2
$begingroup$
@MSL I'd expect that the same method can handle the decidable case. Instead of coding into the presentation a Turing machine whose halting problem is undecidable, code one whose halting problem is decidable but takes a very long time to decide.
$endgroup$
– Andreas Blass
2 hours ago
add a comment |
$begingroup$
There are finitely presented groups whose word problem is undecidable. See, for example, https://en.wikipedia.org/wiki/Word_problem_for_groups .
$endgroup$
$begingroup$
True, what I really meant was among the groups whose word problem is solvable. Thanks, I'll edit my question!
$endgroup$
– MSL
2 hours ago
2
$begingroup$
@MSL I'd expect that the same method can handle the decidable case. Instead of coding into the presentation a Turing machine whose halting problem is undecidable, code one whose halting problem is decidable but takes a very long time to decide.
$endgroup$
– Andreas Blass
2 hours ago
add a comment |
$begingroup$
There are finitely presented groups whose word problem is undecidable. See, for example, https://en.wikipedia.org/wiki/Word_problem_for_groups .
$endgroup$
There are finitely presented groups whose word problem is undecidable. See, for example, https://en.wikipedia.org/wiki/Word_problem_for_groups .
answered 3 hours ago
Andreas BlassAndreas Blass
57k7135218
57k7135218
$begingroup$
True, what I really meant was among the groups whose word problem is solvable. Thanks, I'll edit my question!
$endgroup$
– MSL
2 hours ago
2
$begingroup$
@MSL I'd expect that the same method can handle the decidable case. Instead of coding into the presentation a Turing machine whose halting problem is undecidable, code one whose halting problem is decidable but takes a very long time to decide.
$endgroup$
– Andreas Blass
2 hours ago
add a comment |
$begingroup$
True, what I really meant was among the groups whose word problem is solvable. Thanks, I'll edit my question!
$endgroup$
– MSL
2 hours ago
2
$begingroup$
@MSL I'd expect that the same method can handle the decidable case. Instead of coding into the presentation a Turing machine whose halting problem is undecidable, code one whose halting problem is decidable but takes a very long time to decide.
$endgroup$
– Andreas Blass
2 hours ago
$begingroup$
True, what I really meant was among the groups whose word problem is solvable. Thanks, I'll edit my question!
$endgroup$
– MSL
2 hours ago
$begingroup$
True, what I really meant was among the groups whose word problem is solvable. Thanks, I'll edit my question!
$endgroup$
– MSL
2 hours ago
2
2
$begingroup$
@MSL I'd expect that the same method can handle the decidable case. Instead of coding into the presentation a Turing machine whose halting problem is undecidable, code one whose halting problem is decidable but takes a very long time to decide.
$endgroup$
– Andreas Blass
2 hours ago
$begingroup$
@MSL I'd expect that the same method can handle the decidable case. Instead of coding into the presentation a Turing machine whose halting problem is undecidable, code one whose halting problem is decidable but takes a very long time to decide.
$endgroup$
– Andreas Blass
2 hours ago
add a comment |
MSL is a new contributor. Be nice, and check out our Code of Conduct.
MSL is a new contributor. Be nice, and check out our Code of Conduct.
MSL is a new contributor. Be nice, and check out our Code of Conduct.
MSL is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to MathOverflow!
- 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%2fmathoverflow.net%2fquestions%2f321547%2fare-there-any-computational-problems-in-groups-that-are-harder-than-p%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