def
definition
photonStatCert
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Physics.PhotonStatisticsFromRS on GitHub at line 38.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
35 five_regimes : Fintype.card PhotonStatisticsRegime = 5
36 coherent_zero : Jcost 1 = 0
37
38def photonStatCert : PhotonStatCert where
39 five_regimes := photonStatCount
40 coherent_zero := coherent_poissonian
41
42end IndisputableMonolith.Physics.PhotonStatisticsFromRS