All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

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 :...

Exact Lean statement

lemma quantaWaveNumber_exp_N (n : ℕ) (k : T.QuantaWaveNumber) :
    Complex.exp (Complex.I * k * n * T.N * T.a) = 1

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma quantaWaveNumber_exp_N (n : ) (k : T.QuantaWaveNumber) :    Complex.exp (Complex.I * k * n * T.N * T.a) = 1 := by  refine Complex.exp_eq_one_iff.mpr ?_  obtain _, m, rfl := k  use ((m : Int) - (T.N / 2 : )) * (n : )  have hpp : (T.N : ℂ)  0 := by simp [Ne.symm (NeZero.ne' T.N)]  have hT' : (T.a : ℂ)  0 := Complex.ne_zero_of_re_pos T.a_pos  simp only [Complex.ofReal_mul, Complex.ofReal_div, Complex.ofReal_ofNat, Complex.ofReal_natCast,    Complex.ofReal_sub, Int.cast_mul, Int.cast_sub, Int.cast_natCast]  field_simp
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/CondensedMatter/TightBindingChain/Basic.lean:329-338

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

Project-declaredLean 4.32.0

Adiabatic relation log

adiabatic_relation_log

Plain-language statement

Adiabatic relation in logarithmic form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then c * log (Ua/Ub) + log (Va/Vb) = 0.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Adiabatic relation Ua Ub Va Vb

adiabatic_relation_UaUbVaVb

Plain-language statement

Adiabatic relation in product form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then (Ua/Ub)^c * (Va/Vb) = 1.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record