Subset insert filter card zero inductive
SuperSymmetry.SU5.ChargeSpectrum.subset_insert_filter_card_zero_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 subset_insert_filter_card_zero_inductive
(T : Multiset (ChargeSpectrum π©))
(S5 S10 : Finset π©)
(p : ChargeSpectrum π© β Prop) [DecidablePred p]
(hnotSubset : β (x y : ChargeSpectrum π©), x β y β Β¬ p x β Β¬ p y)
(hComplet : β x β T, IsComplete x)
(x : ChargeSpectrum π©)
(hx : x β T) (y : ChargeSpectrum π©) (hsubset : x β y)
(hy : y β ofFinset S5 S10)
(h10 : β q10 : S10, ((T.map fun x => β¨x.qHd, x.qHu, x.Q5, insert q10.1 x.Q10β©).filter
fun y => (y β T β§ p y)) = β
)
(h5 : β q5 : S5, ((T.map fun x => β¨x.qHd, x.qHu, insert q5.1 x.Q5, x.Q10β©).filter
fun y => (y β T β§ p y)) = β
) :
(n : β) β (hn : n = y.card - x.card) β y β T β Β¬ p y
| 0, hn, hnot_in_T => by
have hxy : x = yFormal artifact
Lean source
lemma subset_insert_filter_card_zero_inductive (T : Multiset (ChargeSpectrum π©)) (S5 S10 : Finset π©) (p : ChargeSpectrum π© β Prop) [DecidablePred p] (hnotSubset : β (x y : ChargeSpectrum π©), x β y β Β¬ p x β Β¬ p y) (hComplet : β x β T, IsComplete x) (x : ChargeSpectrum π©) (hx : x β T) (y : ChargeSpectrum π©) (hsubset : x β y) (hy : y β ofFinset S5 S10) (h10 : β q10 : S10, ((T.map fun x => β¨x.qHd, x.qHu, x.Q5, insert q10.1 x.Q10β©).filter fun y => (y β T β§ p y)) = β
) (h5 : β q5 : S5, ((T.map fun x => β¨x.qHd, x.qHu, insert q5.1 x.Q5, x.Q10β©).filter fun y => (y β T β§ p y)) = β
) : (n : β) β (hn : n = y.card - x.card) β y β T β Β¬ p y | 0, hn, hnot_in_T => by have hxy : x = y := by refine eq_of_subset_card hsubset ?_ have hl : x.card β€ y.card := card_mono hsubset omega subst hxy simp_all | Nat.succ n, hn, hnot_in_T => by have hxy : x β y := by intro h subst h simp at hn obtain β¨z, hz, hsubsetzβ© := exists_minimalSuperSet S5 S10 hy hsubset hxy have hz' := insert_filter_card_zero T S5 S10 p hComplet h10 h5 x hx z hz by_cases hz_not_in_T : z β T Β· apply hnotSubset Β· exact hsubsetz Β· exact hz' hz_not_in_T apply subset_insert_filter_card_zero_inductive T S5 S10 p hnotSubset hComplet z (n := n) Β· simpa using hz_not_in_T Β· exact hsubsetz Β· exact hy Β· exact fun q10 => h10 q10 Β· exact fun q5 => h5 q5 Β· rw [card_of_mem_minimalSuperSet z hz] omega Β· exact hnot_in_T- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/Particles/SuperSymmetry/SU5/ChargeSpectrum/MinimalSuperSet.lean:410-450
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.