Documentation

LambdaS.PiExamples

Boundary checks for the strengthened Pi theorem #

These kernel-checked examples test three predictions recorded before running: coherent factorization covers addMixed despite its diagnostic decline; internal dimension/unit abstraction is accepted by the coherent bridge; and rank-zero/full-rank matrices require no extra nonempty hypotheses. The caster's derivation is constructed from typing rules and substitution lemmas, without compiler-evaluated decision procedures.

Coherent scaling covers a program the drift diagnostic declines.

Internal dimension and unit abstraction, instantiated at meter and foot.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      theorem LambdaS.Pi.fullRank_descends {H : (Fin 1)} (hH : Invariant 1 H) :
      ∃ (G : (Fin 0)), ∀ (ξ : Fin 1), H ξ = G fun (i : Fin 0) => i.elim0

      Full rank really produces a function of zero arguments.

      theorem LambdaS.Pi.zeroRank_descends {n : } {H : (Fin n)} :
      Matrix.rank 0 = 0 ∃ (G : (Fin (n - Matrix.rank 0))), ∀ (ξ : Fin n), H ξ = G (piCoordinates 0 ξ)

      Zero rank retains all coordinates, with no nonempty-row assumption.