Source-pinned research

Research proof index

Search theorem names, mathematical ideas, modules, topics, projects, and role-labelled researchers. Open a result for its complete indexed Lean declaration and source record.

This index contains 2,569 research declarations. Search 10,000 more complete Mathlib declarations.

All topics

2569 results

Project-declaredLean 4.32.0

Tmp

BrunTitchmarsh.tmp

Plain-language statement

An explicit upper bound for the number of primes below NN: {p<N:p is prime}4NlogN+6N(1+12logN)3.|\{p<N:p\text{ is prime}\}|\le \frac{4N}{\log N}+6\sqrt N\left(1+\frac12\log N\right)^3. The formal statement also covers the small values of NN using Lean's totalized real operations.

analytic number theoryprime numbersasymptotics

Source project: Prime Number Theorem and More

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

CA split rowwise implies CA

CA_split_rowwise_implies_CA

Plain-language statement

NOTE: This could be generalized to 2 * N instead of 2 ^ (ϑ + 1). Also, this can be proved for instead of .

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Run' simulate Q eq

cachingLoggingOracle.run'_simulateQ_eq

Plain-language statement

Output-only projection corollary of fst_map_run_simulateQ.

program verificationseparation logiccryptography

Source project: VCVio

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Differential Entropy eq k B beta mean Energy add k B log math Z

CanonicalEnsemble.differentialEntropy_eq_kB_beta_meanEnergy_add_kB_log_mathZ

Plain-language statement

General identity: S_diff = kB β ⟨E⟩ + kB log Z_math. This connects the differential entropy to the mean energy and the mathematical partition function. Integrability of log (probability …) follows from the pointwise formula.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Differential Entropy nonneg of prob le one

CanonicalEnsemble.differentialEntropy_nonneg_of_prob_le_one

Plain-language statement

General entropy non-negativity under a pointwise upper bound probability ≤ 1. This assumption holds automatically in the finite/counting case (since sums bound each term), but can fail in general (continuous) settings; hence we separate it as a hypothesis. Finite case: see CanonicalEnsemble.entropy_nonneg in Finite.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record