theorem
proved
causalRelation_count
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Physics.LightConeCausalityFromRS on GitHub at line 24.
browse module
All declarations in this module, on Recognition.
explainer page
Derivations using this theorem
depends on
used by
formal source
21 | futureBoundary
22 deriving DecidableEq, Repr, BEq, Fintype
23
24theorem causalRelation_count : Fintype.card CausalRelation = 5 := by decide
25
26structure LightConeCausalityCert where
27 five_relations : Fintype.card CausalRelation = 5
28
29def lightConeCausalityCert : LightConeCausalityCert where
30 five_relations := causalRelation_count
31
32end IndisputableMonolith.Physics.LightConeCausalityFromRS