PhyslibSearch

Physlib.ClassicalMechanics.Mass.MassUnit

31 declarations

theorem

The value of a mass unit is non-zero (x.val0x.\text{val} \neq 0)

#val_ne_zero

For any mass unit xx, its associated numerical value x.valx.\text{val} is non-zero. In the context of `Physlib`, a `MassUnit` is defined as being equivalent to the positive real numbers R>0\mathbb{R}_{>0}, and x.valx.\text{val} represents the real number associated with that unit.

theorem

The value of a mass unit is positive (x.val>0x.\text{val} > 0)

#val_pos

For any mass unit xx, its associated numerical value x.valx.\text{val} is strictly positive (x.val>0x.\text{val} > 0). In the context of `Physlib`, a `MassUnit` is defined as being equivalent to the positive real numbers R>0\mathbb{R}_{>0}, and x.valx.\text{val} represents the real number associated with that unit.

instance

Default `MassUnit` is 11 (kilogram)

#instInhabited

The type `MassUnit` is provided with a default element, specified as the unit whose underlying numerical value is 11. In the context of this library, this default element represents the kilogram.

instance

Division of mass units x/yR0x / y \in \mathbb{R}_{\geq 0}

#instHDivNNReal

The division operation for mass units xx and yy is defined such that their ratio x/yx / y is a non-negative real number R0\mathbb{R}_{\geq 0}, calculated as the quotient of their underlying numerical values x.valy.val\frac{x.\text{val}}{y.\text{val}}.

theorem

x/y=x.valy.valx / y = \frac{x.\text{val}}{y.\text{val}} for mass units x,yx, y

#div_eq_val

For any two mass units xx and yy, their ratio x/yx / y is equal to the quotient of their underlying numerical values x.valy.val\frac{x.\text{val}}{y.\text{val}} as a non-negative real number in R0\mathbb{R}_{\geq 0}.

theorem

x/y0x / y \neq 0 for mass units x,yx, y

#div_ne_zero

For any two mass units xx and yy, the ratio of xx to yy is non-zero. That is, x/y0x / y \neq 0 where the result is a non-negative real number in R0\mathbb{R}_{\geq 0}.

theorem

x/y>0x / y > 0 for mass units x,yx, y

#div_pos

For any two mass units xx and yy, the ratio of xx to yy is strictly positive. That is, 0<x/y0 < x / y where the result is a non-negative real number in R0\mathbb{R}_{\geq 0}.

theorem

x/x=1x / x = 1 for mass units

#div_self

For any mass unit xx, the ratio of xx to itself is equal to 11. That is, x/x=1x / x = 1 where the result is a non-negative real number R0\mathbb{R}_{\geq 0}.

theorem

x/y=(y/x)1x / y = (y / x)^{-1} for mass units

#div_symm

For any two mass units xx and yy, the ratio of xx to yy is equal to the reciprocal (multiplicative inverse) of the ratio of yy to xx. That is, x/y=(y/x)1x / y = (y / x)^{-1}, where the division a/ba / b represents the non-negative real ratio between two mass units in R0\mathbb{R}_{\geq 0}.

theorem

(x/y)(y/z)=x/z(x / y) \cdot (y / z) = x / z for mass units

#div_mul_div_coe

For any three mass units xx, yy, and zz, the product of the ratio of xx to yy and the ratio of yy to zz is equal to the ratio of xx to zz. That is, (x/y)(y/z)=x/z(x / y) \cdot (y / z) = x / z, where the division a/ba / b represents the non-negative real ratio between two mass units.

theorem

The ratio scale(r,x)/x=r\text{scale}(r, x) / x = r for mass units

#scale_div_self

For any mass unit xx and any positive real number r>0r > 0, let scale(r,x)\text{scale}(r, x) denote the mass unit xx scaled by the factor rr. The ratio of this scaled unit to the original unit xx is equal to rr. That is, scale(r,x)/x=r\text{scale}(r, x) / x = r, where the division represents the non-negative real ratio between the two mass units.

theorem

x/scale(r,x)=1/rx / \text{scale}(r, x) = 1/r for mass units

#self_div_scale

For any mass unit xx and any positive real number r>0r > 0, the ratio of the unit xx to the unit xx scaled by rr (denoted scale(r,x)\text{scale}(r, x)) is equal to 1/r1/r. Here, the division x/yx / y of two mass units represents their ratio as a non-negative real number in R0\mathbb{R}_{\geq 0}.

theorem

Scaling a mass unit by 11 equals the original unit

#scale_one

For any mass unit xx, the result of scaling xx by the factor 11 is equal to xx.

theorem

scale(r1,x1)scale(r2,x2)=r1r2x1x2\frac{\text{scale}(r_1, x_1)}{\text{scale}(r_2, x_2)} = \frac{r_1}{r_2} \cdot \frac{x_1}{x_2} for Mass Units

#scale_div_scale

For any two mass units x1,x2MassUnitx_1, x_2 \in \text{MassUnit} and any positive real numbers r1,r2Rr_1, r_2 \in \mathbb{R} (where r1,r2>0r_1, r_2 > 0), the ratio of the scaled units satisfies the identity: scale(r1,x1)scale(r2,x2)=r1r2x1x2\frac{\text{scale}(r_1, x_1)}{\text{scale}(r_2, x_2)} = \frac{r_1}{r_2} \cdot \frac{x_1}{x_2} where scale(r,x)\text{scale}(r, x) denotes the unit xx scaled by the factor rr, and the division a/ba/b of two mass units represents their ratio as a non-negative real number in R0\mathbb{R}_{\geq 0}.

theorem

scale(r1,scale(r2,x))=scale(r1r2,x)\text{scale}(r_1, \text{scale}(r_2, x)) = \text{scale}(r_1 \cdot r_2, x) for Mass Units

#scale_scale

For any mass unit xMassUnitx \in \text{MassUnit} and any positive real numbers r1,r2Rr_1, r_2 \in \mathbb{R} (where r1>0r_1 > 0 and r2>0r_2 > 0), scaling the unit xx by r2r_2 and then scaling the resulting unit by r1r_1 is equivalent to scaling the original unit xx by the product r1r2r_1 \cdot r_2: scale(r1,scale(r2,x))=scale(r1r2,x)\text{scale}(r_1, \text{scale}(r_2, x)) = \text{scale}(r_1 \cdot r_2, x) where scale(r,x)\text{scale}(r, x) denotes the mass unit xx scaled by the factor rr.

definition

The mass unit of kilograms

#kilograms

The kilogram is defined as the unit of mass corresponding to the value 11 in the type `MassUnit`, which is represented by the set of positive real numbers R>0\mathbb{R}_{>0}. This choice serves as the reference scale for all other mass units.

definition

The mass unit of micrograms (10910^{-9} kg)

#micrograms

The mass unit of micrograms is defined as 10910^{-9} times the mass unit of kilograms. In the `MassUnit` type, which is represented by the positive real numbers R>0\mathbb{R}_{>0} where kilograms is the reference unit (value 1), a microgram corresponds to the element obtained by scaling the kilogram unit by a factor of (1/10)9=109(1/10)^9 = 10^{-9}.

definition

The mass unit of milligrams (10610^{-6} kg)

#milligrams

The mass unit of milligrams is defined as 10610^{-6} times the mass unit of kilograms. In the `MassUnit` type, which is modeled by the positive real numbers R>0\mathbb{R}_{>0} with kilograms as the reference unit (value 1), a milligram is the element obtained by scaling the kilogram unit by a factor of (1/10)6(1/10)^6.

definition

The mass unit of grams (10310^{-3} kg)

#grams

The mass unit of grams is defined as 10310^{-3} times the mass unit of kilograms. Specifically, in the `MassUnit` type, a gram is the element obtained by scaling the reference unit of kilograms by a factor of (1/10)3=103(1/10)^3 = 10^{-3}.

definition

The mass unit of ounces (0.0283495231250.028349523125 kg)

#ounces

The mass unit of (avoirdupois) ounces is defined as 0.0283495231250.028349523125 times the mass unit of kilograms. Specifically, in the `MassUnit` type (which is represented by the set of positive real numbers R>0\mathbb{R}_{>0} where kilograms serve as the reference unit with value 11), an ounce is the element obtained by scaling the kilogram unit by the factor 0.0283495231250.028349523125.

definition

The mass unit of pounds (0.453592370.45359237 kg)

#pounds

The mass unit of (avoirdupois) pounds is defined as 0.453592370.45359237 times the mass unit of kilograms. Specifically, in the `MassUnit` type (which is represented by the set of positive real numbers R>0\mathbb{R}_{>0}), a pound is the element obtained by scaling the reference unit of kilograms by the factor 0.453592370.45359237.

definition

The mass unit of stones (1414 pounds)

#stones

The mass unit of stones is defined as 1414 times the mass unit of pounds. Specifically, in the `MassUnit` type (which is represented by the set of positive real numbers R>0\mathbb{R}_{>0}), a stone is the element obtained by scaling the previously defined unit of pounds by a factor of 1414.

definition

Mass unit of a quarter (2828 pounds)

#quarters

The mass unit of quarters is defined as 2828 times the mass unit of pounds. Specifically, within the `MassUnit` type (which is identified with the set of positive real numbers R>0\mathbb{R}_{>0}), a quarter is the element obtained by scaling the value of a pound by a factor of 2828.

definition

The mass unit of hundredweights (112112 pounds)

#hundredweights

The mass unit of hundredweights is defined as 112112 times the mass unit of pounds. Within the `MassUnit` type, which is represented by the set of positive real numbers R>0\mathbb{R}_{>0}, the hundredweight is the element obtained by scaling the unit of pounds by a factor of 112112.

definition

Short ton mass unit (2000 pounds2000 \text{ pounds})

#shortTons

The short ton is a unit of mass defined as 2000 times the value of the mass unit of pounds. Within the `MassUnit` framework, where mass units are represented by the set of positive real numbers R>0\mathbb{R}_{>0} relative to a reference kilogram, the short ton corresponds to the element obtained by scaling the unit of pounds by a factor of 20002000.

definition

Metric ton unit (1000 kg1000 \text{ kg})

#metricTons

The metric ton is defined as the unit of mass obtained by scaling the reference unit of kilograms by a factor of 10001000.

definition

Long ton unit (2240 pounds2240 \text{ pounds})

#longTons

The mass unit of long tons is defined as 22402240 times the mass unit of pounds. In the `MassUnit` type, which is represented by the set of positive real numbers R>0\mathbb{R}_{>0}, a long ton (also known as a shortweight ton) is the element obtained by scaling the unit of pounds by a factor of 22402240.

definition

Nominal solar mass unit (1.988416×1030 kg1.988416 \times 10^{30} \text{ kg})

#nominalSolarMasses

The nominal solar mass unit is defined as the unit of mass obtained by scaling the reference unit of kilograms by a factor of 1.988416×10301.988416 \times 10^{30}.

theorem

pounds/ounces=16\text{pounds} / \text{ounces} = 16

#pounds_div_ounces

The ratio of the mass unit of pounds to the mass unit of ounces is equal to 1616. Formally, pounds/ounces=16\text{pounds} / \text{ounces} = 16, where the division of these two mass units results in a non-negative real number R0\mathbb{R}_{\geq 0}.

theorem

shortTons/kilograms=907.18474\text{shortTons} / \text{kilograms} = 907.18474

#shortTons_div_kilograms

The ratio of the mass unit of short tons to the mass unit of kilograms is equal to 907.18474907.18474. Formally, shortTons/kilograms=907.18474\text{shortTons} / \text{kilograms} = 907.18474, where the division of these two mass units results in a non-negative real number R0\mathbb{R}_{\geq 0} representing the numerical scale of short tons relative to the reference unit of kilograms.

theorem

longTons/kilograms=1016.0469088\text{longTons} / \text{kilograms} = 1016.0469088

#longTons_div_kilograms

The ratio of the mass unit of long tons to the mass unit of kilograms is equal to 1016.04690881016.0469088. Formally, longTons/kilograms=1016.0469088\text{longTons} / \text{kilograms} = 1016.0469088, where the division of these two mass units results in a non-negative real number R0\mathbb{R}_{\geq 0}.