All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Mem completions is Complete

SuperSymmetry.SU5.ChargeSpectrum.mem_completions_isComplete

Plain-language statement

A charge spectrum which is a member of the completions of another charge spectrum is complete.

Exact Lean statement

lemma mem_completions_isComplete {S5 S10 : Finset 𝓩} {x y : ChargeSpectrum 𝓩}
    (hx : y ∈ completions S5 S10 x) : IsComplete y

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma mem_completions_isComplete {S5 S10 : Finset 𝓩} {x y : ChargeSpectrum 𝓩}    (hx : y  completions S5 S10 x) : IsComplete y := by  match y with  | qHd, qHu, Q5, Q10 =>  simp [mem_completions_iff] at hx  match x with  | x1, x2, x3, x4 =>  simp_all  rw [IsComplete]  refine ?_, ?_, ?_, ?_  · simp    by_cases hs : x1.isSome    · simp_all    · simp_all      obtain a, h, rfl := hx.1      simp  · simp    by_cases hs : x2.isSome    · simp_all    · simp_all      obtain a, h, rfl := hx.2.1      simp  · simp    by_cases hs : x3     · simp_all    · simp_all      obtain a, h, rfl := hx.2.2.1      simp  · simp    by_cases hs : x4     · simp_all    · simp_all      obtain a, h, rfl := hx.2.2.2      simp
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/Particles/SuperSymmetry/SU5/ChargeSpectrum/Completions.lean:237-270

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