Mass Metric Val is Von NBounded
ClassicalMechanics.HarmonicOscillator.massMetricVal_isVonNBounded
Plain-language statement
The mass metric unit ball is bounded in the model norm.
Exact Lean statement
lemma massMetricVal_isVonNBounded
(S : HarmonicOscillator) (q : ConfigurationSpace) :
IsVonNBounded β
{v : TangentSpace π(β, EuclideanSpace β (Fin 1)) q | massMetricVal S q v v < 1}Formal artifact
Lean source
lemma massMetricVal_isVonNBounded (S : HarmonicOscillator) (q : ConfigurationSpace) : IsVonNBounded β {v : TangentSpace π(β, EuclideanSpace β (Fin 1)) q | massMetricVal S q v v < 1} := by change IsVonNBounded β {v : EuclideanSpace β (Fin 1) | S.m * βͺv, vβ«_β < 1} rw [NormedSpace.isVonNBounded_iff'] refine β¨Real.sqrt (1 / S.m), ?_β© intro v hv have hv' : S.m * βͺv, vβ«_β < 1 := by simpa using hv rw [real_inner_self_eq_norm_sq] at hv' have hmul : S.m * βvβ ^ 2 < 1 := hv' have hsq_le : βvβ ^ 2 β€ 1 / S.m := by have hsq_lt : βvβ ^ 2 < 1 / S.m := by rw [lt_div_iffβ S.m_pos] nlinarith [hmul] exact hsq_lt.le exact Real.le_sqrt_of_sq_le hsq_le- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/ClassicalMechanics/HarmonicOscillator/Geometric/KineticEnergy.lean:112-129
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.