structure
definition
def or abbrev
CoherenceCollapseCert
show as:
view Lean formalization →
formal statement (Lean)
135structure CoherenceCollapseCert where
136 C_is_2A : ∀ θ, recognition_action θ = 2 * rate_action θ
137 born_positive : ∀ C, 0 < born_weight C
138 normalization : ∀ θ, Real.sin θ ^ 2 + Real.cos θ ^ 2 = 1
139 threshold_nanogram : m_coh_kg < 1e-9
140