Map of Yukawa Terms NSum to Finset
SuperSymmetry.SU5.ChargeSpectrum.map_ofYukawaTermsNSum_toFinset
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_ofYukawaTermsNSum_toFinset {f : 𝓩 →+ 𝓩1} {x : ChargeSpectrum 𝓩} {n : ℕ}:
((map f x).ofYukawaTermsNSum n).toFinset = (x.ofYukawaTermsNSum n).toFinset.image fFormal artifact
Lean source
lemma map_ofYukawaTermsNSum_toFinset {f : 𝓩 →+ 𝓩1} {x : ChargeSpectrum 𝓩} {n : ℕ}: ((map f x).ofYukawaTermsNSum n).toFinset = (x.ofYukawaTermsNSum n).toFinset.image f:= by induction n with | zero => simp [ofYukawaTermsNSum] | succ n ih => simp [ofYukawaTermsNSum] rw [Finset.image_union] congr 1 ext i simp only [Multiset.mem_toFinset, Multiset.mem_bind, Multiset.mem_map, Finset.mem_image, exists_exists_and_exists_and_eq_and, map_add] constructor · intro h obtain ⟨a, a_mem, b, b_mem, h⟩ := h have a_mem' : a ∈ ((map f x).ofYukawaTermsNSum n).toFinset := by simpa using a_mem rw [ih] at a_mem' rw [mem_map_ofYukawaTerms_iff] at b_mem simp at a_mem' b_mem obtain ⟨a, a_mem', rfl⟩ := a_mem' obtain ⟨b, b_mem', rfl⟩ := b_mem exact ⟨a, a_mem', b, b_mem', h⟩ · intro h obtain ⟨a, a_mem, b, b_mem, h⟩ := h use f a apply And.intro · rw [← Multiset.mem_toFinset, ih] simp only [Finset.mem_image, Multiset.mem_toFinset] use a use f b apply And.intro · rw [mem_map_ofYukawaTerms_iff] simp only [Multiset.mem_map] use b exact h- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/Particles/SuperSymmetry/SU5/ChargeSpectrum/Map.lean:332-365
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.