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

structuralSafetyCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Engineering.StructuralSafetyFromJCost
domain
Engineering
line
38 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Engineering.StructuralSafetyFromJCost on GitHub at line 38.

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

  35  five_failure_modes : Fintype.card FailureMode = 5
  36  safety_threshold : CanonicalCert
  37
  38noncomputable def structuralSafetyCert : StructuralSafetyCert where
  39  five_failure_modes := failureModeCount
  40  safety_threshold := cert
  41
  42end IndisputableMonolith.Engineering.StructuralSafetyFromJCost