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

SMLagrangianCert

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

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Physics.StandardModelLagrangianStructure on GitHub at line 40.

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

  37theorem mainTerms_2pow_Dm1 : mainTermCount = 2 ^ (3 - 1) := by decide
  38theorem total_terms : totalTermCount = mainTermCount + 1 := by decide
  39
  40structure SMLagrangianCert where
  41  five_sectors : Fintype.card SMLagrangianSector = 5
  42  main4_2sq : mainTermCount = 2 ^ 2
  43  total5 : totalTermCount = mainTermCount + 1
  44
  45def smLagrangianCert : SMLagrangianCert where
  46  five_sectors := smSectorCount
  47  main4_2sq := mainTerms_2sq
  48  total5 := total_terms
  49
  50end IndisputableMonolith.Physics.StandardModelLagrangianStructure