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

Map lift Charge

FTheory.SU5.FiveQuanta.map_liftCharge

Project documentation

Given a finite set of charges c the FiveQuanta which do not have exotics, duplicate charges or zero fluxes, which map down to c. -/ def liftCharge (c : Finset ๐“ฉ) : Multiset (FiveQuanta ๐“ฉ) := /- The multisets of cardinality 3 containing 3 elements of c. -/ let S53 : Multiset (Multiset ๐“ฉ) := toMultisetsThree c /- Pairs of multisets (s1, s2) such...

Exact Lean statement

lemma map_liftCharge {๐“ฉ ๐“ฉ1 : Type}[DecidableEq ๐“ฉ] [DecidableEq ๐“ฉ1] [CommRing ๐“ฉ] [CommRing ๐“ฉ1]
    (f : ๐“ฉ โ†’+* ๐“ฉ1) (c : Finset ๐“ฉ) (F : FiveQuanta ๐“ฉ) (h : F โˆˆ liftCharge c) :
    FiveQuanta.reduce (F.map fun y => (f y.1, y.2)) โˆˆ liftCharge (c.image f)

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma map_liftCharge {๐“ฉ ๐“ฉ1 : Type}[DecidableEq ๐“ฉ] [DecidableEq ๐“ฉ1] [CommRing ๐“ฉ] [CommRing ๐“ฉ1]    (f : ๐“ฉ โ†’+* ๐“ฉ1) (c : Finset ๐“ฉ) (F : FiveQuanta ๐“ฉ) (h : F โˆˆ liftCharge c) :    FiveQuanta.reduce (F.map fun y => (f y.1, y.2)) โˆˆ liftCharge (c.image f) := by  rw [mem_liftCharge_iff] at h โŠข  refine โŸจ?_, ?_, ?_โŸฉ  ยท apply reduce_mem_elemsNoExotics    simpa [toFluxesFive, Multiset.map_map] using h.1  ยท rw [reduce_toCharges]    simp [โ† h.2.1, โ† Multiset.toFinset_map, toCharges]  ยท simp [reduce_toCharges]
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/StringTheory/FTheory/SU5/Quanta/FiveQuanta.lean:880-889

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