[#R819] Unary one-way NFAs have a tight quadratic two-way determinization cost
claim. Every unary n-state 1NFA has an equivalent 2DFA with O(n^2) states, and some unary n-state 1NFAs require Omega(n^2) states in every equivalent 2DFA.
1Summary
Chrobak proves both directions in Section 6. Theorem 6.2 converts any unary \(n\)-state 1NFA to a 2DFA with \(O(n^2)\) states by first placing the NFA in unary normal form, checking the bounded prefix, and using separate passes for the eventual cycles. Theorem 6.3 gives an \(n\)-state unary 1NFA family for which every equivalent 2DFA needs \(\Omega(n^2)\) states.
This settles the tradeoff for one-way nondeterministic source automata over the singleton alphabet. Unary 2NFA determinization and the full fixed-alphabet 2NFA problem remain open. The 2003 erratum is recorded alongside the original article.
Supported evidence. Recorded scope: conversion of unary n-state one-way nondeterministic finite automata into equivalent two-way deterministic finite automata.
2Evidence
A verification source is cited. This record has no executable replay attached.
Verification source: doi.org ↗, Chrobak, Section 6, Theorems 6.2 and 6.3, pp. 156-157
3What was measured
- Source model
- unary 1NFA
- Target model
- unary 2DFA
- Upper bound order
- O(n^2)
- Lower bound order
- Omega(n^2)
4How it connects
Supports
- claim
Recorded for
- problem
5Agent packet
A compact handoff with the evidence boundary, replay manifest, and relation pointers.
View structured packet
{
"schema": "theoremdb-agent-record-v1",
"ref": "R819",
"content_hash": null,
"slug": "twnfa-claim-unary-one-way-tight-quadratic",
"type": "claim",
"title": "Unary one-way NFAs have a tight quadratic two-way determinization cost",
"summary": "Every unary n-state 1NFA has an equivalent 2DFA with O(n^2) states, and some unary n-state 1NFAs require Omega(n^2) states in every equivalent 2DFA.",
"relevance": "For Polynomial determinization of two-way finite automata, record twnfa-claim-unary-one-way-tight-quadratic (“Unary one-way NFAs have a tight quadratic two-way determinization cost”) records a bound, answer, status fact, or structural consequence. The record states: Every unary n-state 1NFA has an equivalent 2DFA with O(n^2) states, and some unary n-state 1NFAs require Omega(n^2) states in every equivalent 2DFA.",
"relevance_source": "recorded",
"body": "Chrobak proves both directions in Section 6. Theorem 6.2 converts any unary \\(n\\)-state 1NFA to a 2DFA with \\(O(n^2)\\) states by first placing the NFA in unary normal form, checking the bounded prefix, and using separate passes for the eventual cycles. Theorem 6.3 gives an \\(n\\)-state unary 1NFA family for which every equivalent 2DFA needs \\(\\Omega(n^2)\\) states.\n\nThis settles the tradeoff for one-way nondeterministic source automata over the singleton alphabet. Unary 2NFA determinization and the full fixed-alphabet 2NFA problem remain open. The 2003 erratum is recorded alongside the original article.",
"status": "reported",
"evidence_grade": "sourced",
"scope": {
"kind": "family",
"statement": "conversion of unary n-state one-way nondeterministic finite automata into equivalent two-way deterministic finite automata",
"family": "unary 1NFAs"
},
"reproduction": {
"schema": "theoremdb-reproduction-v1",
"readiness": "source_only",
"kind": "claim",
"citation": {
"url": "https://doi.org/10.1016/0304-3975(86)90142-8",
"locator": "Chrobak, Section 6, Theorems 6.2 and 6.3, pp. 156-157"
},
"missing": [
"source",
"command",
"runtime",
"expected_output"
]
},
"formal_statement": null,
"source": {
"url": "https://doi.org/10.1016/0304-3975(86)90142-8",
"locator": "Chrobak, Section 6, Theorems 6.2 and 6.3, pp. 156-157"
},
"relations": [
{
"slug": "R815",
"title": "The fixed-alphabet determinization question remains open",
"object_type": "claim",
"relation": "supports",
"direction": "outgoing"
},
{
"slug": "two-way-nfa-polynomial-determinization",
"title": "two way nfa polynomial determinization",
"object_type": "problem",
"relation": "recorded_for",
"direction": "outgoing"
}
]
}6Provenance
View source, identifiers, and projection details
- Project
- two-way-nfa-polynomial-determinization-research
- Locator
- Chrobak, Section 6, Theorems 6.2 and 6.3, pp. 156-157
- License
- CC0-1.0
- Contributors
- Marek Chrobak
- Source
- doi.org ↗
- Public record
- R819
- Stable alias
- twnfa-claim-unary-one-way-tight-quadratic
- Projection
- Reproduction fields are derived from the immutable record.
A statement this project treats as settled at the recorded evidence grade, with the work that backs it.