PhysLean Documentation

PhysLean.Units.Area

Area #

In this module we define the dimensionful type corresponding to an area. We define specific insances of areas, such as square meters, square feet, etc.

@[reducible, inline]
abbrev DimArea :

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

Equations
Instances For

    Basic areas #

    noncomputable def DimArea.squareMeter :

    The dimensional area corresponding to 1 square meter.

    Equations
    Instances For
      noncomputable def DimArea.squareFoot :

      The dimensional area corresponding to 1 square foot.

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

        The dimensional area corresponding to 1 square mile.

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

          The dimensional area corresponding to 1 are (100 square meters).

          Equations
          Instances For
            noncomputable def DimArea.hectare :

            The dimensional area corresponding to 1 hectare (10,000 square meters).

            Equations
            Instances For
              noncomputable def DimArea.acre :

              The dimensional area corresponding to 1 acre (1/640 square miles).

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

                Area in SI units #

                @[simp]
                @[simp]
                theorem DimArea.acre_in_SI :
                acre UnitChoices.SI = 4046.8564224

                ## Relations between areas

                One acre is exactly 43560 square feet.