All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Map of Field Label

SuperSymmetry.SU5.ChargeSpectrum.map_ofFieldLabel

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.qHdqHu:=f<> x.qHd qHu := f <> x.qHu Q5 := x.Q5.image f Q10 := x.Q10.image f /- ### A.1. Mapping the e...

Exact Lean statement

lemma map_ofFieldLabel (f : 𝓩 →+ 𝓩1) (x : ChargeSpectrum 𝓩) (F : FieldLabel) :
    ofFieldLabel (map f x) F = (ofFieldLabel x F).image f

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma map_ofFieldLabel (f : 𝓩 →+ 𝓩1) (x : ChargeSpectrum 𝓩) (F : FieldLabel) :    ofFieldLabel (map f x) F = (ofFieldLabel x F).image f := by  simp [ofFieldLabel, map]  match x with  | qHd, qHu, Q5, Q10 =>  fin_cases F  all_goals simp  case «0» | «1» =>    match qHu with    | some a => simp    | none => simp  case «2» | «3» =>    match qHd with    | some a => simp    | none => simp  · trans (Finset.image (⇑f) Q5).image Neg.neg    · ext a      simp    · rw [Finset.image_image]      symm      trans Finset.image (⇑f ∘ Neg.neg) (Q5)      · ext a        simp      congr 1      funext a      simp
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/Particles/SuperSymmetry/SU5/ChargeSpectrum/Map.lean:135-160

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