docs(Electromagnetism): expand the foundational module overview - #1483
docs(Electromagnetism): expand the foundational module overview#1483sankalpsthakur wants to merge 2 commits into
Conversation
Co-authored-by: OpenAI GPT-5.6 Pro <noreply@openai.com>
Co-authored-by: OpenAI GPT-5.6 Pro <noreply@openai.com>
|
Thank you for this PR, which will now be reviewed. If submitting to ./Physlib or ./QuantumInfo, please see our review guidelines if you are not familiar with the process. You should expect a back and forth with a reviewer before your PR is merged. See also that link for how to add appropriate labels to your PR. The PR will also go through a number of automated checks. You can learn more about these here, including how to run them locally. If you are submitting to ./PhyslibAlpha there will be a lighter review process, though your PR must still pass the automated checks. If you want to bring attention to this PR, please write a message on this thread of the Lean Zulip. Important: If a reviewer adds an |
Expands the Electromagnetism foundational module from a two-line stub noting it "is old and parts of it will soon be replaced" into proper module documentation: what the module provides (field/potential/density types, EM constants), current status relative to the more developed
Kinematics/Dynamics/Distributional/ThreeDimension/Vacuumsubdirectories, and future-work notes (generalizing charge/current density to signed measures, consolidating legacy interfaces as specialized APIs stabilize). Also tightens a few docstrings (spacing, minor grammar) on the existing declarations without changing them.Documentation only — no declarations, proofs, or signatures changed.
AI/LLM disclosure
AI coding tools were used to help draft this documentation. I reviewed the complete change for accuracy before submitting.