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

absoluteFloorClosureCert

proved
show as:
view math explainer →
module
IndisputableMonolith.Foundation.AbsoluteFloorClosure
domain
Foundation
line
75 · github
papers citing
3 papers (below)

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Foundation.AbsoluteFloorClosure on GitHub at line 75.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

formal source

  72  bool_witness : AbsoluteFloorWitness Bool
  73
  74/-- The absolute-floor closure certificate is theorem-backed. -/
  75theorem absoluteFloorClosureCert : AbsoluteFloorClosureCert where
  76  routeA := selfBootstrapCert
  77  routeB := fun K _ => distinguishability_iff_nontrivial_specifiability (K := K)
  78  bool_witness := bool_absolute_floor
  79
  80end AbsoluteFloorClosure
  81end Foundation
  82end IndisputableMonolith