Samplinglib
Lean gate passed 2026-08-19T05:09:39.794721+00:00 · 644be936998e
Two status layers

Sampling/SDE Implementation Map

The declaration inventory answers “what Lean accepts locally?” The milestone ledger answers “how much of the mathematical textbook route is reproduced?” A compiled helper never promotes an incomplete chapter theorem.

Status vocabulary

CompiledPartialStated/incomplete PlannedBlockedExternal/upstream dependency

Mathematical route and local evidence

MilestoneLocal evidenceRoute statusBoundaryEvidence declarationsBlockers
Log-concavity and normalized Gibbs measuresChapter 1 Compiled Partial The repository has local definitions and reusable leaves for positive log-concavity, Gibbs densities, finite nonzero normalization, and selected convex-potential consequences. 4 2
Langevin generator and finite-dimensional weighted-divergence displayChapter 1 Compiled Partial Coordinate, basis, gradient, Laplacian, and weighted-divergence identities compile locally. They establish the formal differential expression, not the operator domain or invariant law. 3 1
Whole-space weighted integration by parts and Gibbs invarianceChapter 1 Partial Partial Whole-space weighted IBP, an explicit C_c^2 generator-core contract, normalized-Gibbs annihilation on that core, and an abstract semigroup/domain-to-invariance bridge compile locally. The actual Langevin semigroup does not preserve compact support, so the concrete domain extension or a uniqueness route remains open. 9 1
Poincare, log-Sobolev, transport, and dissipationChapter 2 Partial Partial Scalar KL/Fisher/Dirichlet algebra and selected log-Sobolev handoffs compile, while the analytic inequality packages and preservation hierarchy remain incomplete. 1 2
Probability kernels and conditional expectation representativesChapter 3 Compiled Partial ASTIS has exact almost-everywhere bridges between Mathlib conditional distributions, conditional-expectation kernels, mapped kernels, and selected Bochner-integral fields. 2 2
Girsanov, Doob transforms, and path-space change of measureChapter 3 Compiled Partial Finite-dimensional Gaussian cylinder likelihood and measure identities compile and provide a base case. The continuous Brownian path-space theorem has not been packaged. 1 2
Continuous Langevin process to discrete sampling algorithmsChapter 4 Stated/incomplete Planned SDE and sampler contract records exist, but full LMC interpolation, convergence, stability, and error theorems are not local compiled theorem packages. 3 2
Accelerated, high-accuracy, proximal, structured, and generative-model routesChapter 5 Planned Planned Chapters 5-12 are mapped as downstream consumers of shared measure, functional-inequality, stochastic-process, and discretization roots. 0 3
External Lean and textbook dependenciesChapter shared External/upstream dependency Partial Mathlib, cited textbooks, papers, and audited Lean repositories are proof sources and port references. They are never represented as ASTIS-local certificates until an owned declaration compiles. 0 1

Major theorem dependencies

flowchart TD
  LC["LogConcaveOn"]:::compiled
  GibbsDensity["gibbsDensityENNReal"]:::compiled
  Normalize["isProbabilityMeasure_withDensity_normalized_gibbs"]:::compiled
  GibbsLC["logConcaveOn_normalized_gibbsDensity..."]:::compiled
  Generator["finiteEuclidean_langevinGenerator_coordinateDisplay"]:::compiled
  Cutoff["radialSmoothCutoff_tendsto_one"]:::compiled
  FiniteIBP["finite-box divergence + cutoff limits"]:::compiled
  Tails["concrete Gibbs tails / integrability"]:::compiled
  WholeIBP["whole-space weighted integration by parts"]:::compiled
  CoreInvariant["C_c² core annihilation + conditional invariance"]:::compiled
  Semigroup["concrete Langevin semigroup"]:::blocked
  Domains["semigroup-stable domain extension"]:::blocked
  Invariant["Gibbs invariant law"]:::blocked
  PI["Poincare typed interface"]:::compiled
  BE["Bakry--Emery PI criterion"]:::blocked
  Loc["localization theorem"]:::blocked
  Iso["sharp log-concave isoperimetry"]:::blocked
  FI["LSI / transport theorem packages"]:::partial
  Mixing["continuous-time mixing"]:::planned
  LMC["LMC discretization and rate"]:::planned

  GibbsDensity --> Normalize
  LC --> GibbsLC
  GibbsDensity --> GibbsLC
  Generator --> FiniteIBP
  Cutoff --> FiniteIBP
  FiniteIBP --> WholeIBP
  Tails --> WholeIBP
  WholeIBP --> CoreInvariant
  CoreInvariant --> Semigroup
  Semigroup --> Domains
  Domains --> Invariant
  Normalize --> Invariant
  PI --> BE
  PI --> Loc --> Iso
  Semigroup --> BE
  BE --> FI
  Iso --> FI
  Invariant --> Mixing
  FI --> Mixing
  Mixing --> LMC

  classDef compiled fill:#dcecff,stroke:#155eef,color:#172033,stroke-width:2px;
  classDef partial fill:#fff2c7,stroke:#9a6700,color:#172033,stroke-width:1.5px;
  classDef blocked fill:#ffe5e5,stroke:#c92a2a,color:#172033,stroke-width:2px;
  classDef planned fill:#eef3f9,stroke:#627086,color:#172033,stroke-width:1.5px;
A theorem DAG using declarations and open boundaries that exist in the current ASTIS route.

Complete module inventory

ModuleRoleImportsDeclarationsCompiledIncomplete
AutoSamplingTheoryAutoSamplingTheory.lean root aggregator110 00
AutoSamplingTheory.AutomationAutoSamplingTheory/Automation.lean production120 200
AutoSamplingTheory.CoreAutoSamplingTheory/Core.lean production110 100
AutoSamplingTheory.ExampleCases.SampleWiki.Cases.IdealProximalChainAutoSamplingTheory/ExampleCases/SampleWiki/Cases/IdealProximalChain.lean production21 10
AutoSamplingTheory.ExampleCases.SampleWikiAutoSamplingTheory/ExampleCases/SampleWiki.lean production16 60
AutoSamplingTheory.ExampleCasesAutoSamplingTheory/ExampleCases.lean production10 00
AutoSamplingTheory.LiteratureAutoSamplingTheory/Literature.lean production15 50
AutoSamplingTheory.OpenProblemsAutoSamplingTheory/OpenProblems.lean production13 30
AutoSamplingTheory.ProbabilityAutoSamplingTheory/Probability.lean production1154 540
AutoSamplingTheory.RMFLDAutoSamplingTheory/RMFLD.lean production15 50
AutoSamplingTheory.SALDAutoSamplingTheory/SALD.lean production131575 15750
AutoSamplingTheory.SDEAutoSamplingTheory/SDE.lean production14 40
AutoSamplingTheory.TechnicalLemmas.Algebra.LinearGrowthOfStepAutoSamplingTheory/TechnicalLemmas/Algebra/LinearGrowthOfStep.lean production11 10
AutoSamplingTheory.TechnicalLemmas.Algebra.ReciprocalGrowthRateAutoSamplingTheory/TechnicalLemmas/Algebra/ReciprocalGrowthRate.lean production11 10
AutoSamplingTheory.TechnicalLemmas.Analysis.Calculus.CutoffAutoSamplingTheory/TechnicalLemmas/Analysis/Calculus/Cutoff.lean production325 250
AutoSamplingTheory.TechnicalLemmas.Analysis.Calculus.DivergenceAutoSamplingTheory/TechnicalLemmas/Analysis/Calculus/Divergence.lean production659 590
AutoSamplingTheory.TechnicalLemmas.Analysis.Calculus.GradientAutoSamplingTheory/TechnicalLemmas/Analysis/Calculus/Gradient.lean production410 100
AutoSamplingTheory.TechnicalLemmas.Analysis.Calculus.LaplacianAutoSamplingTheory/TechnicalLemmas/Analysis/Calculus/Laplacian.lean production25 50
AutoSamplingTheory.TechnicalLemmas.Analysis.Calculus.LineDerivAutoSamplingTheory/TechnicalLemmas/Analysis/Calculus/LineDeriv.lean production49 90
AutoSamplingTheory.TechnicalLemmas.Analysis.Calculus.TaylorAutoSamplingTheory/TechnicalLemmas/Analysis/Calculus/Taylor.lean production10 00
AutoSamplingTheory.TechnicalLemmas.Analysis.CalculusAutoSamplingTheory/TechnicalLemmas/Analysis/Calculus.lean production60 00
AutoSamplingTheory.TechnicalLemmas.Analysis.IntegrabilityAutoSamplingTheory/TechnicalLemmas/Analysis/Integrability.lean production424 240
AutoSamplingTheory.TechnicalLemmas.Analysis.LeftLebesgueAverageAutoSamplingTheory/TechnicalLemmas/Analysis/LeftLebesgueAverage.lean production36 60
AutoSamplingTheory.TechnicalLemmas.Analysis.PrefixIntegralAutoSamplingTheory/TechnicalLemmas/Analysis/PrefixIntegral.lean production28 80
AutoSamplingTheory.TechnicalLemmas.AnalysisAutoSamplingTheory/TechnicalLemmas/Analysis.lean production40 00
AutoSamplingTheory.TechnicalLemmas.FunctionalInequalities.GeneratorAutoSamplingTheory/TechnicalLemmas/FunctionalInequalities/Generator.lean production17 70
AutoSamplingTheory.TechnicalLemmas.FunctionalInequalities.LogSobolevAutoSamplingTheory/TechnicalLemmas/FunctionalInequalities/LogSobolev.lean production10 00
AutoSamplingTheory.TechnicalLemmas.FunctionalInequalities.PoincareAutoSamplingTheory/TechnicalLemmas/FunctionalInequalities/Poincare.lean production29 90
AutoSamplingTheory.TechnicalLemmas.FunctionalInequalities.SemigroupDecayAutoSamplingTheory/TechnicalLemmas/FunctionalInequalities/SemigroupDecay.lean production217 170
AutoSamplingTheory.TechnicalLemmas.FunctionalInequalitiesAutoSamplingTheory/TechnicalLemmas/FunctionalInequalities.lean production40 00
AutoSamplingTheory.TechnicalLemmas.GaussianAutoSamplingTheory/TechnicalLemmas/Gaussian.lean production730 300
AutoSamplingTheory.TechnicalLemmas.Geometry.EuclideanSpaceCoordinatesAutoSamplingTheory/TechnicalLemmas/Geometry/EuclideanSpaceCoordinates.lean production22 20
AutoSamplingTheory.TechnicalLemmas.Geometry.GeodesicConvexityAutoSamplingTheory/TechnicalLemmas/Geometry/GeodesicConvexity.lean production22 20
AutoSamplingTheory.TechnicalLemmas.Geometry.LogConcavityAutoSamplingTheory/TechnicalLemmas/Geometry/LogConcavity.lean production540 400
AutoSamplingTheory.TechnicalLemmas.Geometry.MetricCurveAutoSamplingTheory/TechnicalLemmas/Geometry/MetricCurve.lean production22 20
AutoSamplingTheory.TechnicalLemmas.Geometry.StrongConvexityAutoSamplingTheory/TechnicalLemmas/Geometry/StrongConvexity.lean production24 40
AutoSamplingTheory.TechnicalLemmas.GeometryAutoSamplingTheory/TechnicalLemmas/Geometry.lean production50 00
AutoSamplingTheory.TechnicalLemmas.InformationTheory.DonskerVaradhanAutoSamplingTheory/TechnicalLemmas/InformationTheory/DonskerVaradhan.lean production10 00
AutoSamplingTheory.TechnicalLemmas.InformationTheory.KLDensityAutoSamplingTheory/TechnicalLemmas/InformationTheory/KLDensity.lean production32 20
AutoSamplingTheory.TechnicalLemmas.InformationTheory.RenyiAutoSamplingTheory/TechnicalLemmas/InformationTheory/Renyi.lean production38 80
AutoSamplingTheory.TechnicalLemmas.InformationTheoryAutoSamplingTheory/TechnicalLemmas/InformationTheory.lean production30 00
AutoSamplingTheory.TechnicalLemmas.Measure.DisplacementInterpolationAutoSamplingTheory/TechnicalLemmas/Measure/DisplacementInterpolation.lean production17 70
AutoSamplingTheory.TechnicalLemmas.Measure.GibbsAutoSamplingTheory/TechnicalLemmas/Measure/Gibbs.lean production215 150
AutoSamplingTheory.TechnicalLemmas.Measure.GibbsIntegralAutoSamplingTheory/TechnicalLemmas/Measure/GibbsIntegral.lean production23 30
AutoSamplingTheory.TechnicalLemmas.Measure.GibbsLogConcavityAutoSamplingTheory/TechnicalLemmas/Measure/GibbsLogConcavity.lean production36 60
AutoSamplingTheory.TechnicalLemmas.Measure.KantorovichDualAutoSamplingTheory/TechnicalLemmas/Measure/KantorovichDual.lean production23 30
AutoSamplingTheory.TechnicalLemmas.Measure.ProductAutoSamplingTheory/TechnicalLemmas/Measure/Product.lean production25 50
AutoSamplingTheory.TechnicalLemmas.Measure.RadonNikodymAutoSamplingTheory/TechnicalLemmas/Measure/RadonNikodym.lean production512 120
AutoSamplingTheory.TechnicalLemmas.Measure.TransportAutoSamplingTheory/TechnicalLemmas/Measure/Transport.lean production17 70
AutoSamplingTheory.TechnicalLemmas.Measure.WassersteinSpaceAutoSamplingTheory/TechnicalLemmas/Measure/WassersteinSpace.lean production45 50
AutoSamplingTheory.TechnicalLemmas.MeasureAutoSamplingTheory/TechnicalLemmas/Measure.lean production121 10
AutoSamplingTheory.TechnicalLemmas.Probability.ConditionalKernelAutoSamplingTheory/TechnicalLemmas/Probability/ConditionalKernel.lean production11 10
AutoSamplingTheory.TechnicalLemmas.Probability.LawMapAutoSamplingTheory/TechnicalLemmas/Probability/LawMap.lean production10 00
AutoSamplingTheory.TechnicalLemmas.ProbabilityAutoSamplingTheory/TechnicalLemmas/Probability.lean production20 00
AutoSamplingTheory.TechnicalLemmas.ProbabilityDistributions.GaussianAutoSamplingTheory/TechnicalLemmas/ProbabilityDistributions/Gaussian.lean production10 00
AutoSamplingTheory.TechnicalLemmas.ProbabilityDistributionsAutoSamplingTheory/TechnicalLemmas/ProbabilityDistributions.lean production10 00
AutoSamplingTheory.TechnicalLemmas.RegistryAutoSamplingTheory/TechnicalLemmas/Registry.lean production3018 180
AutoSamplingTheory.TechnicalLemmas.SALDExtractedAutoSamplingTheory/TechnicalLemmas/SALDExtracted.lean production10 00
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.AccumulatedEnergyAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/AccumulatedEnergy.lean production16 60
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.BrownianMotionAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/BrownianMotion.lean production710 100
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.CanonicalEnergyLocalizerAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/CanonicalEnergyLocalizer.lean production317 170
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.CanonicalEnergyStoppingTimeAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/CanonicalEnergyStoppingTime.lean production23 30
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.CanonicalLocalizationTheoremAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/CanonicalLocalizationTheorem.lean production23 30
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.CanonicalRawLocalizationAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/CanonicalRawLocalization.lean production310 100
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.CanonicalRawLocalizationL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/CanonicalRawLocalizationL2.lean production13 30
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.CanonicalStoppedItoIntegralAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/CanonicalStoppedItoIntegral.lean production26 60
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.CarreDuChampAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/CarreDuChamp.lean production68 80
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ChewiDefinition1_1_17AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ChewiDefinition1_1_17.lean production25 50
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ChewiItoProcessAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ChewiItoProcess.lean production39 90
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ChewiItoProcessProgressiveAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ChewiItoProcessProgressive.lean production31 10
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ChewiProposition1_1_16AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ChewiProposition1_1_16.lean production13 30
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.CoefficientTruncationAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/CoefficientTruncation.lean production214 140
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.CompletedEnergyAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/CompletedEnergy.lean production111 110
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.CompletedIntegrandAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/CompletedIntegrand.lean production15 50
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ContinuousDoobL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ContinuousDoobL2.lean production219 190
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.DiscreteDoobL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/DiscreteDoobL2.lean production16 60
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.DiscreteDoobLpPortAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/DiscreteDoobLpPort.lean production022 220
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.DyadicElementaryRefinementAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/DyadicElementaryRefinement.lean production244 440
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.DyadicElementaryStoppingAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/DyadicElementaryStopping.lean production221 210
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.DyadicGlobalHorizonAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/DyadicGlobalHorizon.lean production213 130
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.DyadicGridStoppingItoAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/DyadicGridStoppingIto.lean production23 30
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.DyadicHorizonExtensionAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/DyadicHorizonExtension.lean production517 170
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.DyadicHorizonItoAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/DyadicHorizonIto.lean production16 60
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ElementaryItoAlgebraAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ElementaryItoAlgebra.lean production115 150
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ElementaryItoDoobL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ElementaryItoDoobL2.lean production512 120
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ElementaryItoEmbeddingAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ElementaryItoEmbedding.lean production210 100
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ElementaryItoIntegralAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ElementaryItoIntegral.lean production310 100
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ElementaryItoIsometryAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ElementaryItoIsometry.lean production319 190
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ElementaryItoL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ElementaryItoL2.lean production313 130
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ElementaryItoProcessAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ElementaryItoProcess.lean production213 130
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ElementaryStoppingTimeAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ElementaryStoppingTime.lean production25 50
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.EnergyPathContinuityAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/EnergyPathContinuity.lean production210 100
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.EnergyStoppedIntegrandAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/EnergyStoppedIntegrand.lean production26 60
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.EnergyStoppedItoOverlapAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/EnergyStoppedItoOverlap.lean production42 20
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.EnergyStoppedProgressiveL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/EnergyStoppedProgressiveL2.lean production27 70
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.EnergyStoppingBoundaryBridgeAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/EnergyStoppingBoundaryBridge.lean production22 20
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.EnergyStoppingL2BridgeAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/EnergyStoppingL2Bridge.lean production54 40
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.EuclideanBrownianCoordinatesAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/EuclideanBrownianCoordinates.lean production411 110
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.FellerSemigroupAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/FellerSemigroup.lean production616 160
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.FiniteDimensionalItoProcessAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/FiniteDimensionalItoProcess.lean production17 70
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.FiniteDimensionalItoProcessProgressiveAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/FiniteDimensionalItoProcessProgressive.lean production33 30
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.FiniteDimensionalNormBridgeAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/FiniteDimensionalNormBridge.lean production311 110
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.FiniteTimeGridAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/FiniteTimeGrid.lean production211 110
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.FokkerPlanckAlgebraAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/FokkerPlanckAlgebra.lean production12 20
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.GirsanovAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/Girsanov.lean production15 50
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.GlobalCanonicalLocalizerAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/GlobalCanonicalLocalizer.lean production315 150
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.GlobalCanonicalLocalizerLimitAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/GlobalCanonicalLocalizerLimit.lean production23 30
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.GlobalItoProcessGluingAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/GlobalItoProcessGluing.lean production218 180
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.GlobalItoProcessProgressiveAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/GlobalItoProcessProgressive.lean production11 10
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.GlobalLocalProgressiveL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/GlobalLocalProgressiveL2.lean production14 40
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.GlobalStoppedItoMartingaleAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/GlobalStoppedItoMartingale.lean production59 90
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.GlobalStoppedItoOverlapAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/GlobalStoppedItoOverlap.lean production59 90
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.GlobalStoppedL2OverlapAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/GlobalStoppedL2Overlap.lean production34 40
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.GlobalStoppedProgressiveL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/GlobalStoppedProgressiveL2.lean production411 110
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ItoHorizonConsistencyAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ItoHorizonConsistency.lean production25 50
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ItoHorizonProcessConsistencyAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ItoHorizonProcessConsistency.lean production24 40
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ItoIntegralProcessAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ItoIntegralProcess.lean production778 780
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ItoIntegralProcessAfterHorizonAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ItoIntegralProcessAfterHorizon.lean production25 50
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ItoIntegralProcessCongruenceAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ItoIntegralProcessCongruence.lean production22 20
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ItoIntegralProcessGlobalContinuityAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ItoIntegralProcessGlobalContinuity.lean production11 10
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ItoTerminalCompletionAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ItoTerminalCompletion.lean production241 410
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.LaggedDyadicApproximationAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/LaggedDyadicApproximation.lean production319 190
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.LaggedDyadicConvergenceAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/LaggedDyadicConvergence.lean production610 100
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.LangevinAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/Langevin.lean production1032 320
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.LangevinCarreDuChampAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/LangevinCarreDuChamp.lean production44 40
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.LangevinGeneratorAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/LangevinGenerator.lean production35 50
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.LocalProgressiveL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/LocalProgressiveL2.lean production28 80
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.LocalizationAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/Localization.lean production64 40
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.MarkovSemigroupAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/MarkovSemigroup.lean production110 100
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.MartingaleAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/Martingale.lean production12 20
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.OperatorGeneratorAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/OperatorGenerator.lean production112 120
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.OperatorGeneratorDomainAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/OperatorGeneratorDomain.lean production219 190
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ProgressiveDriftIntegralAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ProgressiveDriftIntegral.lean production23 30
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ProgressiveL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ProgressiveL2.lean production416 160
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ProgressiveL2AlgebraAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ProgressiveL2Algebra.lean production121 210
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ProgressiveL2DensityAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ProgressiveL2Density.lean production128 280
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ProgressiveL2HorizonExtensionAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ProgressiveL2HorizonExtension.lean production19 90
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ProgressiveL2StoppingAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ProgressiveL2Stopping.lean production17 70
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ProgressiveL2TruncationAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ProgressiveL2Truncation.lean production28 80
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.RandomStoppingBoundaryAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/RandomStoppingBoundary.lean production13 30
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.RandomStoppingDyadicApproxAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/RandomStoppingDyadicApprox.lean production16 60
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.RandomStoppingGeneralItoAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/RandomStoppingGeneralIto.lean production13 30
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.RandomStoppingIntegrandLimitAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/RandomStoppingIntegrandLimit.lean production21 10
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.RandomStoppingItoTerminalAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/RandomStoppingItoTerminal.lean production22 20
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.RandomStoppingL2ContractionAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/RandomStoppingL2Contraction.lean production25 50
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.RandomStoppingL2ConvergenceAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/RandomStoppingL2Convergence.lean production24 40
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.RandomStoppingProcessApproxAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/RandomStoppingProcessApprox.lean production25 50
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.RandomStoppingProcessConsistencyAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/RandomStoppingProcessConsistency.lean production37 70
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.RandomStoppingProgressiveL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/RandomStoppingProgressiveL2.lean production27 70
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ReversibilityAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/Reversibility.lean production22 20
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.SampledElementaryApproximationAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/SampledElementaryApproximation.lean production210 100
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.StoppingGraphNullAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/StoppingGraphNull.lean production26 60
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.StoppingTimeAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/StoppingTime.lean production16 60
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.TimeMeasureAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/TimeMeasure.lean production313 130
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.TimeMeasureRealBridgeAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/TimeMeasureRealBridge.lean production318 180
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.VectorBrownianFiltrationAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/VectorBrownianFiltration.lean production33 30
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.WeakGeneratorAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/WeakGenerator.lean production24 40
AutoSamplingTheory.TechnicalLemmas.StochasticProcessesAutoSamplingTheory/TechnicalLemmas/StochasticProcesses.lean production960 00
AutoSamplingTheory.TechnicalLemmas.TaylorAutoSamplingTheory/TechnicalLemmas/Taylor.lean production54 40
AutoSamplingTheory.TechnicalLemmas.VariationalAutoSamplingTheory/TechnicalLemmas/Variational.lean production30 00
AutoSamplingTheory.TechnicalLemmasAutoSamplingTheory/TechnicalLemmas.lean production120 00
TestsTests.lean test960 00
Tests.AccumulatedEnergyTests/AccumulatedEnergy.lean test10 00
Tests.BasicTests/Basic.lean test20 00
Tests.BrownianMotionTests/BrownianMotion.lean test10 00
Tests.CanonicalEnergyLocalizerTests/CanonicalEnergyLocalizer.lean test10 00
Tests.CanonicalEnergyStoppingTimeTests/CanonicalEnergyStoppingTime.lean test10 00
Tests.CanonicalLocalizationTheoremTests/CanonicalLocalizationTheorem.lean test10 00
Tests.CanonicalRawLocalizationTests/CanonicalRawLocalization.lean test10 00
Tests.CanonicalRawLocalizationL2Tests/CanonicalRawLocalizationL2.lean test10 00
Tests.CanonicalStoppedItoIntegralTests/CanonicalStoppedItoIntegral.lean test10 00
Tests.CarreDuChampTests/CarreDuChamp.lean test11 10
Tests.Chapter1ProgressiveAPITests/Chapter1ProgressiveAPI.lean test30 00
Tests.ChewiDefinition1_1_17Tests/ChewiDefinition1_1_17.lean test10 00
Tests.ChewiItoProcessTests/ChewiItoProcess.lean test10 00
Tests.ChewiItoProcessProgressiveTests/ChewiItoProcessProgressive.lean test10 00
Tests.ChewiProposition1_1_16Tests/ChewiProposition1_1_16.lean test10 00
Tests.CoefficientTruncationTests/CoefficientTruncation.lean test10 00
Tests.CompletedEnergyTests/CompletedEnergy.lean test10 00
Tests.CompletedIntegrandTests/CompletedIntegrand.lean test10 00
Tests.ContinuousDoobL2Tests/ContinuousDoobL2.lean test10 00
Tests.DiscreteDoobL2Tests/DiscreteDoobL2.lean test10 00
Tests.DisplacementInterpolationTests/DisplacementInterpolation.lean test10 00
Tests.DyadicElementaryRefinementTests/DyadicElementaryRefinement.lean test10 00
Tests.DyadicElementaryStoppingTests/DyadicElementaryStopping.lean test10 00
Tests.DyadicGlobalHorizonTests/DyadicGlobalHorizon.lean test10 00
Tests.DyadicGridStoppingItoTests/DyadicGridStoppingIto.lean test10 00
Tests.DyadicHorizonExtensionTests/DyadicHorizonExtension.lean test10 00
Tests.DyadicHorizonItoTests/DyadicHorizonIto.lean test10 00
Tests.ElementaryItoAlgebraTests/ElementaryItoAlgebra.lean test10 00
Tests.ElementaryItoDoobL2Tests/ElementaryItoDoobL2.lean test10 00
Tests.ElementaryItoEmbeddingTests/ElementaryItoEmbedding.lean test10 00
Tests.ElementaryItoIntegralTests/ElementaryItoIntegral.lean test10 00
Tests.ElementaryItoIsometryTests/ElementaryItoIsometry.lean test10 00
Tests.ElementaryItoL2Tests/ElementaryItoL2.lean test10 00
Tests.ElementaryItoProcessTests/ElementaryItoProcess.lean test10 00
Tests.ElementaryStoppingTimeTests/ElementaryStoppingTime.lean test10 00
Tests.EnergyPathContinuityTests/EnergyPathContinuity.lean test10 00
Tests.EnergyStoppedIntegrandTests/EnergyStoppedIntegrand.lean test10 00
Tests.EnergyStoppedItoOverlapTests/EnergyStoppedItoOverlap.lean test10 00
Tests.EnergyStoppedProgressiveL2Tests/EnergyStoppedProgressiveL2.lean test10 00
Tests.EnergyStoppingBoundaryBridgeTests/EnergyStoppingBoundaryBridge.lean test10 00
Tests.EnergyStoppingL2BridgeTests/EnergyStoppingL2Bridge.lean test10 00
Tests.EuclideanBrownianCoordinatesTests/EuclideanBrownianCoordinates.lean test10 00
Tests.FellerSemigroupTests/FellerSemigroup.lean test11 10
Tests.FiniteDimensionalItoProcessTests/FiniteDimensionalItoProcess.lean test10 00
Tests.FiniteDimensionalItoProcessProgressiveTests/FiniteDimensionalItoProcessProgressive.lean test10 00
Tests.FiniteDimensionalNormBridgeTests/FiniteDimensionalNormBridge.lean test20 00
Tests.FiniteTimeGridTests/FiniteTimeGrid.lean test10 00
Tests.GeneratorFunctionalInequalitiesTests/GeneratorFunctionalInequalities.lean test10 00
Tests.GeodesicConvexityTests/GeodesicConvexity.lean test10 00
Tests.GlobalCanonicalLocalizerLimitTests/GlobalCanonicalLocalizerLimit.lean test10 00
Tests.GlobalItoProcessGluingTests/GlobalItoProcessGluing.lean test10 00
Tests.GlobalItoProcessProgressiveTests/GlobalItoProcessProgressive.lean test10 00
Tests.GlobalLocalProgressiveL2Tests/GlobalLocalProgressiveL2.lean test10 00
Tests.GlobalStoppedItoMartingaleTests/GlobalStoppedItoMartingale.lean test10 00
Tests.GlobalStoppedItoOverlapTests/GlobalStoppedItoOverlap.lean test10 00
Tests.GlobalStoppedL2OverlapTests/GlobalStoppedL2Overlap.lean test10 00
Tests.GlobalStoppedProgressiveL2Tests/GlobalStoppedProgressiveL2.lean test10 00
Tests.ItoHorizonConsistencyTests/ItoHorizonConsistency.lean test10 00
Tests.ItoHorizonProcessConsistencyTests/ItoHorizonProcessConsistency.lean test10 00
Tests.ItoIntegralProcessTests/ItoIntegralProcess.lean test13 30
Tests.ItoIntegralProcessAfterHorizonTests/ItoIntegralProcessAfterHorizon.lean test10 00
Tests.ItoIntegralProcessCongruenceTests/ItoIntegralProcessCongruence.lean test10 00
Tests.ItoTerminalCompletionTests/ItoTerminalCompletion.lean test10 00
Tests.KantorovichDualTests/KantorovichDual.lean test10 00
Tests.LaggedDyadicApproximationTests/LaggedDyadicApproximation.lean test10 00
Tests.LaggedDyadicConvergenceTests/LaggedDyadicConvergence.lean test10 00
Tests.LangevinCarreDuChampTests/LangevinCarreDuChamp.lean test10 00
Tests.LeftLebesgueAverageTests/LeftLebesgueAverage.lean test10 00
Tests.LocalProgressiveL2Tests/LocalProgressiveL2.lean test10 00
Tests.LocalizationTests/Localization.lean test10 00
Tests.MarkovSemigroupTests/MarkovSemigroup.lean test10 00
Tests.MartingaleTests/Martingale.lean test10 00
Tests.MetricCurveTests/MetricCurve.lean test10 00
Tests.OperatorGeneratorTests/OperatorGenerator.lean test11 10
Tests.OperatorGeneratorDomainTests/OperatorGeneratorDomain.lean test12 20
Tests.PrefixIntegralTests/PrefixIntegral.lean test10 00
Tests.ProgressiveDriftIntegralTests/ProgressiveDriftIntegral.lean test10 00
Tests.ProgressiveL2Tests/ProgressiveL2.lean test10 00
Tests.ProgressiveL2AlgebraTests/ProgressiveL2Algebra.lean test10 00
Tests.ProgressiveL2DensityTests/ProgressiveL2Density.lean test10 00
Tests.ProgressiveL2HorizonExtensionTests/ProgressiveL2HorizonExtension.lean test10 00
Tests.ProgressiveL2StoppingTests/ProgressiveL2Stopping.lean test10 00
Tests.ProgressiveL2TruncationTests/ProgressiveL2Truncation.lean test10 00
Tests.RandomStoppingBoundaryTests/RandomStoppingBoundary.lean test10 00
Tests.RandomStoppingDyadicApproxTests/RandomStoppingDyadicApprox.lean test10 00
Tests.RandomStoppingGeneralItoTests/RandomStoppingGeneralIto.lean test10 00
Tests.RandomStoppingIntegrandLimitTests/RandomStoppingIntegrandLimit.lean test10 00
Tests.RandomStoppingItoTerminalTests/RandomStoppingItoTerminal.lean test10 00
Tests.RandomStoppingL2ContractionTests/RandomStoppingL2Contraction.lean test10 00
Tests.RandomStoppingL2ConvergenceTests/RandomStoppingL2Convergence.lean test10 00
Tests.RandomStoppingProcessApproxTests/RandomStoppingProcessApprox.lean test10 00
Tests.RandomStoppingProcessConsistencyTests/RandomStoppingProcessConsistency.lean test10 00
Tests.RandomStoppingProgressiveL2Tests/RandomStoppingProgressiveL2.lean test10 00
Tests.ReversibilityTests/Reversibility.lean test11 10
Tests.SampleWikiExampleCasesTests/SampleWikiExampleCases.lean test10 00
Tests.SampledElementaryApproximationTests/SampledElementaryApproximation.lean test10 00
Tests.SemigroupDecayTests/SemigroupDecay.lean test11 10
Tests.StoppingGraphNullTests/StoppingGraphNull.lean test10 00
Tests.StoppingTimeTests/StoppingTime.lean test10 00
Tests.TimeMeasureRealBridgeTests/TimeMeasureRealBridge.lean test10 00
Tests.TransportTests/Transport.lean test10 00
Tests.VectorBrownianFiltrationTests/VectorBrownianFiltration.lean test10 00
Tests.WassersteinSpaceTests/WassersteinSpace.lean test10 00