structure
definition
def or abbrev
PneqNPConditional
show as:
view Lean formalization →
formal statement (Lean)
42structure PneqNPConditional where
43 phase1_laplacian : JCostLaplacianCert
44 phase1_spectral : SpectralGapCert
45 phase2_frustration : JFrustrationCert
46 phase2_non_natural : NonNaturalnessCert
47 phase3_hypothesis : UniformTopologicalObstructionHyp
48 phase3_lower_bound : CircuitLowerBoundCert
49
50/-- **CONDITIONAL THEOREM (P ≠ NP).**
51 Given the uniform topological obstruction, for every polynomial bound
52 there exists n₀ beyond which no polynomial circuit decides satisfiability. -/