All proofs
Project-declaredLean 4.32.0 ยท mathlib@81a5d257c8e4

Contains Pheno Completions Of Minimally Allows iff completions Top Yukawa

SuperSymmetry.SU5.ChargeSpectrum.containsPhenoCompletionsOfMinimallyAllows_iff_completionsTopYukawa

Project documentation

The proposition that for multiset set of charges charges contains all viable completions of charges which allow the top Yukawa, given allowed values of 5d and 10d charges S5 and S10. -/ def ContainsPhenoCompletionsOfMinimallyAllows (S5 S10 : Finset ๐“ฉ) (charges : Multiset (ChargeSpectrum ๐“ฉ)) : Prop := โˆ€ x โˆˆ (minimallyAllowsTermsOfFinset S5 S10...

Exact Lean statement

lemma containsPhenoCompletionsOfMinimallyAllows_iff_completionsTopYukawa {S5 S10 : Finset ๐“ฉ}
    {charges : Multiset (ChargeSpectrum ๐“ฉ)} :
    ContainsPhenoCompletionsOfMinimallyAllows S5 S10 charges โ†”
    โˆ€ x โˆˆ (minimallyAllowsTermsOfFinset S5 S10 topYukawa),
    โˆ€ y โˆˆ completionsTopYukawa S5 x, ยฌ y.IsPhenoConstrained
      โˆง ยฌ y.YukawaGeneratesDangerousAtLevel 1 โ†’ y โˆˆ charges

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma containsPhenoCompletionsOfMinimallyAllows_iff_completionsTopYukawa {S5 S10 : Finset ๐“ฉ}    {charges : Multiset (ChargeSpectrum ๐“ฉ)} :    ContainsPhenoCompletionsOfMinimallyAllows S5 S10 charges โ†”    โˆ€ x โˆˆ (minimallyAllowsTermsOfFinset S5 S10 topYukawa),    โˆ€ y โˆˆ completionsTopYukawa S5 x, ยฌ y.IsPhenoConstrained      โˆง ยฌ y.YukawaGeneratesDangerousAtLevel 1 โ†’ y โˆˆ charges := by  rw [ContainsPhenoCompletionsOfMinimallyAllows]  have h1 (x : ChargeSpectrum ๐“ฉ) (hx : x โˆˆ (minimallyAllowsTermsOfFinset S5 S10 topYukawa)) :    ยฌ x.IsPhenoConstrained โ†” True := by    simp only [iff_true]    exact not_isPhenoConstrained_of_minimallyAllowsTermsOfFinset_topYukawa hx  conv_lhs =>    enter [x, hx]    rw [completions_eq_completionsTopYukawa_of_mem_minimallyAllowsTermsOfFinset x hx]    rw [h1 x hx]  simp
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/Particles/SuperSymmetry/SU5/ChargeSpectrum/PhenoClosed.lean:170-185

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

Project-declaredLean 4.32.0

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.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

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.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record