pith. machine review for the scientific record. sign in
structure

SuperstringCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Physics.SuperstringTheoryFromRS
domain
Physics
line
37 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Physics.SuperstringTheoryFromRS on GitHub at line 37.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

used by

formal source

  34/-- 7 = 2³ - 1 = flip variant count. -/
  35theorem seven_eq_flip_count : (7 : ℕ) = 2 ^ 3 - 1 := by decide
  36
  37structure SuperstringCert where
  38  extra_dim : extraDimensions = 7
  39  flip_variant_match : extraDimensions = 2 ^ rsDimension - 1
  40  seven_flip : (7 : ℕ) = 2 ^ 3 - 1
  41
  42def superstringCert : SuperstringCert where
  43  extra_dim := extra_dim_eq_7
  44  flip_variant_match := extra_dim_eq_flip_variants
  45  seven_flip := seven_eq_flip_count
  46
  47end IndisputableMonolith.Physics.SuperstringTheoryFromRS