Source-pinned research

Research proof index

Search theorem names, mathematical ideas, modules, topics, projects, and role-labelled researchers. Open a result for its complete indexed Lean declaration and source record.

This index contains 591 research declarations. Search 10,000 more complete Mathlib declarations.

1 topic

591 results

Clear filters
Project-declaredLean 4.32.0

Allows Term Form card le degree

SuperSymmetry.SU5.ChargeSpectrum.allowsTermForm_card_le_degree

Project documentation

The charge spectrum allowsTermForm a b c T allows the potential term T. -/ lemma allowsTermForm_allowsTerm {a b c : 𝓩} {T : PotentialTerm} : (allowsTermForm a b c T).AllowsTerm T := by simp [AllowsTerm, ofPotentialTerm, allowsTermForm] cases T all_goals simp [PotentialTerm.toFieldLabel, ofFieldLabel] case Λ => exact ⟨a, b, by simp⟩ case K1 | topYukaw...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Allows Term Form subset allows Term of allows Term

SuperSymmetry.SU5.ChargeSpectrum.allowsTermForm_subset_allowsTerm_of_allowsTerm

Project documentation

The charge spectrum allowsTermForm a b c T allows the potential term T. -/ lemma allowsTermForm_allowsTerm {a b c : 𝓩} {T : PotentialTerm} : (allowsTermForm a b c T).AllowsTerm T := by simp [AllowsTerm, ofPotentialTerm, allowsTermForm] cases T all_goals simp [PotentialTerm.toFieldLabel, ofFieldLabel] case Λ => exact ⟨a, b, by simp⟩ case K1 | topYukaw...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Allows Term Q10 or allows Term of allows Term insert Q10

SuperSymmetry.SU5.ChargeSpectrum.allowsTermQ10_or_allowsTerm_of_allowsTerm_insertQ10

Project documentation

The proposition for which says, given a charge x adding a charge q5 permits the existence of a potential term T due to the addition of that charge. -/ def AllowsTermQ10 (x : ChargeSpectrum 𝓩) (q10 : 𝓩) (T : PotentialTerm) : Prop := match T with | .μ => false | .β => false | .Λ => (0 : 𝓩) ∈ (x.Q5.product x.Q5).val.map (fun (y, z) => y + z + q10) |...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Allows Term Q5 or allows Term of allows Term insert Q5

SuperSymmetry.SU5.ChargeSpectrum.allowsTermQ5_or_allowsTerm_of_allowsTerm_insertQ5

Project documentation

The proposition for which says, given a charge x adding a charge q5 permits the existence of a potential term T due to the addition of that charge. -/ def AllowsTermQ5 (x : ChargeSpectrum 𝓩) (q5 : 𝓩) (T : PotentialTerm) : Prop := match T with | .μ => false | .β => match x with | ⟨_, some qHu, _, _⟩ => q5 = qHu | _ => false | .Λ => (0 : 𝓩) ∈ ((ins...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

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...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Complete Min Subset subset iff contains Pheno Completions Of Minimally Allows

SuperSymmetry.SU5.ChargeSpectrum.completeMinSubset_subset_iff_containsPhenoCompletionsOfMinimallyAllows

Project documentation

For a given S5 S10 : Finset 𝓩, the minimal multiset of charges which satisfies the condition ContainsPhenoCompletionsOfMinimallyAllows. That is to say, every multiset of charges which satisfies ContainsPhenoCompletionsOfMinimallyAllows has completeMinSubset as a subset. -/ def completeMinSubset (S5 S10 : Finset 𝓩) : Multiset (ChargeSpectrum 𝓩)...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record