Documentation

Complexitylib.Classes.Promise.CircuitSize.Internal

Nonuniform circuit size for promise problems -- proof internals #

theorem Complexity.mem_PromiseSIZEWithBasis_iff_internal (problem : PromiseProblem) (B : Basis) (bound : ) :
problem PromiseSIZEWithBasis B bound ∃ (family : CircuitFamily B), problem.SolvedBy family.evalList family.SizeBoundedBy bound
theorem Complexity.mem_PromiseSIZE_iff_internal (problem : PromiseProblem) (bound : ) :
problem PromiseSIZE bound ∃ (family : CircuitFamily Basis.andOr2), problem.SolvedBy family.evalList family.SizeBoundedBy bound
theorem Complexity.CircuitFamily.EventuallySizeBoundedBy.mono_internal {B : Basis} {family : CircuitFamily B} {first second : } (hbound : family.EventuallySizeBoundedBy first) (hle : ∀ (n : ), first n second n) :
theorem Complexity.CircuitFamily.EventuallySizeBoundedBy.trans_eventually_internal {B : Basis} {family : CircuitFamily B} {first second : } (hbound : family.EventuallySizeBoundedBy first) (hle : ∀ᶠ (n : ) in Filter.atTop, first n second n) :
theorem Complexity.PromiseSIZEWithBasis_mono_internal (B : Basis) {first second : } (hle : ∀ (n : ), first n second n) :
theorem Complexity.PromiseEventuallySIZEWithBasis_mono_internal (B : Basis) {first second : } (hle : ∀ (n : ), first n second n) :
theorem Complexity.PromiseSIZEWithBasis_mapBasis_subset_internal {source target : Basis} (hom : source.Hom target) (bound : ) :
PromiseSIZEWithBasis source boundPromiseSIZEWithBasis target bound
theorem Complexity.PromiseEventuallySIZEWithBasis_mapBasis_subset_internal {source target : Basis} (hom : source.Hom target) (bound : ) :
theorem Complexity.PromiseSIZEWithBasis_eq_of_homs_internal {first second : Basis} (forward : first.Hom second) (reverse : second.Hom first) (bound : ) :
theorem Complexity.PromiseEventuallySIZEWithBasis_eq_of_homs_internal {first second : Basis} (forward : first.Hom second) (reverse : second.Hom first) (bound : ) :