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.

All topics

591 results

Clear filters
Project-declaredLean 4.32.0

Map of Yukawa Terms NSum to Finset

SuperSymmetry.SU5.ChargeSpectrum.map_ofYukawaTermsNSum_toFinset

Project documentation

Given an additive monoid homomorphisms f : 𝓩 β†’+ 𝓩1, for a charge x : Charges 𝓩, x.map f is the charge of Charges 𝓩1 obtained by mapping the elements of x by f. -/ def map (f : 𝓩 β†’+ 𝓩1) (x : ChargeSpectrum 𝓩) : ChargeSpectrum 𝓩1 where qHd := f <>x.qHdqHu:=f<> x.qHd qHu := f <> x.qHu Q5 := x.Q5.image f Q10 := x.Q10.image f /- ### A.1. Mapping the e...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Map subset

SuperSymmetry.SU5.ChargeSpectrum.map_subset

Project documentation

Given an additive monoid homomorphisms f : 𝓩 β†’+ 𝓩1, for a charge x : Charges 𝓩, x.map f is the charge of Charges 𝓩1 obtained by mapping the elements of x by f. -/ def map (f : 𝓩 β†’+ 𝓩1) (x : ChargeSpectrum 𝓩) : ChargeSpectrum 𝓩1 where qHd := f <>x.qHdqHu:=f<> x.qHd qHu := f <> x.qHu Q5 := x.Q5.image f Q10 := x.Q10.image f /- ### A.1. Mapping the e...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Mem completions is Complete

SuperSymmetry.SU5.ChargeSpectrum.mem_completions_isComplete

Plain-language statement

A charge spectrum which is a member of the completions of another charge spectrum is complete.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Mem minimally Allows Term Of Finset of minimally Allows Term

SuperSymmetry.SU5.ChargeSpectrum.mem_minimallyAllowsTermOfFinset_of_minimallyAllowsTerm

Project documentation

The multiset of all charges within ofFinset S5 S10 which minimally allow the potential term T. -/ def minimallyAllowsTermsOfFinset (S5 S10 : Finset 𝓩) : (T : PotentialTerm) β†’ Multiset (ChargeSpectrum 𝓩) | ΞΌ => let SqHd := S5.val let SqHu := S5.val let prod := SqHd Γ—Λ’ (SqHu) let Filt := prod.filter (fun x => - x.1 + x.2 = 0) (Filt.map (fun x => ⟨x.1,...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Mem min Top Bottom of minimally Allows Finset Terms

SuperSymmetry.SU5.ChargeSpectrum.mem_minTopBottom_of_minimallyAllowsFinsetTerms

Project documentation

The set of charges of the form (qHd, qHu, {q5}, {-qHd-q5, q10, qHu - q10}) This includes every charge which minimally allows for the top and bottom Yukawas. -/ def minTopBottom (S5 S10 : Finset 𝓩) : Multiset (ChargeSpectrum 𝓩) := Multiset.dedup <| (S5.val Γ—Λ’ S5.val Γ—Λ’ S5.val Γ—Λ’ S10.val).map (fun x => ⟨x.1, x.2.1, {x.2.2.1}, {- x.1 - x.2.2.1, x.2.2.2,...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Mem of Finset of mem minimally Allows Term Of Finset

SuperSymmetry.SU5.ChargeSpectrum.mem_ofFinset_of_mem_minimallyAllowsTermOfFinset

Project documentation

The multiset of all charges within ofFinset S5 S10 which minimally allow the potential term T. -/ def minimallyAllowsTermsOfFinset (S5 S10 : Finset 𝓩) : (T : PotentialTerm) β†’ Multiset (ChargeSpectrum 𝓩) | ΞΌ => let SqHd := S5.val let SqHu := S5.val let prod := SqHd Γ—Λ’ (SqHu) let Filt := prod.filter (fun x => - x.1 + x.2 = 0) (Filt.map (fun x => ⟨x.1,...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record