Documentation

LeanPool.PoincareThreeBody.DifferentialDependence

Coordinate minors and functional dependence #

Two phase covectors are dependent exactly when all of their two-by-two coordinate minors vanish. This file proves the direction needed for nonintegrability. It converts the scalar analytic identities naturally produced by coefficient induction into failure of the challenge's LinearIndependent predicate.

A two-by-two coordinate minor of a pair of phase covectors.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem LeanPool.PoincareThreeBody.phaseCovectorMinor_comp_self_eq_zero {observable : PhaseSpace} {scalarFunction : } {state : PhaseSpace} (hobservable : DifferentiableAt observable state) (hscalar : DifferentiableAt scalarFunction (observable state)) (i j : Fin 4) :
    phaseCovectorMinor (fderiv observable state) (fderiv (fun (candidate : PhaseSpace) => scalarFunction (observable candidate)) state) i j = 0

    A differentiable scalar function of an observable has zero coordinate minors with that observable.

    theorem LeanPool.PoincareThreeBody.phaseCovector_eq_zero_of_coordinates_eq_zero {covector : PhaseSpace →L[] } (hzero : ∀ (i : Fin 4), covector (coordinateVector i) = 0) :
    covector = 0

    A phase covector vanishing on all four coordinate vectors is zero.

    theorem LeanPool.PoincareThreeBody.not_linearIndependent_pair_of_eq_smul {V : Type u_1} [AddCommGroup V] [Module V] {first second : V} {scalar : } (hsecond : second = scalar first) :

    A pair consisting of a vector and one of its scalar multiples is not linearly independent.

    If every coordinate minor vanishes, two concrete phase covectors are dependent.

    One nonzero coordinate minor certifies linear independence of a pair of covectors.

    For a pair of concrete phase covectors, dependence is equivalent to vanishing of all coordinate minors.

    theorem LeanPool.PoincareThreeBody.not_linearIndependent_fderiv_of_minors_eq_zero {first second : PhaseSpace} {state : PhaseSpace} (hminor : ∀ (i j : Fin 4), phaseCovectorMinor (fderiv first state) (fderiv second state) i j = 0) :
    ¬LinearIndependent ![fderiv first state, fderiv second state]

    Coordinate-minor formulation for differentials of two observables.