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

Hamiltonian hermitian

CondensedMatter.TightBindingChain.hamiltonian_hermitian

Plain-language 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
Project-declaredLean 4.32.0

Quanta Wave Number subset brillouin Zone

CondensedMatter.TightBindingChain.quantaWaveNumber_subset_brillouinZone

Plain-language statement

The quantized wavenumbers form a subset of the BrillouinZone.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Conj T conj T

ConjTensorSpecies.conjT_conjT

Plain-language statement

Conjugation is an involution: conjugating twice returns the original tensor, up to the bar_involution recolouring (the identity permutation permT).

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Conj T contr T

ConjTensorSpecies.conjT_contrT

Plain-language statement

Conjugation commutes with contraction: conjugating a contracted tensor equals contracting the conjugate on the bar-images of the same two slots.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0-rc1

Continuous of Path

Continuous.ofPath

Plain-language statement

Loop.ofPath is continuous, general version.

topologydifferential geometryhomotopy

Source project: Sphere eversion

Person-level attribution pending.

View proof record