All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Quanta Wave Number subset brillouin Zone

CondensedMatter.TightBindingChain.quantaWaveNumber_subset_brillouinZone

Plain-language statement

The quantized wavenumbers form a subset of the BrillouinZone.

Exact Lean statement

lemma quantaWaveNumber_subset_brillouinZone : T.QuantaWaveNumber ⊆ T.BrillouinZone

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
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 : ) < x := by exact_mod_cast hNpos  have hn : (n : ) + 1  x := by exact_mod_cast n.isLt  have hn0 : (0 : )  n := by positivity  have hx2 : 2 * ((x / 2 : ) : )  x := by exact_mod_cast (by omega : 2 * (x / 2)  x)  have hx2' : (x : )  2 * ((x / 2 : ) : ) + 1 := by    exact_mod_cast (by omega : x  2 * (x / 2) + 1)  refine ?_, ?_  · rw [div_mul_eq_mul_div, div_le_div_iff₀ hT (mul_pos hT hx)]    nlinarith [hx2, hn0, mul_pos Real.pi_pos hT]  · rw [div_mul_eq_mul_div, div_lt_div_iff₀ (mul_pos hT hx) hT]    nlinarith [hn, hx2', mul_pos Real.pi_pos hT]
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/CondensedMatter/TightBindingChain/Basic.lean:304-321

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