PhysLean Documentation

PhysLean.SpaceAndTime.SpaceTime.Distributions

Distributions on SpaceTime #

i. Overview #

In this module we give the basic properties of distributions on SpaceTime d, and derivatives thereof.

ii. Key results #

iii. Table of contents #

iv. References #

A. The constant distribution on SpaceTime #

noncomputable def SpaceTime.constD {M : Type} [NormedAddCommGroup M] [NormedSpace M] (d : ) (m : M) :

The constant distribution from SpaceTime d to a module M associated with m : M.

Equations
Instances For

    B. The time slice of a distribution on SpaceTime #

    The time slice of a distribution on SpaceTime d to form a distribution on Time × Space d.

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

      C. Derivatives of distributions #

      noncomputable def SpaceTime.derivD {M : Type} {d : } [NormedAddCommGroup M] [NormedSpace M] (μ : Fin 1 Fin d) :

      Given a distribution (function) f : Space d →d[ℝ] M the derivative of f in direction μ.

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

        C.1. Relationship between the time slice and derivatives #