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

Potential Is Stable iff forall gram Vector

TwoHiggsDoublet.potentialIsStable_iff_forall_gramVector

Project documentation

A function related to the quartic term of the potential, used in the stableness condition and equivalent to the term J4 in https://arxiv.org/abs/hep-ph/0605184. -/ noncomputable def quarticTermReduced (P : PotentialParameters) (k : EuclideanSpace ℝ (Fin 3)) : ℝ := P.Ξ· (Sum.inl 0) (Sum.inl 0) + 2 * βˆ‘ b, k b * P.Ξ· (Sum.inl 0) (Sum.inr b) + βˆ‘ a, βˆ‘ b, k a *...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Potential Is Stable of strong

TwoHiggsDoublet.potentialIsStable_of_strong

Project documentation

The potential is stable if it is strongly stable, i.e. its quartic term is always positive. The proof of this result relies on the compactness of the closed unit ball in EuclideanSpace ℝ (Fin 3), and the extreme value theorem.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Energy Mass is Dimensionally Correct

UnitExamples.energyMass_isDimensionallyCorrect

Project documentation

The lemma that the proposition EnergyMass is dimensionally correct

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Koszul Sign perm eq append

Wick.koszulSign_perm_eq_append

Project documentation

Gives a factor of - 1 for every fermion-fermion (q is 1) crossing that occurs when sorting a list of based on r. -/ def koszulSign (q : 𝓕 β†’ FieldStatistic) (le : 𝓕 β†’ 𝓕 β†’ Prop) [DecidableRel le] : List 𝓕 β†’ β„‚ | [] => 1 | a :: l => koszulSignInsert q le a l * koszulSign q le l @[simp] lemma koszulSign_singleton (q : 𝓕 β†’ FieldStatistic) (le : 𝓕...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Insert And Contract snd Field Of Contract some incl

WickContraction.insertAndContract_sndFieldOfContract_some_incl

Plain-language statement

Given a Wick contraction Ο†sΞ› for a list Ο†s of 𝓕.FieldOp, an element Ο† of 𝓕.FieldOp, an i ≀ Ο†s.length and a k in Option Ο†sΞ›.uncontracted i.e. is either none or some element of Ο†sΞ›.uncontracted, the new Wick contraction Ο†sΞ›.insertAndContract Ο† i k is defined by inserting Ο† into Ο†s after the first i-elements and moving the value...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record