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 187 research declarations. Search 10,000 more complete Mathlib declarations.

1 topic

187 results

Clear filters
Project-declaredLean 4.32.0

Space fderiv of inner product wave eq space fderiv

ClassicalMechanics.space_fderiv_of_inner_product_wave_eq_space_fderiv

Plain-language statement

If f₀ is a function of (inner ℝ x s - c * t), the fderiv of its components with respect to spatial coordinates is equal to the corresponding component of the propagation direction s times time derivative.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.8.0

Cost bind

Comp.cost_bind

Plain-language statement

The cost of f >>= g is roughly f.cost + g.cost

probabilitycomplexity theoryinteractive protocols

Source project: debate

Person-level attribution pending.

View proof record
Project-declaredLean 4.8.0

Cost query

Comp.cost_query'

Plain-language statement

query' costs one query, plus the rest

probabilitycomplexity theoryinteractive protocols

Source project: debate

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

To Poly div By Monic

CompPoly.CPolynomial.toPoly_divByMonic

Project documentation

Construct a canonical polynomial from a coefficient function Fin n → R. The coefficients are stored in an array (index i gives the coefficient of X^i) and then trimmed to remove trailing zeros. -/ def ofFn [Zero R] [BEq R] [LawfulBEq R] {n : ℕ} (f : Fin n → R) : CPolynomial R := ⟨(Raw.mk (Array.ofFn f)).trim, Raw.Trim.isCanonical_trim _⟩ section Div...

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Energy Eigenstate orthogonal

CondensedMatter.TightBindingChain.energyEigenstate_orthogonal

Plain-language 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

Plain-language statement

The energy eigenstates satisfy the time-independent Schrodinger equation.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record