feat: PositiveTemperature#969
Draft
ichxorya wants to merge 18 commits intoleanprover-community:masterfrom
Draft
Conversation
…he Thermodynamics module (with some extend to StatisticalMechanics since it depends on Thermodynamics)
…ine comments TODO: from `tendsto_const_inv_mul_bound_pos` downwards
* TODO: From `tendsto_ofβ_atTop` downwards
* Note: In `Calculus relating T and β`, the proofs are not really cleaned and humanized since it's kinda out of my league.
…ut the type definition)
* Introduce `TemperatureScale` structure with detailed documentation. * Implement conversion functions between kelvin and affine scales. * Add lemmas to verify the identity of conversions. * Define specific temperature scales: Celsius, Fahrenheit, and Rankine. * Improve documentation for clarity and completeness. * Refactor existing functions for better readability and maintainability.
* Added import for `TemperatureScales` in `PhysLean.lean`. * Reformatted code for better readability in several lemmas across temperature-related files. * Removed unnecessary blank lines to improve code clarity.
…itions (breaking change warning, currently only Basic.lean is compilable)
…lean (breaking change warning, currently only Basic.lean is compilable)
…ture and the Beta function; add Calculus.lean for PositiveTemperature (breaking change warning)
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.
Ref: #958 #861 #860
In this PR I will construct relevant API for PositiveTemperature as discussed in #958