TorchLean API

NN.Proofs.Analysis

Analysis Proofs #

Curated import surface for TorchLean's real-analysis and numerics-facing proof utilities.

This is the “math facts about the spec” layer. It should not contain executable CUDA checks, empirical approximations, or model examples. A good rule of thumb:

The split between these files is intentional:

Trust boundary: these are Lean theorems about TorchLean specs and mathlib objects. CUDA/cuFFT or other native fast paths are tested against their contracts elsewhere; they are not proved by this module.