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

cert

definition
show as:
view math explainer →
module
IndisputableMonolith.ProjectManagement.CriticalPathFromJCost
domain
ProjectManagement
line
65 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.ProjectManagement.CriticalPathFromJCost on GitHub at line 65.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

formal source

  62  buffer_pos : 0 < optimalBufferFraction
  63  buffer_lt_half : optimalBufferFraction < 1 / 2
  64
  65noncomputable def cert : CriticalPathCert where
  66  cost_on_plan := scheduleVarianceCost_on_plan
  67  cost_nonneg := scheduleVarianceCost_nonneg
  68  buffer_pos := optimalBufferFraction_pos
  69  buffer_lt_half := optimalBufferFraction_lt_half
  70
  71theorem cert_inhabited : Nonempty CriticalPathCert := ⟨cert⟩
  72
  73end
  74end CriticalPathFromJCost
  75end ProjectManagement
  76end IndisputableMonolith