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 529 to 534 of 2,569 results.

Project-declaredLean 4.32.1

Computable Pred iff decoded pred

ComputablePred.iff_decoded_pred

Mathematical statement

Computability of a predicate on a Primcodable type is equivalent to the computability of the corresponding predicate on obtained by decoding.

formal logicmetatheoryproof theory

Source project: Foundation

Person-level attribution pending.

View proof record
Project-declaredLean 4.33.0-rc1

Cond multi Dist chain Rule

cond_multiDist_chainRule

Mathematical statement

A chain rule for conditional multidistance. Let π:GH\pi:G\to H be a homomorphism, and suppose the pairs (Xi,Yi)(X_i,Y_i) are independent across the finite index set. Then D[XY]=D[X(πX,Y)]+D[πXY]+I ⁣[iXi:(πXi)i|(π ⁣(iXi),(Yi)i)].D[X\mid Y]=D[X\mid(\pi X,Y)]+D[\pi X\mid Y]+I\!\left[\sum_iX_i:(\pi X_i)_i\,\middle|\,\left(\pi\!\left(\sum_iX_i\right),(Y_i)_i\right)\right]. The first term measures the remaining fiberwise multidistance after adjoining each image π(Xi)\pi(X_i) to its conditioning data.

additive combinatoricsentropyprobability

Source project: Polynomial Freiman-Ruzsa project

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Energy Eigenstate orthogonal

CondensedMatter.TightBindingChain.energyEigenstate_orthogonal

Mathematical statement

The energy eigenstates of the tight binding chain are orthogonal. This is a fundamental quantum mechanical result: eigenstates of a Hermitian operator (the Hamiltonian) with distinct eigenvalues are orthogonal. Here we prove it directly using the periodic boundary conditions which quantize the wavenumbers. The key physical insight is that different wavenu...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Hamiltonian energy Eigenstate

CondensedMatter.TightBindingChain.hamiltonian_energyEigenstate

Mathematical statement

The energy eigenstates satisfy the time-independent Schrodinger equation.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Hamiltonian hermitian

CondensedMatter.TightBindingChain.hamiltonian_hermitian

Mathematical statement

The hamiltonian of the tight binding chain is hermitian.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Quanta Wave Number exp N

CondensedMatter.TightBindingChain.quantaWaveNumber_exp_N

Project documentation

The quantized wavenumbers form a subset of the BrillouinZone. -/ lemma quantaWaveNumber_subset_brillouinZone : T.QuantaWaveNumber ⊆ T.BrillouinZone := by rintro _ ⟨n, rfl⟩ have hT := T.a_pos have hNpos : 0 < T.N := lt_of_le_of_lt (Nat.zero_le _) n.isLt simp only [BrillouinZone, Set.mem_Ico] generalize T.N = x at * generalize T.a = a at * have hx : (0 :...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record