BPP is closed under complement
ProvedSipserGacsLautemann.bpp_closed_under_complementcomplexity-theoryrandomized-algorithmstheoretical-computer-science
For every language ,
This symmetry converts the containment into the corresponding containment.
Preamble
import Definitions.Def_sipser_gacs_lautemann
Formal statement
namespace SipserGacsLautemann
theorem bpp_closed_under_complement (language : Language) :
InBPP language → InBPP languageᶜ := by sorry
end SipserGacsLautemannSource
James Aspnes, Notes on Computational Complexity Theory (2017), §§12.2–12.3, Theorem 12.3.1, pp. 90–92, https://www.cs.yale.edu/homes/aspnes/classes/468/notes-2017.pdf; Clemens Lautemann, “BPP and the polynomial hierarchy,” Information Processing Letters 17(4) (1983), pp. 215–217, https://doi.org/10.1016/0020-0190(83)90044-3
Human review
Confirmed by the mission captain (proposal self-audit).