RP and coRP are contained in BPP
Lax666725.OneSidedSubsetBPP · concepts/Lax666725/OneSidedSubsetBPP.lean · lax-666725
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Theorem
The one-sided-error classes satisfy . Their one-sided guarantees imply correctness with probability at least on every input.
Concept map
Lean source view on GitHub
| 1 | import Lax666725.RandomizedPolynomialTime |
| 2 | import Lax666725.OneSidedError |
| 3 | |
| 4 | /-! |
| 5 | --- |
| 6 | title: RP and coRP are contained in BPP |
| 7 | type: theorem |
| 8 | --- |
| 9 | The one-sided-error classes satisfy |
| 10 | . |
| 11 | Their one-sided guarantees imply correctness with probability at least |
| 12 | on every input. |
| 13 | -/ |
| 14 | |
| 15 | namespace Lax666725.OneSidedSubsetBPP |
| 16 | |
| 17 | open RandomizedPolynomialTime OneSidedError |
| 18 | |
| 19 | axiom RP_union_coRP_subset_BPP : RP ∪ coRP ⊆ BPP |
| 20 | |
| 21 | end Lax666725.OneSidedSubsetBPP |
| 22 |
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments