Source-pinned research

Research proof index

Search theorem names, mathematical ideas, modules, topics, projects, and role-labelled researchers. Open a result for its complete indexed Lean declaration and source record.

This index contains 591 research declarations. Search 10,000 more complete Mathlib declarations.

All topics

591 results

Clear filters
Project-declaredLean 4.32.0

Succ Succ Above comm

Fin.succSuccAbove_comm

Project documentation

The preimage of m under succSuccAbove i j hij given that m is not equal to i or j. -/ def predPredAbove (i j : Fin (n + 1 + 1)) (hij : i ≠ j) (m : Fin (n + 1 + 1)) (hm : m ≠ i ∧ m ≠ j) : Fin n := if h1 : m.1 < i.1 ∧ m.1 < j.1 then ⟨m, by grind⟩ else if h2 : m.1 - 1 < i.1 ∧ j.1 ≤ m.1 then ⟨m - 1, by grind⟩ else if h3 : i.1 - 1 ≤ m.1 ∧ m.1 < j.1 t...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Cauchy Momentum Equation iff convective Cauchy Momentum Equation

FluidDynamics.CauchyFlow.cauchyMomentumEquation_iff_convectiveCauchyMomentumEquation

Plain-language statement

The conservative and convective Cauchy momentum equations are equivalent when the classical continuity equation holds. The differentiability assumptions are exactly the product-rule assumptions used to rewrite partial_t (rho u) and matrixDiv (rho u ⊗ u).

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Euler iff convective Euler

FluidDynamics.euler_iff_convectiveEuler

Plain-language statement

The conservative and convective Euler forms are equivalent when the fields are differentiable enough for the product rules.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Matrix Div momentum Flux

FluidDynamics.FluidFlow.matrixDiv_momentumFlux

Plain-language statement

The matrix divergence of rho u ⊗ u split into continuity and convective parts.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Space Deriv momentum Flux component

FluidDynamics.FluidFlow.spaceDeriv_momentumFlux_component

Plain-language statement

Product rule for one spatial derivative of one component of rho u ⊗ u.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record