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
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
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.
Source project: Physlib
Person-level attribution pending.
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.
Source project: Physlib
Person-level attribution pending.
Deriv Within mean Energy Beta eq neg variance
CanonicalEnsemble.derivWithin_meanEnergy_Beta_eq_neg_variance
Plain-language statement
(∂U/∂β) = -Var(E) for finite systems.
Source project: Physlib
Person-level attribution pending.