To Charges to Finset of mem lift Charge
FTheory.SU5.FiveQuanta.toCharges_toFinset_of_mem_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 toCharges_toFinset_of_mem_liftCharge (c : Finset π©) {x : FiveQuanta π©}
(h : x β liftCharge c) : x.toCharges.toFinset = cFormal artifact
Lean source
lemma toCharges_toFinset_of_mem_liftCharge (c : Finset π©) {x : FiveQuanta π©} (h : x β liftCharge c) : x.toCharges.toFinset = c := by simp [liftCharge] at h obtain β¨s1, s2, β¨β¨β¨s1_subset, s1_cardβ©, β¨s2_subset, s2_cardβ©β©, hsumβ©, rflβ© := h rw [β Multiset.toFinset_dedup, reduce_toCharges] simp only [Int.reduceNeg, Multiset.dedup_idem, Multiset.toFinset_dedup] simp [toCharges] refine Finset.Subset.antisymm (Finset.union_subset s1_subset s2_subset) fun a ha => ?_ simpa using Multiset.mem_of_le hsum ha- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/StringTheory/FTheory/SU5/Quanta/FiveQuanta.lean:703-711
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.