feat(cosmology): add TODO items for FLRW background cosmology#1207
Merged
jstoobysmith merged 1 commit intoJun 19, 2026
Merged
Conversation
Add TODO items recording formalization targets for FLRW background cosmology, distilled from Chapter 2 of O. F. Piattella, "Lecture Notes in Cosmology" (arXiv:1803.00070). These are placeholder TODO items only; no definitions, lemmas, or sorrys are introduced. New TODO-only files under Physlib/Cosmology/FLRW/: - ConformalTime: conformal time, conformal Hubble factor, conformal-time metric, conformal Friedmann/acceleration equations, chain rule - Distances: comoving/proper/transverse distance, Hubble-Lemaitre law, Hubble radius, redshift, horizons, lookback time, luminosity and angular-diameter distance, Etherington duality, low-z expansions - MatterContent: perfect-fluid stress-energy tensor, continuity equation, equation of state, density scaling, cosmological constant as a fluid - DensityParameters: critical density, density parameters, closure relation, reduced Hubble function, standard-model Friedmann equation, age of the universe, equality epochs - Dynamics: energy conditions, accelerated-expansion criterion, deceleration from density parameters, eternal expansion, Big-Bang singularity - Solutions: de Sitter, radiation, Einstein-de Sitter, Milne, Einstein static universe Basic.lean: add TODO items for the concrete FLRW structure (to replace the sorry placeholder) and for the Hubble constant H0 / H(z) / E(z). Register the new modules in Physlib.lean and add the new cosmology terms to scripts/MetaPrograms/spellingWords.txt. Co-authored-by: Claude Opus 4.8 <no-reply+claude-opus-4-8@anthropic.com>
Contributor
|
Thank you for this PR, which will now be reviewed. If you are submitting to ./PhyslibAlpha there will be a lighter review process, If you want to bring attention to this PR, please write a message on this |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds TODO items recording formalization targets for FLRW background cosmology, distilled from Chapter 2 of O. F. Piattella, Lecture Notes in Cosmology (arXiv:1803.00070). These are placeholder
TODOitems only — no definitions, lemmas, orsorrys are introduced. They give a roadmap that complements the existingPhyslib/Cosmology/FLRW/Basic.lean(FLRW scaffolding, Friedmann equations, Hubble & deceleration parameters).What's added
New TODO-only files under
Physlib/Cosmology/FLRW/:ConformalTime.leanDistances.leanMatterContent.leanDensityParameters.leanDynamics.leanSolutions.leanModified files:
Physlib/Cosmology/FLRW/Basic.lean— adds thePhyslib.Meta.TODO.Basicimport and fourTODOitems placed next to the relevant declarations: the concreteFLRWstructure (to replace thesorryplaceholder), andH₀/H(z)/E(z)next tohubbleConstant.Physlib.lean— registers the six new modules (kept sorted).scripts/MetaPrograms/spellingWords.txt— adds the new cosmology terms appearing in module docstrings.Reviewer map
Physlib/Cosmology/FLRW/Basic.lean— smallest diff (3 imports/TODOs); sets the level and conventions.TODOitems; skim for scope and wording.Physlib.leanandscripts/MetaPrograms/spellingWords.txt— mechanical registration.lake build Physlibpasses.🤖 Generated with Claude Code