ZPP is contained in RP and coRP
Lax666725.ZPPSubsetOneSided · concepts/Lax666725/ZPPSubsetOneSided.lean · lax-666725
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Theorem
Every zero-error polynomial-time language belongs to both one-sided-error classes: . Replacing "don't know" by rejection gives an RP procedure; replacing it by acceptance gives a coRP procedure.
Concept map
Lean source view on GitHub
| 1 | import Lax666725.OneSidedError |
| 2 | import Lax666725.ZeroError |
| 3 | |
| 4 | /-! |
| 5 | --- |
| 6 | title: ZPP is contained in RP and coRP |
| 7 | type: theorem |
| 8 | --- |
| 9 | Every zero-error polynomial-time language belongs to both one-sided-error |
| 10 | classes: . |
| 11 | Replacing "don't know" by rejection gives an RP procedure; replacing it |
| 12 | by acceptance gives a coRP procedure. |
| 13 | -/ |
| 14 | |
| 15 | namespace Lax666725.ZPPSubsetOneSided |
| 16 | |
| 17 | open OneSidedError ZeroError |
| 18 | |
| 19 | axiom ZPP_subset_RP_inter_coRP : ZPP ⊆ RP ∩ coRP |
| 20 | |
| 21 | end Lax666725.ZPPSubsetOneSided |
| 22 |
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments