Self subset mem minimal Super Set
SuperSymmetry.SU5.ChargeSpectrum.self_subset_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 self_subset_mem_minimalSuperSet (S5 S10 : Finset 𝓩) (x y : ChargeSpectrum 𝓩)
(hy : y ∈ minimalSuperSet S5 S10 x) : x ⊆ yFormal artifact
Lean source
lemma self_subset_mem_minimalSuperSet (S5 S10 : Finset 𝓩) (x y : ChargeSpectrum 𝓩) (hy : y ∈ minimalSuperSet S5 S10 x) : x ⊆ y := 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 rw [Subset] simp [hasSubset] | ⟨some x1, _, _, _⟩ => simp at hr · match x with | ⟨_, none, _, _⟩ => simp at hr obtain ⟨a, ha, rfl⟩ := hr rw [Subset] simp [hasSubset] | ⟨_, some x2, _, _⟩ => simp at hr · match x with | ⟨_, _, Q5, _⟩ => simp at hr obtain ⟨a, ha, rfl⟩ := hr rw [Subset] simp [hasSubset] · match x with | ⟨_, _, _, Q10⟩ => simp at hr obtain ⟨a, ha, rfl⟩ := hr rw [Subset] simp [hasSubset]- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/Particles/SuperSymmetry/SU5/ChargeSpectrum/MinimalSuperSet.lean:85-116
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
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.
Source project: Physlib
Person-level attribution pending.
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.
Source project: Physlib
Person-level attribution pending.
Deriv Within mean Energy Beta eq neg variance
CanonicalEnsemble.derivWithin_meanEnergy_Beta_eq_neg_variance
Plain-language statement
(∂U/∂β) = -Var(E) for finite systems.
Source project: Physlib
Person-level attribution pending.