def
definition
quantumOpticsCert
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Physics.QuantumOpticsFromRS on GitHub at line 42.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
39 coherent_zero : Jcost 1 = 0
40 nonclassical_pos : ∀ {r : ℝ}, 0 < r → r ≠ 1 → 0 < Jcost r
41
42def quantumOpticsCert : QuantumOpticsCert where
43 five_states := quantumOpticalCount
44 coherent_zero := coherent_state
45 nonclassical_pos := nonclassical_state
46
47end IndisputableMonolith.Physics.QuantumOpticsFromRS