Complete Min Subset subset iff contains Pheno Completions Of Minimally Allows
SuperSymmetry.SU5.ChargeSpectrum.completeMinSubset_subset_iff_containsPhenoCompletionsOfMinimallyAllows
Project documentation
For a given S5 S10 : Finset 𝓩, the minimal multiset of charges which satisfies the condition ContainsPhenoCompletionsOfMinimallyAllows. That is to say, every multiset of charges which satisfies ContainsPhenoCompletionsOfMinimallyAllows has completeMinSubset as a subset. -/ def completeMinSubset (S5 S10 : Finset 𝓩) : Multiset (ChargeSpectrum 𝓩)...
Exact Lean statement
lemma completeMinSubset_subset_iff_containsPhenoCompletionsOfMinimallyAllows
(S5 S10 : Finset 𝓩) (charges : Multiset (ChargeSpectrum 𝓩)) :
completeMinSubset S5 S10 ⊆ charges ↔
ContainsPhenoCompletionsOfMinimallyAllows S5 S10 chargesFormal artifact
Lean source
lemma completeMinSubset_subset_iff_containsPhenoCompletionsOfMinimallyAllows (S5 S10 : Finset 𝓩) (charges : Multiset (ChargeSpectrum 𝓩)) : completeMinSubset S5 S10 ⊆ charges ↔ ContainsPhenoCompletionsOfMinimallyAllows S5 S10 charges := by constructor · intro h rw [containsPhenoCompletionsOfMinimallyAllows_iff_completionsTopYukawa] rw [Multiset.subset_iff] at h intro x hx y hy1 hy2 apply h simp [completeMinSubset] simp_all use x · intro h y hy simp [completeMinSubset] at hy obtain ⟨⟨x, hx, hyx⟩, hy2⟩ := hy rw [containsPhenoCompletionsOfMinimallyAllows_iff_completionsTopYukawa] at h exact h x hx y hyx hy2- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/Particles/SuperSymmetry/SU5/ChargeSpectrum/PhenoClosed.lean:243-260
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.