Local partial differential relations and their formal solutions #
This file defines RelLoc E F
, the type of first order partial differential relations
for maps between two real normed spaces E
and F
.
To any R : RelLoc E F
we associate the type sol R
of maps f : E → F
of
solutions of R
, and its formal counterpart FormalSol R
.
(FIXME(grunweg): sol
is never mentioned; is this docstring outdated?)
The h-principle question is whether we can deform any formal solution into a solution.
The type of deformations is HtpyJetSet E F
(homotopies of 1-jet sections).
A first order relation for maps between real vector spaces.
Instances For
A predicate stating that a 1-jet section is a formal solution to a first order relation for maps between vector spaces.
Instances For
A formal solution to a local relation R
.
- f : E → F
Instances For
Equations
- R.instCoeOutFormalSolJetSec = { coe := RelLoc.FormalSol.toJetSec }
Bundling a formal solution from a 1-jet section that is a formal solution.
Instances For
A formal solution (f, φ) is holonomic at x
if the differential of f
at x
is φ x
.
Instances For
A family of formal solutions is a 1-parameter family of formal solutions.
- f : P → E → F
Instances For
A homotopy of formal solutions is a 1-parameter family of formal solutions.
Equations
Instances For
Equations
Instances For
Equations
- RelLoc.instFunLikeFamilyFormalSolJetSec P R = { coe := fun (S : RelLoc.FamilyFormalSol P R) => ⇑S.toFamilyJetSec, coe_injective' := ⋯ }