pith. sign in
module module high

IndisputableMonolith.Relativity.Fields.Scalar

show as:
view Lean formalization →

This module defines scalar fields on spacetime, each assigning a real value to every point. Field theorists in the Recognition framework import it to construct potentials and matter fields before adding integration or dynamics. It consists of the ScalarField type plus basic operations including evaluation, constants, addition, scalar multiplication, and directional derivatives.

claimA scalar field on spacetime is a map $f: M → ℝ$ where $M$ denotes the spacetime manifold; the module supplies the type together with evaluation, constant fields, addition, scalar multiplication, and directional derivatives.

background

The module resides in the Relativity domain and imports the Geometry aggregator, which re-exports all geometric primitives. Its central definition is the ScalarField type, a function from spacetime points to the reals, equipped with pointwise evaluation, constant fields, addition, scalar multiplication, and directional derivatives. These constructions sit upstream of any field dynamics or integration.

proof idea

This is a definition module, no proofs.

why it matters in Recognition Science

It supplies the scalar-field primitives consumed by the Fields aggregator and by the Integration module, which implements volume integration with the √(-g) measure. The definitions close the basic algebraic layer before any Recognition-specific structures such as J-cost or the phi-ladder are attached.

scope and limits

used by (2)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (1)

Lean names referenced from this declaration's body.

declarations in this module (19)