Minimal Super Set induction on inductive
SuperSymmetry.SU5.ChargeSpectrum.minimalSuperSet_induction_on_inductive
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 minimalSuperSet_induction_on_inductive {S5 S10 : Finset π©}
(p : ChargeSpectrum π© β Prop)
(hp : (x : ChargeSpectrum π©) β p x β β y β minimalSuperSet S5 S10 x, p y)
(x : ChargeSpectrum π©) (hbase : p x)
(y : ChargeSpectrum π©) (hy : y β ofFinset S5 S10) (hsubset : x β y) :
(n : β) β (hn : n = y.card - x.card) β p y
| 0, hn => by
have hxy : x = yFormal artifact
Lean source
lemma minimalSuperSet_induction_on_inductive {S5 S10 : Finset π©} (p : ChargeSpectrum π© β Prop) (hp : (x : ChargeSpectrum π©) β p x β β y β minimalSuperSet S5 S10 x, p y) (x : ChargeSpectrum π©) (hbase : p x) (y : ChargeSpectrum π©) (hy : y β ofFinset S5 S10) (hsubset : x β y) : (n : β) β (hn : n = y.card - x.card) β p y | 0, hn => by have hxy : x = y := by refine eq_of_subset_card hsubset ?_ have hl : card x β€ card y := card_mono hsubset omega subst hxy simp_all | Nat.succ n, hn => by have hxy : x β y := by intro h subst h simp at hn obtain β¨z, hz, hsubsetzβ© := exists_minimalSuperSet S5 S10 hy hsubset hxy refine minimalSuperSet_induction_on_inductive p hp z ?_ y hy ?_ n ?_ Β· exact hp x hbase z hz Β· exact hsubsetz Β· rw [card_of_mem_minimalSuperSet z hz] omega- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/Particles/SuperSymmetry/SU5/ChargeSpectrum/MinimalSuperSet.lean:326-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
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.