https://github.com/allofphysicsgraph/thermodynamics.lean
See https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/Formalization.20of.20Thermodynamics
https://github.com/allofphysicsgraph/thermodynamics.lean
Last synced: 5 months ago
JSON representation
See https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/Formalization.20of.20Thermodynamics
- Host: GitHub
- URL: https://github.com/allofphysicsgraph/thermodynamics.lean
- Owner: allofphysicsgraph
- License: apache-2.0
- Created: 2023-06-18T00:11:49.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T08:06:24.000Z (over 3 years ago)
- Last Synced: 2025-06-22T07:03:51.687Z (12 months ago)
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Thermodynamic.lean
This is a project formalizing some of the bases of thermodynamics with [Lean theorem prover](https://leanprover.github.io/) and [mathlib](https://leanprover-community.github.io/).
The main goal of the project is to precisely state the axioms that are essential to building up the thermodynamics we want. The stuff I have already formalized can be summarized as
* The zeroth law
* Thermodynamic cycles and the first law
* Kelvin-Plank statement, Clausius statement, and Carnot theorem
* The construction of thermodynamic temperature
One can read the source codes in the [src](src) folder in the following order
1. [zeroth_law.lean](src/zeroth_law.lean)
1. [cycle.lean](src/cycle.lean)
1. [second_law.lean](src/second_law.lean)
1. [temperature.lean](src/temperature.lean)