proven
No public endorsements yet.
Loading review…
Sign in with ORCIDConcept map
Evidence
Each proof establishes this claim relative to its assumptions.
Theorem
If is fully space-constructible and at least logarithmic, every nondeterministic -space decider has a deterministic decider using space.
Lean source view on GitHub
| 1 | import Lax307052.SpaceConstructibility |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: Savitch's theorem |
| 6 | type: theorem |
| 7 | --- |
| 8 | If is fully space-constructible and at least logarithmic, every |
| 9 | nondeterministic -space decider has a deterministic decider using |
| 10 | space. |
| 11 | -/ |
| 12 | |
| 13 | namespace Lax307052.Savitch |
| 14 | |
| 15 | open Lax434930.PolynomialTime Lax434930.SpaceBounds SpaceConstructibility |
| 16 | |
| 17 | axiom savitch (s : ℕ → ℕ) (hs : Constructible s) |
| 18 | (hlog : ∀ n, logSpace n ≤ s n) (A : Language) : |
| 19 | A ∈ NSPACE s → ∃ c : ℕ, 0 < c ∧ A ∈ DSPACE (fun n => c * (s n) ^ 2) |
| 20 | |
| 21 | end Lax307052.Savitch |
| 22 |
Community review
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above; your ORCID profile must share a public name.
0 comments