pith. machine review for the scientific record. sign in
def

nonNaturalnessCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Complexity.NonNaturalness
domain
Complexity
line
158 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Complexity.NonNaturalness on GitHub at line 158.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

used by

formal source

 155    IsUseful (HighDepthProp tau) →
 156    IsNatural (HighDepthProp tau) → False
 157
 158def nonNaturalnessCert : NonNaturalnessCert where
 159  const_true_zero := const_true_zero_fraction
 160  fraction_le_one := fun n f => falsePointFraction_le_one f
 161  barrier_bypass := jfrust_not_natural
 162
 163end -- noncomputable section
 164
 165end NonNaturalness
 166end Complexity
 167end IndisputableMonolith