TorchLean API

NN.Proofs.Autograd.Runtime.Link.BackwardGraph

Dense Runtime Backward Pass Link #

This file proves that the executable dense backward loop produced by graph compilation agrees with the proof-level backpropAllCtx semantics. It is the main bridge between the runtime tape engine and the algebraic reverse-mode model.

Main runtime/link theorem: running the runtime dense backward loop on a tape produced by compileAux matches the proved “full backpropagation” backpropAllCtx.

This is the formal statement that the executable engine implements the same reverse-mode accumulation semantics as the proved tape model.