All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Card of mem minimal Super Set

SuperSymmetry.SU5.ChargeSpectrum.card_of_mem_minimalSuperSet

Project documentation

Given a collection of charges x in ofFinset S5 S10, the minimal charges y in ofFinset S5 S10 which are a super sets of x. -/ def minimalSuperSet (S5 S10 : Finset 𝓩) (x : ChargeSpectrum 𝓩) : Finset (ChargeSpectrum 𝓩) := let SqHd := if x.qHd.isSome then ∅ else S5.map ⟨fun y => ⟨some y, x.qHu, x.Q5, x.Q10⟩, by intro y1 y2; simp⟩ let SqHu := if x...

Exact Lean statement

lemma card_of_mem_minimalSuperSet {S5 S10 : Finset 𝓩} {x : ChargeSpectrum 𝓩}
    (y : ChargeSpectrum 𝓩) (hy : y ∈ minimalSuperSet S5 S10 x) :
    card y = card x + 1

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma card_of_mem_minimalSuperSet {S5 S10 : Finset 𝓩} {x : ChargeSpectrum 𝓩}    (y : ChargeSpectrum 𝓩) (hy : y  minimalSuperSet S5 S10 x) :    card y = card x + 1 := by  simp [minimalSuperSet] at hy  rcases hy with hy1, hr | hr | hr | hr  · match x with    | none, _, _, _ =>      simp at hr      obtain a, ha, rfl := hr      simp [card]      omega    | some x1, _, _, _ =>      simp at hr  · match x with    | _, none, _, _ =>      simp at hr      obtain a, ha, rfl := hr      simp [card]      omega    | _, some x2, _, _ =>      simp at hr  · match x with    | _, _, Q5, _ =>      simp at hr      obtain a, ha, rfl := hr      simp [card]      rw [Finset.card_insert_of_notMem]      omega      by_contra h      rw [Finset.insert_eq_of_mem h] at hy1      simp at hy1  · match x with    | _, _, _, Q10 =>      simp at hr      obtain a, ha, rfl := hr      simp [card]      rw [Finset.card_insert_of_notMem]      omega      by_contra h      rw [Finset.insert_eq_of_mem h] at hy1      simp at hy1
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/Particles/SuperSymmetry/SU5/ChargeSpectrum/MinimalSuperSet.lean:147-187

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