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

StringCompactificationCert

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

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Physics.StringCompactificationFromRS on GitHub at line 35.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

used by

formal source

  32/-- 6 = 3 + 2 + 1 = rank sum of B₃. -/
  33theorem six_eq_rank_sum : (6 : ℕ) = 3 + 2 + 1 := by decide
  34
  35structure StringCompactificationCert where
  36  five_families : Fintype.card CompactificationFamily = 5
  37  internal_dims : (10 : ℕ) - 4 = 6
  38  six_partitions : (6 : ℕ) = 3 + 2 + 1
  39
  40def stringCompactificationCert : StringCompactificationCert where
  41  five_families := compactFamily_count
  42  internal_dims := ten_minus_four
  43  six_partitions := six_eq_rank_sum
  44
  45end IndisputableMonolith.Physics.StringCompactificationFromRS