All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Subset le mem of card eq succ

FTheory.SU5.FluxesTen.subset_le_mem_of_card_eq_succ

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 subset_le_mem_of_card_eq_succ {n : ℕ} {F : FluxesTen} (hF : F.NoExotics) (hnZ : F.HasNoZero)
    (S : Multiset Fluxes) (hcard : S.card = n.succ) (hS : S ≤ F) {Y X : Finset (Multiset Fluxes)}
    (hY : ∀ (S : Multiset Fluxes), S.card = n → S ≤ F → S ∈ Y)
    (hX : ∀ a ∈ ({⟨1, -1⟩, ⟨1, 0⟩, ⟨1, 1⟩, ⟨2, -1⟩, ⟨2, 0⟩, ⟨2, 1⟩, ⟨3, 0⟩} : Finset Fluxes),
      ∀ y ∈ Y,
      (Multiset.map (fun x => x.M) (a ::ₘ y)).sum ≤ 3 →
      (Multiset.map (fun x => x.M - x.N) (a ::ₘ y)).sum ≤ 3 →
      (Multiset.map (fun x => x.M + x.N) (a ::ₘ y)).sum ≤ 3 →
      a ::ₘ y ∈ X) :
    S ∈ X

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma subset_le_mem_of_card_eq_succ {n : } {F : FluxesTen} (hF : F.NoExotics) (hnZ : F.HasNoZero)    (S : Multiset Fluxes) (hcard : S.card = n.succ) (hS : S  F) {Y X : Finset (Multiset Fluxes)}    (hY :  (S : Multiset Fluxes), S.card = n  S  F  S  Y)    (hX :  a  ({1, -1, 1, 0, 1, 1, 2, -1, 2, 0, 2, 1, 3, 0} : Finset Fluxes),       y  Y,      (Multiset.map (fun x => x.M) (a ::ₘ y)).sum  3       (Multiset.map (fun x => x.M - x.N) (a ::ₘ y)).sum  3       (Multiset.map (fun x => x.M + x.N) (a ::ₘ y)).sum  3       a ::ₘ y  X) :    S  X := by  have hSum1 := chiralIndicesOfQ_subset_sum_le_three_of_noExotics F hF S hS  have hSum2 := chiralIndicesOfU_subset_sum_le_three_of_noExotics F hF S hS  have hsum3 := chiralIndicesOfE_subset_sum_le_three_of_noExotics F hF S hS  revert S  apply Multiset.induction  · simp  intro a S ih hcard hle hsum1 hsum2 hsum3  have hsub : S  F := (S.le_cons_self a).trans hle  have ha : a  F := Multiset.mem_of_le hle (S.mem_cons_self a)  rw [Multiset.card_cons] at hcard  simp at hcard  exact hX a (mem_mem_finset_of_noExotics F hF hnZ a ha) S (hY S hcard hsub) hsum1 hsum2 hsum3
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/StringTheory/FTheory/SU5/Fluxes/NoExotics/Completeness.lean:328-349

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