Physlib

Physlib.Cosmology.FLRW.Basic

16 declarations

inductive

Spatial geometry types for the FLRW metric

#SpatialGeometry

The type `SpatialGeometry` represents the possible spatial geometries for the Friedmann-Lemaître-Robertson-Walker (FLRW) metric. It is an inductive type with three constructors: - Spherical(k)\text{Spherical}(k), representing a spherical spatial geometry with a curvature parameter kRk \in \mathbb{R}. - Flat\text{Flat}, representing a flat (Euclidean) spatial geometry. - Saddle(k)\text{Saddle}(k), representing a hyperbolic (saddle-shaped) spatial geometry with a curvature parameter kRk \in \mathbb{R}.

definition

Radial factor function S(r)S(r) for FLRW spatial geometries

#S

For a given spatial geometry ss and a radial coordinate rRr \in \mathbb{R}, the function S(s,r)S(s, r) is defined based on the type of geometry: - If ss is a spherical geometry with curvature parameter kk, then S(s,r)=ksin(r/k)S(s, r) = k \sin(r/k). - If ss is a flat geometry, then S(s,r)=rS(s, r) = r. - If ss is a saddle (hyperbolic) geometry with curvature parameter kk, then S(s,r)=ksinh(r/k)S(s, r) = k \sinh(r/k). This function typically appears in the Friedmann-Lemaître-Robertson-Walker (FLRW) metric to describe the radial part of the spatial line element.

theorem

ksinh(r/k)=sinh(r/k)1/kk \sinh(r/k) = \frac{\sinh(r/k)}{1/k}

#mul_sinh_as_div

For any real numbers rr and kk, the identity ksinh(rk)=sinh(rk)1/kk \sinh\left(\frac{r}{k}\right) = \frac{\sinh\left(\frac{r}{k}\right)}{1/k} holds.

theorem

limx0sinh(rx)x=r\lim_{x \to 0} \frac{\sinh(rx)}{x} = r

#tendsto_sinh_rx_over_x

For any real number rr, the limit of the function sinh(rx)x\frac{\sinh(rx)}{x} as xx approaches 00 is equal to rr. In mathematical notation, this is expressed as: limx0sinh(rx)x=r\lim_{x \to 0} \frac{\sinh(rx)}{x} = r where sinh\sinh denotes the hyperbolic sine function.

theorem

limkksinh(r/k)=r\lim_{k \to \infty} k \sinh(r/k) = r

#limit_S_saddle

For any real number rr, the limit of the function f(k)=ksinh(rk)f(k) = k \sinh\left(\frac{r}{k}\right) as kk approaches infinity is rr. That is, limkksinh(rk)=r.\lim_{k \to \infty} k \sinh\left(\frac{r}{k}\right) = r.

theorem

ksin(r/k)=sin(r/k)1/kk \sin(r/k) = \frac{\sin(r/k)}{1/k}

#mul_sin_as_div

For any real numbers rr and kk, the product ksin(r/k)k \sin(r/k) is equal to the quotient sin(r/k)1/k\frac{\sin(r/k)}{1/k}.

theorem

limx0sin(rx)x=r\lim_{x \to 0} \frac{\sin(rx)}{x} = r

#tendsto_sin_rx_over_x

For any real number rr, the limit of the function sin(rx)x\frac{\sin(rx)}{x} as xx approaches 00 is rr. In mathematical notation, this is expressed as: limx0sin(rx)x=r\lim_{x \to 0} \frac{\sin(rx)}{x} = r

theorem

limkksin(r/k)=r\lim_{k \to \infty} k \sin(r/k) = r

#limit_S_sphere

For any real number rr, the limit of the expression ksin(rk)k \sin\left(\frac{r}{k}\right) as kk approaches infinity is rr. Mathematically, this is expressed as: limkksin(rk)=r\lim_{k \to \infty} k \sin\left(\frac{r}{k}\right) = r

definition

Friedmann-Lemaître-Robertson-Walker metric parameters

#FLRW

The structure `FLRW` encapsulates the physical parameters required to define the Friedmann–Lemaître–Robertson–Walker metric for a homogeneous and isotropic universe. It consists of a scale factor a(t)a(t), which is a function of time tt, and an element representing the `SpatialGeometry` of the universe.

definition

First-order Friedmann equation

#FirstOrderFriedmann

The first-order Friedmann equation relates the expansion rate of the universe to its energy density and geometry. For a scale factor a:RRa: \mathbb{R} \to \mathbb{R}, a total energy density ρ:RR\rho: \mathbb{R} \to \mathbb{R}, a spatial curvature parameter kRk \in \mathbb{R}, a cosmological constant ΛR\Lambda \in \mathbb{R}, Newton's gravitational constant GRG \in \mathbb{R}, and the speed of light cRc \in \mathbb{R}, the equation at cosmic time tt is given by: (a(t)a(t))2=8πG3ρ(t)kc2a(t)2+Λc23\left( \frac{a'(t)}{a(t)} \right)^2 = \frac{8\pi G}{3} \rho(t) - \frac{k c^2}{a(t)^2} + \frac{\Lambda c^2}{3} where a(t)a'(t) is the derivative of the scale factor with respect to time.

definition

Second-order Friedmann equation: a¨a=4πG3(ρ+3pc2)+Λc23\frac{\ddot{a}}{a} = -\frac{4\pi G}{3} \left( \rho + \frac{3p}{c^2} \right) + \frac{\Lambda c^2}{3}

#SecondOrderFriedmann

The second-order Friedmann equation (sometimes referred to as the Raychaudhuri equation) describes the acceleration of the expansion of the universe within the Friedmann-Lemaître-Robertson-Walker (FLRW) model. Given the scale factor a(t)a(t), the total energy density ρ(t)\rho(t), the pressure p(t)p(t), Newton's gravitational constant GG, the cosmological constant Λ\Lambda, and the speed of light cc, the equation at cosmic time tt is: a(t)a(t)=4πG3(ρ(t)+3p(t)c2)+Λc23\frac{a''(t)}{a(t)} = -\frac{4\pi G}{3} \left( \rho(t) + \frac{3p(t)}{c^2} \right) + \frac{\Lambda c^2}{3} where a(t)a''(t) denotes the second derivative of the scale factor aa with respect to time tt.

definition

Hubble constant H(t)=a(t)a(t)H(t) = \frac{a'(t)}{a(t)}

#hubbleConstant

For a given scale factor a:RRa: \mathbb{R} \to \mathbb{R} representing the expansion of the universe over time, the Hubble constant HH at time tt is defined as the ratio of the time derivative of the scale factor to the scale factor itself: H(t)=a(t)a(t)H(t) = \frac{a'(t)}{a(t)} where a(t)a'(t) denotes the derivative of aa with respect to tt.

definition

Deceleration parameter q=a¨aa˙2q = - \frac{\ddot{a} a}{\dot{a}^2}

#decelerationParameter

Given a scale factor a:RRa: \mathbb{R} \to \mathbb{R} as a function of time tt, the deceleration parameter qq at time tt is defined as: q(t)=a¨(t)a(t)a˙(t)2q(t) = - \frac{\ddot{a}(t) a(t)}{\dot{a}(t)^2} where a˙(t)\dot{a}(t) and a¨(t)\ddot{a}(t) denote the first and second derivatives of the scale factor with respect to time, respectively.

definition

Deceleration parameter q=(1+H˙H2)q = - (1 + \frac{\dot{H}}{H^2})

#decelerationParameter_eq_one_plus_hubbleConstant

For a given Hubble parameter HH and its time derivative H˙=dHdt\dot{H} = \frac{dH}{dt}, the deceleration parameter qq is defined by the relationship: q=(1+H˙H2)q = - \left( 1 + \frac{\dot{H}}{H^2} \right) This formula expresses the deceleration parameter in terms of the rate of change of the Hubble constant.

definition

Time evolution of the Hubble parameter H˙=H2(1+q)\dot{H} = - H^2 (1 + q)

#time_evolution_hubbleConstant

The time derivative of the Hubble parameter HH with respect to time tt, denoted as H˙\dot{H} or dHdt\frac{dH}{dt}, is given by the expression: H˙=H2(1+q)\dot{H} = - H^2 (1 + q) where qq is the deceleration parameter.

definition

H˙<0    q<1\dot{H} < 0 \iff q < -1

#hubbleConstant_decrease_iff

There exists a time tt such that the Hubble constant HH is decreasing, which corresponds to the condition that its time derivative H˙=dHdt\dot{H} = \frac{dH}{dt} is less than zero, if and only if there exists a time tt such that the deceleration parameter qq satisfies q<1q < -1.