RP and coRP are contained in BPP

Lax666725.OneSidedSubsetBPP · concepts/Lax666725/OneSidedSubsetBPP.lean · lax-666725

proven

Loading review…

Sign in with ORCID

Community review

Flags

Each flag is tied to a public ORCID identity and explains why this concept may be incorrect.

No flags have been submitted.

    Community review

    Flag this concept

    State precisely what appears incorrect. This explanation will be public under your ORCID name.

    No source line selected.

    Natural Language Statement

    Theorem

    The one-sided-error classes satisfy RP∪coRP⊆BPP\mathrm{RP}\cup\mathrm{coRP}\subseteq\mathrm{BPP}. Their one-sided guarantees imply correctness with probability at least 2/32/3 on every input.

    Concept map
    5 concepts
    100%
    Proven claimDefinitionThis conceptRelated conceptA → B: B builds on A
    Evidence

    Each proof establishes this claim relative to its assumptions.

    Lean source view on GitHub

    1import Lax666725.RandomizedPolynomialTime
    2import Lax666725.OneSidedError
    3
    4/-!
    5---
    6title: RP and coRP are contained in BPP
    7type: theorem
    8---
    9The one-sided-error classes satisfy
    10RP∪coRP⊆BPP\mathrm{RP}\cup\mathrm{coRP}\subseteq\mathrm{BPP}.
    11Their one-sided guarantees imply correctness with probability at least
    122/32/3 on every input.
    13-/
    14
    15namespace Lax666725.OneSidedSubsetBPP
    16
    17open RandomizedPolynomialTime OneSidedError
    18
    19axiom RP_union_coRP_subset_BPP : RP ∪ coRP ⊆ BPP
    20
    21end Lax666725.OneSidedSubsetBPP
    22
    Show Proof
    Builds on
    Used by

    none

    From Mathlib

    none

    Discussion

    Ask a question or add context. Endorsements and structured flags are kept in the review panel above.

    Loading discussion…