All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Mem mem finset of no Exotics

FTheory.SU5.FluxesTen.mem_mem_finset_of_noExotics

Project documentation

Completeness of elemsNoExotics, that is, every element of FluxesFive which obeys NoExotics is an element of elemsNoExotics, and every element of elemsNoExotics obeys NoExotics. -/ lemma noExotics_iff_mem_elemsNoExotics (F : FluxesFive) : F.NoExotics ∧ F.HasNoZero ↔ F ∈ elemsNoExotics := by constructor · exact fun ⟨h1, h2⟩ => mem_elemsNoExotics...

Exact Lean statement

lemma mem_mem_finset_of_noExotics (F : FluxesTen) (hF : F.NoExotics) (hnZ : F.HasNoZero)
    (x : Fluxes) (hx : x ∈ F) :
    x ∈ ({⟨1, -1⟩, ⟨1, 0⟩, ⟨1, 1⟩, ⟨2, -1⟩, ⟨2, 0⟩, ⟨2, 1⟩, ⟨3, 0⟩} : Finset Fluxes)

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma mem_mem_finset_of_noExotics (F : FluxesTen) (hF : F.NoExotics) (hnZ : F.HasNoZero)    (x : Fluxes) (hx : x  F) :    x  ({1, -1, 1, 0, 1, 1, 2, -1, 2, 0, 2, 1, 3, 0} : Finset Fluxes) := by  rcases x with f  simp only [Int.reduceNeg, Finset.mem_insert, Finset.mem_singleton]  have hQ1 := F.mem_chiralIndicesOfQ_mem_of_noExotics hF x.M (Multiset.mem_map.mpr x, hx, rfl)  have hU1 := F.mem_chiralIndicesOfU_mem_of_noExotics hF (x.M - x.N)    (Multiset.mem_map.mpr x, hx, rfl)  have hE1 := F.mem_chiralIndicesOfE_mem_of_noExotics hF (x.M + x.N)    (Multiset.mem_map.mpr x, hx, rfl)  have h0 : ¬ x = 0 := by    by_contra hn    subst hn    exact hnZ hx  rcases x with M, N  let D := M + N  have hd : N = D - M := by omega  generalize D = D' at *  subst hd  simp only [add_sub_cancel] at hE1  simp_all only [Int.reduceNeg, Fluxes.mk.injEq]  clear hx D  revert h0 hU1  revert D'  revert M  decide
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/StringTheory/FTheory/SU5/Fluxes/NoExotics/Completeness.lean:296-321

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