Map lift Charge
FTheory.SU5.TenQuanta.map_liftCharge
Project documentation
Given a finite set of charges c the TenQuanta which do not have exotics, duplicate charges or zero fluxes, which map down to c. This is defined to be as efficient as possible. -/ def liftCharge (c : Finset ๐ฉ) : Multiset (TenQuanta ๐ฉ) := /- The {(1, 0), (1, 0), (1, 0)} case. -/ /- The multisets of cardinality 3 containing 3 elements of c. -/ let...
Exact Lean statement
lemma map_liftCharge {๐ฉ ๐ฉ1 : Type}[DecidableEq ๐ฉ] [DecidableEq ๐ฉ1] [CommRing ๐ฉ] [CommRing ๐ฉ1]
(f : ๐ฉ โ+* ๐ฉ1) (c : Finset ๐ฉ) (F : TenQuanta ๐ฉ) (h : F โ liftCharge c) :
TenQuanta.reduce (F.map fun y => (f y.1, y.2)) โ liftCharge (c.image f)Formal artifact
Lean source
lemma map_liftCharge {๐ฉ ๐ฉ1 : Type}[DecidableEq ๐ฉ] [DecidableEq ๐ฉ1] [CommRing ๐ฉ] [CommRing ๐ฉ1] (f : ๐ฉ โ+* ๐ฉ1) (c : Finset ๐ฉ) (F : TenQuanta ๐ฉ) (h : F โ liftCharge c) : TenQuanta.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 [toFluxesTen, Multiset.map_map] using h.1 ยท rw [reduce_toCharges] simp [โ h.2.1, โ Multiset.toFinset_map, toCharges] ยท rw [reduce_toCharges] exact Multiset.nodup_dedup (toCharges (Multiset.map (fun y => (f y.1, y.2)) F))- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/StringTheory/FTheory/SU5/Quanta/TenQuanta.lean:1022-1032
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.