theorem
proved
failureModeCount
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Engineering.StructuralSafetyFromJCost on GitHub at line 32.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
29 | yielding | buckling | fatigue | fracture | creep
30 deriving DecidableEq, Repr, BEq, Fintype
31
32theorem failureModeCount : Fintype.card FailureMode = 5 := by decide
33
34structure StructuralSafetyCert where
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