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

Map is Pheno Constrained

SuperSymmetry.SU5.ChargeSpectrum.map_isPhenoConstrained

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_isPhenoConstrained (f : ๐“ฉ โ†’+ ๐“ฉ1) {x : ChargeSpectrum ๐“ฉ}
    (h : x.IsPhenoConstrained) : (map f x).IsPhenoConstrained

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma map_isPhenoConstrained (f : ๐“ฉ โ†’+ ๐“ฉ1) {x : ChargeSpectrum ๐“ฉ}    (h : x.IsPhenoConstrained) : (map f x).IsPhenoConstrained := by  simp [IsPhenoConstrained] at โŠข h  rcases h with h | h | h | h | h | h | h | h  ยท exact Or.inl (map_allowsTerm h)  ยท exact Or.inr (Or.inl (map_allowsTerm h))  ยท exact Or.inr (Or.inr (Or.inl (map_allowsTerm h)))  ยท exact Or.inr (Or.inr (Or.inr (Or.inl (map_allowsTerm h))))  ยท exact Or.inr (Or.inr (Or.inr (Or.inr (Or.inl (map_allowsTerm h)))))  ยท exact Or.inr (Or.inr (Or.inr (Or.inr (Or.inr (Or.inl (map_allowsTerm h))))))  ยท exact Or.inr (Or.inr (Or.inr (Or.inr (Or.inr (Or.inr (Or.inl (map_allowsTerm h)))))))  ยท exact Or.inr (Or.inr (Or.inr (Or.inr (Or.inr (Or.inr (Or.inr ((map_allowsTerm h))))))))
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/Particles/SuperSymmetry/SU5/ChargeSpectrum/Map.lean:276-287

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