Minimally Allows Term Of Finset subset of subset
SuperSymmetry.SU5.ChargeSpectrum.minimallyAllowsTermOfFinset_subset_of_subset
Project documentation
The multiset of all charges within ofFinset S5 S10 which minimally allow the potential term T. -/ def minimallyAllowsTermsOfFinset (S5 S10 : Finset ๐ฉ) : (T : PotentialTerm) โ Multiset (ChargeSpectrum ๐ฉ) | ฮผ => let SqHd := S5.val let SqHu := S5.val let prod := SqHd รหข (SqHu) let Filt := prod.filter (fun x => - x.1 + x.2 = 0) (Filt.map (fun x => โจx.1,...
Exact Lean statement
lemma minimallyAllowsTermOfFinset_subset_of_subset {S5 S5' S10 S10' : Finset ๐ฉ} {T : PotentialTerm}
(h5 : S5' โ S5) (h10 : S10' โ S10) :
minimallyAllowsTermsOfFinset S5' S10' T โ minimallyAllowsTermsOfFinset S5 S10 TFormal artifact
Lean source
lemma minimallyAllowsTermOfFinset_subset_of_subset {S5 S5' S10 S10' : Finset ๐ฉ} {T : PotentialTerm} (h5 : S5' โ S5) (h10 : S10' โ S10) : minimallyAllowsTermsOfFinset S5' S10' T โ minimallyAllowsTermsOfFinset S5 S10 T := by intro x hx have h1 : x โ ofFinset S5' S10' := mem_ofFinset_of_mem_minimallyAllowsTermOfFinset hx rw [โ minimallyAllowsTerm_iff_mem_minimallyAllowsTermOfFinset (ofFinset_subset_of_subset h5 h10 h1)] exact (minimallyAllowsTerm_iff_mem_minimallyAllowsTermOfFinset h1).mpr hx- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/Particles/SuperSymmetry/SU5/ChargeSpectrum/MinimallyAllowsTerm/OfFinset.lean:539-546
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.