All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Fluxes Five chiral Indices Of D subset sum le three of no Exotics

FTheory.SU5.FluxesFive.chiralIndicesOfD_subset_sum_le_three_of_noExotics

Project documentation

The chiral indices of the representation E = (1,1)_{1} are less then or equal to 3. -/ lemma FluxesTen.chiralIndicesOfE_le_three_of_noExotics (F : FluxesTen) (hF : NoExotics F) (ci : ℤ) (hci : ci ∈ F.chiralIndicesOfE) : ci ≤ 3 := by have hle := Multiset.single_le_sum (fun x hx => chiralIndicesOfE_noneg_of_noExotics F hF x hx) ci hci rwa [F.chiralIndic...

Exact Lean statement

lemma FluxesFive.chiralIndicesOfD_subset_sum_le_three_of_noExotics (F : FluxesFive)
    (hF : NoExotics F) (S : Multiset Fluxes)
    (hSle : S ≤ F) : (S.map (fun x => x.1)).sum ≤ 3

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma FluxesFive.chiralIndicesOfD_subset_sum_le_three_of_noExotics (F : FluxesFive)    (hF : NoExotics F) (S : Multiset Fluxes)    (hSle : S  F) : (S.map (fun x => x.1)).sum  3 := by  have hs : S.map (fun x => x.1)  F.chiralIndicesOfD := Multiset.map_le_map hSle  have hpos : 0  (F.chiralIndicesOfD - S.map (fun x => x.1)).sum :=    Multiset.sum_nonneg fun x hx =>      chiralIndicesOfD_noneg_of_noExotics F hF x (Multiset.mem_of_le tsub_le_self hx)  have sum_add_compl_eq_three : (S.map (fun x => x.1)).sum +      (F.chiralIndicesOfD - S.map (fun x => x.1)).sum = 3 := by    rw [ Multiset.sum_add, add_tsub_cancel_of_le hs,      F.chiralIndicesOfD_sum_eq_three_of_noExotics hF]  omega
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/StringTheory/FTheory/SU5/Fluxes/NoExotics/ChiralIndices.lean:295-306

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