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.
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
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.