Imports
/-
Copyright (c) 2025 Joseph Tooby-Smith. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Joseph Tooby-Smith
-/
module
public import Mathlib.Data.NNReal.DefsBoltzmann constant
The Boltzmann constant is a constant kB of dimension m² kg s⁻² K⁻¹, that is
Energy/Temperature. It is named after Ludwig Boltzmann.
In this module give the value of the Boltzmann constant.
@[expose] public section
The Boltzmann constant in units of m ^ 2 kg s ^ (-2) K ^ (-1).
As long as one does not use the underlying value of this quantity,
then it can be used as Boltzmann's constant in an arbitrary set of units.
The Boltzmann constant is positive.
The Boltzmann constant is non-negative.
The Boltzmann constant is not equal to zero.