scilib documentation

LeanChemicalTheories / thermodynamics.boyles_law

Boyle's Law #

This section defines Boyle's Law which states that absolute pressure of an ideal gas is inversely proportional to the volume it occupies at constant temperature in a closed thermodynamic system.
$$ P ∝ \frac{1}{V} $$ or $$ P V = k $$

where:

Assumption #

The model assumes:

A better proof for Boyle's law, following from the properties of a thermodynamic system, is shown here. #

theorem Boyle (P1 P2 V1 V2 T1 T2 n1 n2 R : ) (a1 : P1 * V1 = n1 * R * T1) (a2 : P2 * V2 = n2 * R * T2) (a3 : T1 = T2) (a4 : n1 = n2) :
P1 * V1 = P2 * V2