Roadmap for Formal Mathematical Physics Content

 

Explanation: replace use Latex math symbols with globally unique numeric identifiers

Who does this work: human

Motive for doing this work: consistent identification of variables.

Navigation:
  1. lecture video
  2. hand-written notes
  3. Latex document
  4. Content tags
  5. tags for sections and words and expressions
  6. concepts to variables
  7. all steps
  8. derivation graph
  9. replace symbols with numeric ID
  10. validation of steps
  11. validation of dimension
  12. proof of inference rule
Back to layers overview

Examples of replacing

      "latex": "W_{\\rm to\\ system} = \\frac{G m_1 m_2}{r}",
      "AST": "Equality(Symbol('pdg9372'), Mul(Pow(Symbol('pdg2530'), Integer(-1)), Mul(Symbol('pdg6277'), Mul(Symbol('pdg5022'), Symbol('pdg4851')))))",
      
      "latex": "\\Delta KE = KE_{\\rm final} - KE_{\\rm initial}",
      "AST": "Equality(Symbol('pdg5734'), Add(Symbol('pdg5340'), Mul(Integer(-1), Symbol('pdg4121'))))",
      "latex": "KE_{\\rm initial} = \\frac{1}{2} m_1 v_{\\rm initial}^2",
      "AST": "Equality(Symbol('pdg4121'), Mul(Pow(Integer(2), Integer(-1)), Mul(Symbol('pdg5022'), Pow(Symbol('pdg1934'), Integer(2)))))",