PhysLean Documentation

PhysLean.Units.WithDim.Speed

Speed #

In this module we define the dimensionful type corresponding to an speed. We define specific insances of speed, such as miles per hour, kilometers per hour, etc.

@[reducible, inline]
abbrev DimSpeed :

The type of speeds in the absence of a choice of unit.

Equations
Instances For

    Basic speeds #

    The dimensional speed corresponding to 1 meter per second.

    Equations
    Instances For

      The dimensional speed corresponding to 1 mile per hour.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        The dimensional speed corresponding to 1 kilometer per hour.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          noncomputable def DimSpeed.oneKnot :

          The dimensional speed corresponding to 1 knot, aka, one nautical mile per hour.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            The dimensionful speed of light correspnoding to 299792458 meters per second.

            Equations
            Instances For

              Speed in SI units #

              @[simp]
              theorem DimSpeed.oneKnot_in_SI :
              ↑oneKnot UnitChoices.SI = { val := 463 / 900 }
              @[simp]

              Relations between speeds #