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
| Milestone | Local evidence | Route status | Boundary | Evidence declarations | Blockers |
|---|---|---|---|---|---|
| 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;
Complete module inventory
| Module | Role | Imports | Declarations | Compiled | Incomplete |
|---|---|---|---|---|---|
AutoSamplingTheoryAutoSamplingTheory.lean |
root aggregator | 11 | 0 | 0 | 0 |
AutoSamplingTheory.AutomationAutoSamplingTheory/Automation.lean |
production | 1 | 20 | 20 | 0 |
AutoSamplingTheory.CoreAutoSamplingTheory/Core.lean |
production | 1 | 10 | 10 | 0 |
AutoSamplingTheory.ExampleCases.SampleWiki.Cases.IdealProximalChainAutoSamplingTheory/ExampleCases/SampleWiki/Cases/IdealProximalChain.lean |
production | 2 | 1 | 1 | 0 |
AutoSamplingTheory.ExampleCases.SampleWikiAutoSamplingTheory/ExampleCases/SampleWiki.lean |
production | 1 | 6 | 6 | 0 |
AutoSamplingTheory.ExampleCasesAutoSamplingTheory/ExampleCases.lean |
production | 1 | 0 | 0 | 0 |
AutoSamplingTheory.LiteratureAutoSamplingTheory/Literature.lean |
production | 1 | 5 | 5 | 0 |
AutoSamplingTheory.OpenProblemsAutoSamplingTheory/OpenProblems.lean |
production | 1 | 3 | 3 | 0 |
AutoSamplingTheory.ProbabilityAutoSamplingTheory/Probability.lean |
production | 11 | 54 | 54 | 0 |
AutoSamplingTheory.RMFLDAutoSamplingTheory/RMFLD.lean |
production | 1 | 5 | 5 | 0 |
AutoSamplingTheory.SALDAutoSamplingTheory/SALD.lean |
production | 13 | 1575 | 1575 | 0 |
AutoSamplingTheory.SDEAutoSamplingTheory/SDE.lean |
production | 1 | 4 | 4 | 0 |
AutoSamplingTheory.TechnicalLemmas.Algebra.LinearGrowthOfStepAutoSamplingTheory/TechnicalLemmas/Algebra/LinearGrowthOfStep.lean |
production | 1 | 1 | 1 | 0 |
AutoSamplingTheory.TechnicalLemmas.Algebra.ReciprocalGrowthRateAutoSamplingTheory/TechnicalLemmas/Algebra/ReciprocalGrowthRate.lean |
production | 1 | 1 | 1 | 0 |
AutoSamplingTheory.TechnicalLemmas.Analysis.Calculus.CutoffAutoSamplingTheory/TechnicalLemmas/Analysis/Calculus/Cutoff.lean |
production | 3 | 25 | 25 | 0 |
AutoSamplingTheory.TechnicalLemmas.Analysis.Calculus.DivergenceAutoSamplingTheory/TechnicalLemmas/Analysis/Calculus/Divergence.lean |
production | 6 | 59 | 59 | 0 |
AutoSamplingTheory.TechnicalLemmas.Analysis.Calculus.GradientAutoSamplingTheory/TechnicalLemmas/Analysis/Calculus/Gradient.lean |
production | 4 | 10 | 10 | 0 |
AutoSamplingTheory.TechnicalLemmas.Analysis.Calculus.LaplacianAutoSamplingTheory/TechnicalLemmas/Analysis/Calculus/Laplacian.lean |
production | 2 | 5 | 5 | 0 |
AutoSamplingTheory.TechnicalLemmas.Analysis.Calculus.LineDerivAutoSamplingTheory/TechnicalLemmas/Analysis/Calculus/LineDeriv.lean |
production | 4 | 9 | 9 | 0 |
AutoSamplingTheory.TechnicalLemmas.Analysis.Calculus.TaylorAutoSamplingTheory/TechnicalLemmas/Analysis/Calculus/Taylor.lean |
production | 1 | 0 | 0 | 0 |
AutoSamplingTheory.TechnicalLemmas.Analysis.CalculusAutoSamplingTheory/TechnicalLemmas/Analysis/Calculus.lean |
production | 6 | 0 | 0 | 0 |
AutoSamplingTheory.TechnicalLemmas.Analysis.IntegrabilityAutoSamplingTheory/TechnicalLemmas/Analysis/Integrability.lean |
production | 4 | 24 | 24 | 0 |
AutoSamplingTheory.TechnicalLemmas.Analysis.LeftLebesgueAverageAutoSamplingTheory/TechnicalLemmas/Analysis/LeftLebesgueAverage.lean |
production | 3 | 6 | 6 | 0 |
AutoSamplingTheory.TechnicalLemmas.Analysis.PrefixIntegralAutoSamplingTheory/TechnicalLemmas/Analysis/PrefixIntegral.lean |
production | 2 | 8 | 8 | 0 |
AutoSamplingTheory.TechnicalLemmas.AnalysisAutoSamplingTheory/TechnicalLemmas/Analysis.lean |
production | 4 | 0 | 0 | 0 |
AutoSamplingTheory.TechnicalLemmas.FunctionalInequalities.GeneratorAutoSamplingTheory/TechnicalLemmas/FunctionalInequalities/Generator.lean |
production | 1 | 7 | 7 | 0 |
AutoSamplingTheory.TechnicalLemmas.FunctionalInequalities.LogSobolevAutoSamplingTheory/TechnicalLemmas/FunctionalInequalities/LogSobolev.lean |
production | 1 | 0 | 0 | 0 |
AutoSamplingTheory.TechnicalLemmas.FunctionalInequalities.PoincareAutoSamplingTheory/TechnicalLemmas/FunctionalInequalities/Poincare.lean |
production | 2 | 9 | 9 | 0 |
AutoSamplingTheory.TechnicalLemmas.FunctionalInequalities.SemigroupDecayAutoSamplingTheory/TechnicalLemmas/FunctionalInequalities/SemigroupDecay.lean |
production | 2 | 17 | 17 | 0 |
AutoSamplingTheory.TechnicalLemmas.FunctionalInequalitiesAutoSamplingTheory/TechnicalLemmas/FunctionalInequalities.lean |
production | 4 | 0 | 0 | 0 |
AutoSamplingTheory.TechnicalLemmas.GaussianAutoSamplingTheory/TechnicalLemmas/Gaussian.lean |
production | 7 | 30 | 30 | 0 |
AutoSamplingTheory.TechnicalLemmas.Geometry.EuclideanSpaceCoordinatesAutoSamplingTheory/TechnicalLemmas/Geometry/EuclideanSpaceCoordinates.lean |
production | 2 | 2 | 2 | 0 |
AutoSamplingTheory.TechnicalLemmas.Geometry.GeodesicConvexityAutoSamplingTheory/TechnicalLemmas/Geometry/GeodesicConvexity.lean |
production | 2 | 2 | 2 | 0 |
AutoSamplingTheory.TechnicalLemmas.Geometry.LogConcavityAutoSamplingTheory/TechnicalLemmas/Geometry/LogConcavity.lean |
production | 5 | 40 | 40 | 0 |
AutoSamplingTheory.TechnicalLemmas.Geometry.MetricCurveAutoSamplingTheory/TechnicalLemmas/Geometry/MetricCurve.lean |
production | 2 | 2 | 2 | 0 |
AutoSamplingTheory.TechnicalLemmas.Geometry.StrongConvexityAutoSamplingTheory/TechnicalLemmas/Geometry/StrongConvexity.lean |
production | 2 | 4 | 4 | 0 |
AutoSamplingTheory.TechnicalLemmas.GeometryAutoSamplingTheory/TechnicalLemmas/Geometry.lean |
production | 5 | 0 | 0 | 0 |
AutoSamplingTheory.TechnicalLemmas.InformationTheory.DonskerVaradhanAutoSamplingTheory/TechnicalLemmas/InformationTheory/DonskerVaradhan.lean |
production | 1 | 0 | 0 | 0 |
AutoSamplingTheory.TechnicalLemmas.InformationTheory.KLDensityAutoSamplingTheory/TechnicalLemmas/InformationTheory/KLDensity.lean |
production | 3 | 2 | 2 | 0 |
AutoSamplingTheory.TechnicalLemmas.InformationTheory.RenyiAutoSamplingTheory/TechnicalLemmas/InformationTheory/Renyi.lean |
production | 3 | 8 | 8 | 0 |
AutoSamplingTheory.TechnicalLemmas.InformationTheoryAutoSamplingTheory/TechnicalLemmas/InformationTheory.lean |
production | 3 | 0 | 0 | 0 |
AutoSamplingTheory.TechnicalLemmas.Measure.DisplacementInterpolationAutoSamplingTheory/TechnicalLemmas/Measure/DisplacementInterpolation.lean |
production | 1 | 7 | 7 | 0 |
AutoSamplingTheory.TechnicalLemmas.Measure.GibbsAutoSamplingTheory/TechnicalLemmas/Measure/Gibbs.lean |
production | 2 | 15 | 15 | 0 |
AutoSamplingTheory.TechnicalLemmas.Measure.GibbsIntegralAutoSamplingTheory/TechnicalLemmas/Measure/GibbsIntegral.lean |
production | 2 | 3 | 3 | 0 |
AutoSamplingTheory.TechnicalLemmas.Measure.GibbsLogConcavityAutoSamplingTheory/TechnicalLemmas/Measure/GibbsLogConcavity.lean |
production | 3 | 6 | 6 | 0 |
AutoSamplingTheory.TechnicalLemmas.Measure.KantorovichDualAutoSamplingTheory/TechnicalLemmas/Measure/KantorovichDual.lean |
production | 2 | 3 | 3 | 0 |
AutoSamplingTheory.TechnicalLemmas.Measure.ProductAutoSamplingTheory/TechnicalLemmas/Measure/Product.lean |
production | 2 | 5 | 5 | 0 |
AutoSamplingTheory.TechnicalLemmas.Measure.RadonNikodymAutoSamplingTheory/TechnicalLemmas/Measure/RadonNikodym.lean |
production | 5 | 12 | 12 | 0 |
AutoSamplingTheory.TechnicalLemmas.Measure.TransportAutoSamplingTheory/TechnicalLemmas/Measure/Transport.lean |
production | 1 | 7 | 7 | 0 |
AutoSamplingTheory.TechnicalLemmas.Measure.WassersteinSpaceAutoSamplingTheory/TechnicalLemmas/Measure/WassersteinSpace.lean |
production | 4 | 5 | 5 | 0 |
AutoSamplingTheory.TechnicalLemmas.MeasureAutoSamplingTheory/TechnicalLemmas/Measure.lean |
production | 12 | 1 | 1 | 0 |
AutoSamplingTheory.TechnicalLemmas.Probability.ConditionalKernelAutoSamplingTheory/TechnicalLemmas/Probability/ConditionalKernel.lean |
production | 1 | 1 | 1 | 0 |
AutoSamplingTheory.TechnicalLemmas.Probability.LawMapAutoSamplingTheory/TechnicalLemmas/Probability/LawMap.lean |
production | 1 | 0 | 0 | 0 |
AutoSamplingTheory.TechnicalLemmas.ProbabilityAutoSamplingTheory/TechnicalLemmas/Probability.lean |
production | 2 | 0 | 0 | 0 |
AutoSamplingTheory.TechnicalLemmas.ProbabilityDistributions.GaussianAutoSamplingTheory/TechnicalLemmas/ProbabilityDistributions/Gaussian.lean |
production | 1 | 0 | 0 | 0 |
AutoSamplingTheory.TechnicalLemmas.ProbabilityDistributionsAutoSamplingTheory/TechnicalLemmas/ProbabilityDistributions.lean |
production | 1 | 0 | 0 | 0 |
AutoSamplingTheory.TechnicalLemmas.RegistryAutoSamplingTheory/TechnicalLemmas/Registry.lean |
production | 30 | 18 | 18 | 0 |
AutoSamplingTheory.TechnicalLemmas.SALDExtractedAutoSamplingTheory/TechnicalLemmas/SALDExtracted.lean |
production | 1 | 0 | 0 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.AccumulatedEnergyAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/AccumulatedEnergy.lean |
production | 1 | 6 | 6 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.BrownianMotionAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/BrownianMotion.lean |
production | 7 | 10 | 10 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.CanonicalEnergyLocalizerAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/CanonicalEnergyLocalizer.lean |
production | 3 | 17 | 17 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.CanonicalEnergyStoppingTimeAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/CanonicalEnergyStoppingTime.lean |
production | 2 | 3 | 3 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.CanonicalLocalizationTheoremAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/CanonicalLocalizationTheorem.lean |
production | 2 | 3 | 3 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.CanonicalRawLocalizationAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/CanonicalRawLocalization.lean |
production | 3 | 10 | 10 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.CanonicalRawLocalizationL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/CanonicalRawLocalizationL2.lean |
production | 1 | 3 | 3 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.CanonicalStoppedItoIntegralAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/CanonicalStoppedItoIntegral.lean |
production | 2 | 6 | 6 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.CarreDuChampAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/CarreDuChamp.lean |
production | 6 | 8 | 8 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ChewiDefinition1_1_17AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ChewiDefinition1_1_17.lean |
production | 2 | 5 | 5 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ChewiItoProcessAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ChewiItoProcess.lean |
production | 3 | 9 | 9 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ChewiItoProcessProgressiveAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ChewiItoProcessProgressive.lean |
production | 3 | 1 | 1 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ChewiProposition1_1_16AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ChewiProposition1_1_16.lean |
production | 1 | 3 | 3 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.CoefficientTruncationAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/CoefficientTruncation.lean |
production | 2 | 14 | 14 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.CompletedEnergyAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/CompletedEnergy.lean |
production | 1 | 11 | 11 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.CompletedIntegrandAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/CompletedIntegrand.lean |
production | 1 | 5 | 5 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ContinuousDoobL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ContinuousDoobL2.lean |
production | 2 | 19 | 19 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.DiscreteDoobL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/DiscreteDoobL2.lean |
production | 1 | 6 | 6 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.DiscreteDoobLpPortAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/DiscreteDoobLpPort.lean |
production | 0 | 22 | 22 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.DyadicElementaryRefinementAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/DyadicElementaryRefinement.lean |
production | 2 | 44 | 44 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.DyadicElementaryStoppingAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/DyadicElementaryStopping.lean |
production | 2 | 21 | 21 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.DyadicGlobalHorizonAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/DyadicGlobalHorizon.lean |
production | 2 | 13 | 13 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.DyadicGridStoppingItoAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/DyadicGridStoppingIto.lean |
production | 2 | 3 | 3 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.DyadicHorizonExtensionAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/DyadicHorizonExtension.lean |
production | 5 | 17 | 17 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.DyadicHorizonItoAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/DyadicHorizonIto.lean |
production | 1 | 6 | 6 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ElementaryItoAlgebraAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ElementaryItoAlgebra.lean |
production | 1 | 15 | 15 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ElementaryItoDoobL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ElementaryItoDoobL2.lean |
production | 5 | 12 | 12 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ElementaryItoEmbeddingAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ElementaryItoEmbedding.lean |
production | 2 | 10 | 10 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ElementaryItoIntegralAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ElementaryItoIntegral.lean |
production | 3 | 10 | 10 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ElementaryItoIsometryAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ElementaryItoIsometry.lean |
production | 3 | 19 | 19 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ElementaryItoL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ElementaryItoL2.lean |
production | 3 | 13 | 13 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ElementaryItoProcessAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ElementaryItoProcess.lean |
production | 2 | 13 | 13 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ElementaryStoppingTimeAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ElementaryStoppingTime.lean |
production | 2 | 5 | 5 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.EnergyPathContinuityAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/EnergyPathContinuity.lean |
production | 2 | 10 | 10 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.EnergyStoppedIntegrandAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/EnergyStoppedIntegrand.lean |
production | 2 | 6 | 6 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.EnergyStoppedItoOverlapAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/EnergyStoppedItoOverlap.lean |
production | 4 | 2 | 2 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.EnergyStoppedProgressiveL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/EnergyStoppedProgressiveL2.lean |
production | 2 | 7 | 7 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.EnergyStoppingBoundaryBridgeAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/EnergyStoppingBoundaryBridge.lean |
production | 2 | 2 | 2 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.EnergyStoppingL2BridgeAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/EnergyStoppingL2Bridge.lean |
production | 5 | 4 | 4 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.EuclideanBrownianCoordinatesAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/EuclideanBrownianCoordinates.lean |
production | 4 | 11 | 11 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.FellerSemigroupAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/FellerSemigroup.lean |
production | 6 | 16 | 16 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.FiniteDimensionalItoProcessAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/FiniteDimensionalItoProcess.lean |
production | 1 | 7 | 7 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.FiniteDimensionalItoProcessProgressiveAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/FiniteDimensionalItoProcessProgressive.lean |
production | 3 | 3 | 3 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.FiniteDimensionalNormBridgeAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/FiniteDimensionalNormBridge.lean |
production | 3 | 11 | 11 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.FiniteTimeGridAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/FiniteTimeGrid.lean |
production | 2 | 11 | 11 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.FokkerPlanckAlgebraAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/FokkerPlanckAlgebra.lean |
production | 1 | 2 | 2 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.GirsanovAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/Girsanov.lean |
production | 1 | 5 | 5 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.GlobalCanonicalLocalizerAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/GlobalCanonicalLocalizer.lean |
production | 3 | 15 | 15 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.GlobalCanonicalLocalizerLimitAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/GlobalCanonicalLocalizerLimit.lean |
production | 2 | 3 | 3 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.GlobalItoProcessGluingAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/GlobalItoProcessGluing.lean |
production | 2 | 18 | 18 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.GlobalItoProcessProgressiveAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/GlobalItoProcessProgressive.lean |
production | 1 | 1 | 1 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.GlobalLocalProgressiveL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/GlobalLocalProgressiveL2.lean |
production | 1 | 4 | 4 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.GlobalStoppedItoMartingaleAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/GlobalStoppedItoMartingale.lean |
production | 5 | 9 | 9 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.GlobalStoppedItoOverlapAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/GlobalStoppedItoOverlap.lean |
production | 5 | 9 | 9 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.GlobalStoppedL2OverlapAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/GlobalStoppedL2Overlap.lean |
production | 3 | 4 | 4 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.GlobalStoppedProgressiveL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/GlobalStoppedProgressiveL2.lean |
production | 4 | 11 | 11 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ItoHorizonConsistencyAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ItoHorizonConsistency.lean |
production | 2 | 5 | 5 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ItoHorizonProcessConsistencyAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ItoHorizonProcessConsistency.lean |
production | 2 | 4 | 4 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ItoIntegralProcessAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ItoIntegralProcess.lean |
production | 7 | 78 | 78 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ItoIntegralProcessAfterHorizonAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ItoIntegralProcessAfterHorizon.lean |
production | 2 | 5 | 5 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ItoIntegralProcessCongruenceAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ItoIntegralProcessCongruence.lean |
production | 2 | 2 | 2 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ItoIntegralProcessGlobalContinuityAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ItoIntegralProcessGlobalContinuity.lean |
production | 1 | 1 | 1 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ItoTerminalCompletionAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ItoTerminalCompletion.lean |
production | 2 | 41 | 41 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.LaggedDyadicApproximationAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/LaggedDyadicApproximation.lean |
production | 3 | 19 | 19 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.LaggedDyadicConvergenceAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/LaggedDyadicConvergence.lean |
production | 6 | 10 | 10 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.LangevinAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/Langevin.lean |
production | 10 | 32 | 32 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.LangevinCarreDuChampAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/LangevinCarreDuChamp.lean |
production | 4 | 4 | 4 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.LangevinGeneratorAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/LangevinGenerator.lean |
production | 3 | 5 | 5 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.LocalProgressiveL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/LocalProgressiveL2.lean |
production | 2 | 8 | 8 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.LocalizationAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/Localization.lean |
production | 6 | 4 | 4 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.MarkovSemigroupAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/MarkovSemigroup.lean |
production | 1 | 10 | 10 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.MartingaleAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/Martingale.lean |
production | 1 | 2 | 2 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.OperatorGeneratorAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/OperatorGenerator.lean |
production | 1 | 12 | 12 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.OperatorGeneratorDomainAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/OperatorGeneratorDomain.lean |
production | 2 | 19 | 19 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ProgressiveDriftIntegralAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ProgressiveDriftIntegral.lean |
production | 2 | 3 | 3 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ProgressiveL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ProgressiveL2.lean |
production | 4 | 16 | 16 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ProgressiveL2AlgebraAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ProgressiveL2Algebra.lean |
production | 1 | 21 | 21 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ProgressiveL2DensityAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ProgressiveL2Density.lean |
production | 1 | 28 | 28 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ProgressiveL2HorizonExtensionAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ProgressiveL2HorizonExtension.lean |
production | 1 | 9 | 9 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ProgressiveL2StoppingAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ProgressiveL2Stopping.lean |
production | 1 | 7 | 7 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ProgressiveL2TruncationAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/ProgressiveL2Truncation.lean |
production | 2 | 8 | 8 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.RandomStoppingBoundaryAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/RandomStoppingBoundary.lean |
production | 1 | 3 | 3 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.RandomStoppingDyadicApproxAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/RandomStoppingDyadicApprox.lean |
production | 1 | 6 | 6 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.RandomStoppingGeneralItoAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/RandomStoppingGeneralIto.lean |
production | 1 | 3 | 3 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.RandomStoppingIntegrandLimitAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/RandomStoppingIntegrandLimit.lean |
production | 2 | 1 | 1 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.RandomStoppingItoTerminalAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/RandomStoppingItoTerminal.lean |
production | 2 | 2 | 2 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.RandomStoppingL2ContractionAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/RandomStoppingL2Contraction.lean |
production | 2 | 5 | 5 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.RandomStoppingL2ConvergenceAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/RandomStoppingL2Convergence.lean |
production | 2 | 4 | 4 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.RandomStoppingProcessApproxAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/RandomStoppingProcessApprox.lean |
production | 2 | 5 | 5 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.RandomStoppingProcessConsistencyAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/RandomStoppingProcessConsistency.lean |
production | 3 | 7 | 7 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.RandomStoppingProgressiveL2AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/RandomStoppingProgressiveL2.lean |
production | 2 | 7 | 7 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.ReversibilityAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/Reversibility.lean |
production | 2 | 2 | 2 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.SampledElementaryApproximationAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/SampledElementaryApproximation.lean |
production | 2 | 10 | 10 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.StoppingGraphNullAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/StoppingGraphNull.lean |
production | 2 | 6 | 6 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.StoppingTimeAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/StoppingTime.lean |
production | 1 | 6 | 6 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.TimeMeasureAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/TimeMeasure.lean |
production | 3 | 13 | 13 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.TimeMeasureRealBridgeAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/TimeMeasureRealBridge.lean |
production | 3 | 18 | 18 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.VectorBrownianFiltrationAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/VectorBrownianFiltration.lean |
production | 3 | 3 | 3 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.WeakGeneratorAutoSamplingTheory/TechnicalLemmas/StochasticProcesses/WeakGenerator.lean |
production | 2 | 4 | 4 | 0 |
AutoSamplingTheory.TechnicalLemmas.StochasticProcessesAutoSamplingTheory/TechnicalLemmas/StochasticProcesses.lean |
production | 96 | 0 | 0 | 0 |
AutoSamplingTheory.TechnicalLemmas.TaylorAutoSamplingTheory/TechnicalLemmas/Taylor.lean |
production | 5 | 4 | 4 | 0 |
AutoSamplingTheory.TechnicalLemmas.VariationalAutoSamplingTheory/TechnicalLemmas/Variational.lean |
production | 3 | 0 | 0 | 0 |
AutoSamplingTheory.TechnicalLemmasAutoSamplingTheory/TechnicalLemmas.lean |
production | 12 | 0 | 0 | 0 |
TestsTests.lean |
test | 96 | 0 | 0 | 0 |
Tests.AccumulatedEnergyTests/AccumulatedEnergy.lean |
test | 1 | 0 | 0 | 0 |
Tests.BasicTests/Basic.lean |
test | 2 | 0 | 0 | 0 |
Tests.BrownianMotionTests/BrownianMotion.lean |
test | 1 | 0 | 0 | 0 |
Tests.CanonicalEnergyLocalizerTests/CanonicalEnergyLocalizer.lean |
test | 1 | 0 | 0 | 0 |
Tests.CanonicalEnergyStoppingTimeTests/CanonicalEnergyStoppingTime.lean |
test | 1 | 0 | 0 | 0 |
Tests.CanonicalLocalizationTheoremTests/CanonicalLocalizationTheorem.lean |
test | 1 | 0 | 0 | 0 |
Tests.CanonicalRawLocalizationTests/CanonicalRawLocalization.lean |
test | 1 | 0 | 0 | 0 |
Tests.CanonicalRawLocalizationL2Tests/CanonicalRawLocalizationL2.lean |
test | 1 | 0 | 0 | 0 |
Tests.CanonicalStoppedItoIntegralTests/CanonicalStoppedItoIntegral.lean |
test | 1 | 0 | 0 | 0 |
Tests.CarreDuChampTests/CarreDuChamp.lean |
test | 1 | 1 | 1 | 0 |
Tests.Chapter1ProgressiveAPITests/Chapter1ProgressiveAPI.lean |
test | 3 | 0 | 0 | 0 |
Tests.ChewiDefinition1_1_17Tests/ChewiDefinition1_1_17.lean |
test | 1 | 0 | 0 | 0 |
Tests.ChewiItoProcessTests/ChewiItoProcess.lean |
test | 1 | 0 | 0 | 0 |
Tests.ChewiItoProcessProgressiveTests/ChewiItoProcessProgressive.lean |
test | 1 | 0 | 0 | 0 |
Tests.ChewiProposition1_1_16Tests/ChewiProposition1_1_16.lean |
test | 1 | 0 | 0 | 0 |
Tests.CoefficientTruncationTests/CoefficientTruncation.lean |
test | 1 | 0 | 0 | 0 |
Tests.CompletedEnergyTests/CompletedEnergy.lean |
test | 1 | 0 | 0 | 0 |
Tests.CompletedIntegrandTests/CompletedIntegrand.lean |
test | 1 | 0 | 0 | 0 |
Tests.ContinuousDoobL2Tests/ContinuousDoobL2.lean |
test | 1 | 0 | 0 | 0 |
Tests.DiscreteDoobL2Tests/DiscreteDoobL2.lean |
test | 1 | 0 | 0 | 0 |
Tests.DisplacementInterpolationTests/DisplacementInterpolation.lean |
test | 1 | 0 | 0 | 0 |
Tests.DyadicElementaryRefinementTests/DyadicElementaryRefinement.lean |
test | 1 | 0 | 0 | 0 |
Tests.DyadicElementaryStoppingTests/DyadicElementaryStopping.lean |
test | 1 | 0 | 0 | 0 |
Tests.DyadicGlobalHorizonTests/DyadicGlobalHorizon.lean |
test | 1 | 0 | 0 | 0 |
Tests.DyadicGridStoppingItoTests/DyadicGridStoppingIto.lean |
test | 1 | 0 | 0 | 0 |
Tests.DyadicHorizonExtensionTests/DyadicHorizonExtension.lean |
test | 1 | 0 | 0 | 0 |
Tests.DyadicHorizonItoTests/DyadicHorizonIto.lean |
test | 1 | 0 | 0 | 0 |
Tests.ElementaryItoAlgebraTests/ElementaryItoAlgebra.lean |
test | 1 | 0 | 0 | 0 |
Tests.ElementaryItoDoobL2Tests/ElementaryItoDoobL2.lean |
test | 1 | 0 | 0 | 0 |
Tests.ElementaryItoEmbeddingTests/ElementaryItoEmbedding.lean |
test | 1 | 0 | 0 | 0 |
Tests.ElementaryItoIntegralTests/ElementaryItoIntegral.lean |
test | 1 | 0 | 0 | 0 |
Tests.ElementaryItoIsometryTests/ElementaryItoIsometry.lean |
test | 1 | 0 | 0 | 0 |
Tests.ElementaryItoL2Tests/ElementaryItoL2.lean |
test | 1 | 0 | 0 | 0 |
Tests.ElementaryItoProcessTests/ElementaryItoProcess.lean |
test | 1 | 0 | 0 | 0 |
Tests.ElementaryStoppingTimeTests/ElementaryStoppingTime.lean |
test | 1 | 0 | 0 | 0 |
Tests.EnergyPathContinuityTests/EnergyPathContinuity.lean |
test | 1 | 0 | 0 | 0 |
Tests.EnergyStoppedIntegrandTests/EnergyStoppedIntegrand.lean |
test | 1 | 0 | 0 | 0 |
Tests.EnergyStoppedItoOverlapTests/EnergyStoppedItoOverlap.lean |
test | 1 | 0 | 0 | 0 |
Tests.EnergyStoppedProgressiveL2Tests/EnergyStoppedProgressiveL2.lean |
test | 1 | 0 | 0 | 0 |
Tests.EnergyStoppingBoundaryBridgeTests/EnergyStoppingBoundaryBridge.lean |
test | 1 | 0 | 0 | 0 |
Tests.EnergyStoppingL2BridgeTests/EnergyStoppingL2Bridge.lean |
test | 1 | 0 | 0 | 0 |
Tests.EuclideanBrownianCoordinatesTests/EuclideanBrownianCoordinates.lean |
test | 1 | 0 | 0 | 0 |
Tests.FellerSemigroupTests/FellerSemigroup.lean |
test | 1 | 1 | 1 | 0 |
Tests.FiniteDimensionalItoProcessTests/FiniteDimensionalItoProcess.lean |
test | 1 | 0 | 0 | 0 |
Tests.FiniteDimensionalItoProcessProgressiveTests/FiniteDimensionalItoProcessProgressive.lean |
test | 1 | 0 | 0 | 0 |
Tests.FiniteDimensionalNormBridgeTests/FiniteDimensionalNormBridge.lean |
test | 2 | 0 | 0 | 0 |
Tests.FiniteTimeGridTests/FiniteTimeGrid.lean |
test | 1 | 0 | 0 | 0 |
Tests.GeneratorFunctionalInequalitiesTests/GeneratorFunctionalInequalities.lean |
test | 1 | 0 | 0 | 0 |
Tests.GeodesicConvexityTests/GeodesicConvexity.lean |
test | 1 | 0 | 0 | 0 |
Tests.GlobalCanonicalLocalizerLimitTests/GlobalCanonicalLocalizerLimit.lean |
test | 1 | 0 | 0 | 0 |
Tests.GlobalItoProcessGluingTests/GlobalItoProcessGluing.lean |
test | 1 | 0 | 0 | 0 |
Tests.GlobalItoProcessProgressiveTests/GlobalItoProcessProgressive.lean |
test | 1 | 0 | 0 | 0 |
Tests.GlobalLocalProgressiveL2Tests/GlobalLocalProgressiveL2.lean |
test | 1 | 0 | 0 | 0 |
Tests.GlobalStoppedItoMartingaleTests/GlobalStoppedItoMartingale.lean |
test | 1 | 0 | 0 | 0 |
Tests.GlobalStoppedItoOverlapTests/GlobalStoppedItoOverlap.lean |
test | 1 | 0 | 0 | 0 |
Tests.GlobalStoppedL2OverlapTests/GlobalStoppedL2Overlap.lean |
test | 1 | 0 | 0 | 0 |
Tests.GlobalStoppedProgressiveL2Tests/GlobalStoppedProgressiveL2.lean |
test | 1 | 0 | 0 | 0 |
Tests.ItoHorizonConsistencyTests/ItoHorizonConsistency.lean |
test | 1 | 0 | 0 | 0 |
Tests.ItoHorizonProcessConsistencyTests/ItoHorizonProcessConsistency.lean |
test | 1 | 0 | 0 | 0 |
Tests.ItoIntegralProcessTests/ItoIntegralProcess.lean |
test | 1 | 3 | 3 | 0 |
Tests.ItoIntegralProcessAfterHorizonTests/ItoIntegralProcessAfterHorizon.lean |
test | 1 | 0 | 0 | 0 |
Tests.ItoIntegralProcessCongruenceTests/ItoIntegralProcessCongruence.lean |
test | 1 | 0 | 0 | 0 |
Tests.ItoTerminalCompletionTests/ItoTerminalCompletion.lean |
test | 1 | 0 | 0 | 0 |
Tests.KantorovichDualTests/KantorovichDual.lean |
test | 1 | 0 | 0 | 0 |
Tests.LaggedDyadicApproximationTests/LaggedDyadicApproximation.lean |
test | 1 | 0 | 0 | 0 |
Tests.LaggedDyadicConvergenceTests/LaggedDyadicConvergence.lean |
test | 1 | 0 | 0 | 0 |
Tests.LangevinCarreDuChampTests/LangevinCarreDuChamp.lean |
test | 1 | 0 | 0 | 0 |
Tests.LeftLebesgueAverageTests/LeftLebesgueAverage.lean |
test | 1 | 0 | 0 | 0 |
Tests.LocalProgressiveL2Tests/LocalProgressiveL2.lean |
test | 1 | 0 | 0 | 0 |
Tests.LocalizationTests/Localization.lean |
test | 1 | 0 | 0 | 0 |
Tests.MarkovSemigroupTests/MarkovSemigroup.lean |
test | 1 | 0 | 0 | 0 |
Tests.MartingaleTests/Martingale.lean |
test | 1 | 0 | 0 | 0 |
Tests.MetricCurveTests/MetricCurve.lean |
test | 1 | 0 | 0 | 0 |
Tests.OperatorGeneratorTests/OperatorGenerator.lean |
test | 1 | 1 | 1 | 0 |
Tests.OperatorGeneratorDomainTests/OperatorGeneratorDomain.lean |
test | 1 | 2 | 2 | 0 |
Tests.PrefixIntegralTests/PrefixIntegral.lean |
test | 1 | 0 | 0 | 0 |
Tests.ProgressiveDriftIntegralTests/ProgressiveDriftIntegral.lean |
test | 1 | 0 | 0 | 0 |
Tests.ProgressiveL2Tests/ProgressiveL2.lean |
test | 1 | 0 | 0 | 0 |
Tests.ProgressiveL2AlgebraTests/ProgressiveL2Algebra.lean |
test | 1 | 0 | 0 | 0 |
Tests.ProgressiveL2DensityTests/ProgressiveL2Density.lean |
test | 1 | 0 | 0 | 0 |
Tests.ProgressiveL2HorizonExtensionTests/ProgressiveL2HorizonExtension.lean |
test | 1 | 0 | 0 | 0 |
Tests.ProgressiveL2StoppingTests/ProgressiveL2Stopping.lean |
test | 1 | 0 | 0 | 0 |
Tests.ProgressiveL2TruncationTests/ProgressiveL2Truncation.lean |
test | 1 | 0 | 0 | 0 |
Tests.RandomStoppingBoundaryTests/RandomStoppingBoundary.lean |
test | 1 | 0 | 0 | 0 |
Tests.RandomStoppingDyadicApproxTests/RandomStoppingDyadicApprox.lean |
test | 1 | 0 | 0 | 0 |
Tests.RandomStoppingGeneralItoTests/RandomStoppingGeneralIto.lean |
test | 1 | 0 | 0 | 0 |
Tests.RandomStoppingIntegrandLimitTests/RandomStoppingIntegrandLimit.lean |
test | 1 | 0 | 0 | 0 |
Tests.RandomStoppingItoTerminalTests/RandomStoppingItoTerminal.lean |
test | 1 | 0 | 0 | 0 |
Tests.RandomStoppingL2ContractionTests/RandomStoppingL2Contraction.lean |
test | 1 | 0 | 0 | 0 |
Tests.RandomStoppingL2ConvergenceTests/RandomStoppingL2Convergence.lean |
test | 1 | 0 | 0 | 0 |
Tests.RandomStoppingProcessApproxTests/RandomStoppingProcessApprox.lean |
test | 1 | 0 | 0 | 0 |
Tests.RandomStoppingProcessConsistencyTests/RandomStoppingProcessConsistency.lean |
test | 1 | 0 | 0 | 0 |
Tests.RandomStoppingProgressiveL2Tests/RandomStoppingProgressiveL2.lean |
test | 1 | 0 | 0 | 0 |
Tests.ReversibilityTests/Reversibility.lean |
test | 1 | 1 | 1 | 0 |
Tests.SampleWikiExampleCasesTests/SampleWikiExampleCases.lean |
test | 1 | 0 | 0 | 0 |
Tests.SampledElementaryApproximationTests/SampledElementaryApproximation.lean |
test | 1 | 0 | 0 | 0 |
Tests.SemigroupDecayTests/SemigroupDecay.lean |
test | 1 | 1 | 1 | 0 |
Tests.StoppingGraphNullTests/StoppingGraphNull.lean |
test | 1 | 0 | 0 | 0 |
Tests.StoppingTimeTests/StoppingTime.lean |
test | 1 | 0 | 0 | 0 |
Tests.TimeMeasureRealBridgeTests/TimeMeasureRealBridge.lean |
test | 1 | 0 | 0 | 0 |
Tests.TransportTests/Transport.lean |
test | 1 | 0 | 0 | 0 |
Tests.VectorBrownianFiltrationTests/VectorBrownianFiltration.lean |
test | 1 | 0 | 0 | 0 |
Tests.WassersteinSpaceTests/WassersteinSpace.lean |
test | 1 | 0 | 0 | 0 |