Skip to main content

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 curated research declarations and 119,070 complete package declarations. Search 10,000 more complete Mathlib declarations.

All topics

Showing 1,579 to 1,584 of 2,569 results.

Project-declaredLean 4.32.0

Variance eq norm sq sub expected Value sq

LinearPMap.variance_eq_norm_sq_sub_expectedValue_sq

Mathematical statement

For symmetric T and ‖ψ‖ = 1, variance equals ‖Tψ‖ ^ 2 - ⟨T⟩_ψ ^ 2.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Variance eq zero iff is Eigenvector

LinearPMap.variance_eq_zero_iff_isEigenvector

Mathematical statement

For ‖ψ‖ = 1, zero variance iff ψ is an eigenvector with eigenvalue ⟨T⟩_ψ.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Is MCA projected Generator of is MCA

LinearTransformations.isMCA_projectedGenerator_of_isMCA

Mathematical statement

If the MCA condition IsMCA holds for a projected generator, then IsMCA holds for the original generator G with the zero-extension defined above.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Lintegral enorm carleson Sum le of is Antichain subset ℭ

lintegral_enorm_carlesonSum_le_of_isAntichain_subset_ℭ

Mathematical statement

Let A\mathfrak A be an antichain contained in the tile class C(k,n)\mathfrak C(k,n), and let ff be measurable with f(x)1F(x)\lVert f(x)\rVert\le\mathbf 1_F(x). On GGG\setminus G', the Carleson sum over the selected positive tiles in A\mathfrak A has an L1L^1 bound with exponential decay in the layer index nn:

GG+ ⁣CarlesonSumf(x)dxC(a,q)μ(G)11/qμ(F)1/q2((q1)/(8a4))n.\int_{G\setminus G'}^+\!\lVert\operatorname{CarlesonSum}f(x)\rVert\,dx\le C(a,q)\,\mu(G)^{1-1/q}\mu(F)^{1/q}\,2^{-((q-1)/(8a^4))n}.

harmonic analysisFourier analysismeasure theory

Source project: Carleson formalization

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Lipschitz On With of i Lip ENorm ne top

LipschitzOnWith.of_iLipENorm_ne_top

Mathematical statement

If the project’s inhomogeneous Lipschitz norm of φ\varphi on the ball B(z,R)B(z,R) is finite, then φ\varphi is Lipschitz on that ball. A valid Lipschitz constant is the finite normalized norm divided by RR.

harmonic analysisFourier analysismeasure theory

Source project: Carleson formalization

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Canonicalize id filter

List.canonicalize_id_filter

Mathematical statement

Illustration that equiv_implies_canonical_eq does not hold for all functions f -- in particular, does not hold for Prod.fst. (One canonicalize produces [(1, false)], and the other produces [(1, true)].) -/ example : xs = [(1, false), (1, true)] → ys = [(1, true), (1, false)] → xs ≡ ys ∧ (canonicalize Prod.fst xs) ≠ (canonicalize Prod.fst ys) :...

authorizationprogram verificationsemantics

Source project: Cedar Specification

Person-level attribution pending.

View proof record