How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
RP admits one-sided amplification to exponentially small error
Statement
If and , then has a probabilistic polynomial-time decider with no false positives and false-negative probability at most .
Facts & Assumptions
Given: a language and an integer .
An RP machine rejects every no-instance with probability and accepts every yes-instance with probability at least (The classes RP, coRP, ZPP, BPP, and PP).
Proof
Let be an RP machine for . Run independently times on the same input, and accept iff at least one run accepts. This remains polynomial time because independent repetitions of a polynomial-time machine still use polynomial time for fixed or polynomially bounded .
If , then by [L1] every run rejects, so the repeated machine also rejects with probability . If , then each run fails to accept with probability at most , and independence makes the probability that all runs fail at most .
Thus the repeated machine keeps one-sided error and reduces the false negative probability to at most .
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
2 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.
Sources
- Sanjeev Arora and Boaz Barak, Computational Complexity: A Modern Approach (standard reference, not scraped)
- Eric Blais, Models of Computation, 14. Randomized Computation (standard reference, not scraped)