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

Is Complete mono

SuperSymmetry.SU5.ChargeSpectrum.isComplete_mono

Project documentation

A charge spectrum is complete if it has all types of fields. -/ def IsComplete (x : ChargeSpectrum 𝓩) : Prop := x.qHd.isSome ∧ x.qHu.isSome ∧ x.Q5 β‰  βˆ… ∧ x.Q10 β‰  βˆ… instance [DecidableEq 𝓩] (x : ChargeSpectrum 𝓩) : Decidable (IsComplete x) := inferInstanceAs (Decidable (x.qHd.isSome ∧ x.qHu.isSome ∧ x.Q5 β‰  βˆ… ∧ x.Q10 β‰  βˆ…)) /-! ### A.1. The empty spectrum...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Is Pheno Constrained insert Q10 iff is Pheno Constrained Q10

SuperSymmetry.SU5.ChargeSpectrum.isPhenoConstrained_insertQ10_iff_isPhenoConstrainedQ10

Project documentation

The proposition which is true if the addition of a charge q10 to a set of charges x leads x to being phenomenologically constrained. -/ def IsPhenoConstrainedQ10 [DecidableEq 𝓩] (x : ChargeSpectrum 𝓩) (q10 : 𝓩) : Prop := x.AllowsTermQ10 q10 ΞΌ ∨ x.AllowsTermQ10 q10 Ξ² ∨ x.AllowsTermQ10 q10 Ξ› ∨ x.AllowsTermQ10 q10 W2 ∨ x.AllowsTermQ10 q10 W4 ∨ x.All...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Is Pheno Constrained insert Q5 iff is Pheno Constrained Q5

SuperSymmetry.SU5.ChargeSpectrum.isPhenoConstrained_insertQ5_iff_isPhenoConstrainedQ5

Project documentation

The proposition which is true if the addition of a charge q5 to a set of charge x leads x to being phenomenologically constrained. -/ def IsPhenoConstrainedQ5 [DecidableEq 𝓩] (x : ChargeSpectrum 𝓩) (q5 : 𝓩) : Prop := x.AllowsTermQ5 q5 ΞΌ ∨ x.AllowsTermQ5 q5 Ξ² ∨ x.AllowsTermQ5 q5 Ξ› ∨ x.AllowsTermQ5 q5 W2 ∨ x.AllowsTermQ5 q5 W4 ∨ x.AllowsTermQ5 q5 K...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Map is Pheno Constrained

SuperSymmetry.SU5.ChargeSpectrum.map_isPhenoConstrained

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 of Field Label

SuperSymmetry.SU5.ChargeSpectrum.map_ofFieldLabel

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 of Potential Term to Finset

SuperSymmetry.SU5.ChargeSpectrum.map_ofPotentialTerm_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