Of Potential Term subset of Potential Term
SuperSymmetry.SU5.ChargeSpectrum.ofPotentialTerm_subset_ofPotentialTerm'
Project documentation
Given a charges x : ChargeSpectrum associated to the representations, and a potential term T, the charges associated with instances of that potential term. This is a more explicit form of PotentialTerm, which has the benefit that it is quick with decide, but it is not defined based on more fundamental concepts, like ofPotentialTerm is. -/ def of...
Exact Lean statement
lemma ofPotentialTerm_subset_ofPotentialTerm' {x : ChargeSpectrum 𝓩} (T : PotentialTerm) :
x.ofPotentialTerm T ⊆ x.ofPotentialTerm' TFormal artifact
Lean source
lemma ofPotentialTerm_subset_ofPotentialTerm' {x : ChargeSpectrum 𝓩} (T : PotentialTerm) : x.ofPotentialTerm T ⊆ x.ofPotentialTerm' T := by refine Multiset.subset_iff.mpr (fun n h => ?_) simp [ofPotentialTerm] at h cases T all_goals simp [PotentialTerm.toFieldLabel, -existsAndEq] at h obtain ⟨f1, f2, ⟨⟨f3, f4, ⟨h3, f4_mem⟩, rfl⟩, f2_mem⟩, f1_add_f2_eq_zero⟩ := h case' μ | β => obtain ⟨rfl⟩ := h3 case' Λ | W1 | W2 | W3 | W4 | K1 | K2 | topYukawa | bottomYukawa => obtain ⟨f5, f6, ⟨h4, f6_mem⟩, rfl⟩ := h3 case' Λ | K1 | K2 | topYukawa | bottomYukawa => obtain ⟨rfl⟩ := h4 case' W1 | W2 | W3 | W4 => obtain ⟨f7, f8, ⟨rfl, f8_mem⟩, rfl⟩ := h4 all_goals try simp [ofPotentialTerm'_W2_finset, ofPotentialTerm'_W3_finset, ofPotentialTerm'_β_finset, ofPotentialTerm'_μ_finset, ofPotentialTerm'_W4_finset, ofPotentialTerm'_K2_finset, ofPotentialTerm'_topYukawa_finset, ofPotentialTerm'_bottomYukawa_finset] try simp [ofPotentialTerm', -existsAndEq] simp_all [ofFieldLabel, -existsAndEq] case' W1 => use f2, f4, f6, f8 case' W2 => use f2, f4, f6, f8 case' W3 => use (-f2), f6, f8 case' W4 => use f6, (-f4), f8 case' K1 => use (-f2), f4, f6 case' K2 => use f4, f6, f2 case' Λ => use f4, f6, f2 case' topYukawa => use (-f2), f4, f6 case' bottomYukawa => use f2, f4, f6 case' β => use (-f4), f2 all_goals simp_all all_goals rw [← f1_add_f2_eq_zero] abel- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/Particles/SuperSymmetry/SU5/ChargeSpectrum/OfPotentialTerm.lean:270-303
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.