Map is Pheno Constrained
SuperSymmetry.SU5.ChargeSpectrum.map_isPhenoConstrained
Project documentation
Given an additive monoid homomorphisms f : ๐ฉ โ+ ๐ฉ1, for a charge x : Charges ๐ฉ, x.map f is the charge of Charges ๐ฉ1 obtained by mapping the elements of x by f. -/ def map (f : ๐ฉ โ+ ๐ฉ1) (x : ChargeSpectrum ๐ฉ) : ChargeSpectrum ๐ฉ1 where qHd := f <> x.qHu Q5 := x.Q5.image f Q10 := x.Q10.image f /- ### A.1. Mapping the e...
Exact Lean statement
lemma map_isPhenoConstrained (f : ๐ฉ โ+ ๐ฉ1) {x : ChargeSpectrum ๐ฉ}
(h : x.IsPhenoConstrained) : (map f x).IsPhenoConstrainedFormal artifact
Lean source
lemma map_isPhenoConstrained (f : ๐ฉ โ+ ๐ฉ1) {x : ChargeSpectrum ๐ฉ} (h : x.IsPhenoConstrained) : (map f x).IsPhenoConstrained := by simp [IsPhenoConstrained] at โข h rcases h with h | h | h | h | h | h | h | h ยท exact Or.inl (map_allowsTerm h) ยท exact Or.inr (Or.inl (map_allowsTerm h)) ยท exact Or.inr (Or.inr (Or.inl (map_allowsTerm h))) ยท exact Or.inr (Or.inr (Or.inr (Or.inl (map_allowsTerm h)))) ยท exact Or.inr (Or.inr (Or.inr (Or.inr (Or.inl (map_allowsTerm h))))) ยท exact Or.inr (Or.inr (Or.inr (Or.inr (Or.inr (Or.inl (map_allowsTerm h)))))) ยท exact Or.inr (Or.inr (Or.inr (Or.inr (Or.inr (Or.inr (Or.inl (map_allowsTerm h))))))) ยท exact Or.inr (Or.inr (Or.inr (Or.inr (Or.inr (Or.inr (Or.inr ((map_allowsTerm h))))))))- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/Particles/SuperSymmetry/SU5/ChargeSpectrum/Map.lean:276-287
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.