structure
definition
StructuralSafetyCert
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 34.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
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