All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Fluxes Ten chiral Indices Of U noneg of no Exotics

FTheory.SU5.FluxesTen.chiralIndicesOfU_noneg_of_noExotics

Plain-language statement

The chiral indices of the representations U = (bar 3,1)_{-2/3} are all non-negative if there are no chiral exotics in the spectrum.

Exact Lean statement

lemma FluxesTen.chiralIndicesOfU_noneg_of_noExotics (F : FluxesTen) (hF : NoExotics F)
    (ci : ℤ) (hci : ci ∈ F.chiralIndicesOfU) : 0 ≤ ci

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma FluxesTen.chiralIndicesOfU_noneg_of_noExotics (F : FluxesTen) (hF : NoExotics F)    (ci : ) (hci : ci  F.chiralIndicesOfU) : 0  ci := by  by_contra hn  simp only [not_le] at hn  have hF1 := hF.2.2.2  simp [numAntiChiralU] at hF1  have h1 := Multiset.sum_le_card_nsmul    (Multiset.filter (fun x => x < 0) F.chiralIndicesOfU) (-1)    (fun x hx => by      have := (Multiset.mem_filter.mp hx).2      omega)  rw [nsmul_eq_mul] at h1  have h2 : 0 < Multiset.card (Multiset.filter (fun x => x < 0) F.chiralIndicesOfU) :=    Multiset.card_pos_iff_exists_mem.mpr ci, Multiset.mem_filter.mpr hci, hn⟩⟩  omega
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/StringTheory/FTheory/SU5/Fluxes/NoExotics/ChiralIndices.lean:116-130

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