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 2,569 research declarations. Search 10,000 more complete Mathlib declarations.

All topics

2569 results

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
Project-declaredLean 4.32.0

Insert And Contract uncontracted List none map

WickContraction.insertAndContract_uncontractedList_none_map

Plain-language statement

For a list Ο†s of 𝓕.FieldOp, a Wick contraction Ο†sΞ› of Ο†s, an element Ο† of 𝓕.FieldOp and a i ≀ Ο†s.length then a sum over Wick contractions of Ο†s with Ο† inserted at i is equal to the sum over Wick contractions Ο†sΞ› of just Ο†s and the sum over optional uncontracted elements of the Ο†sΞ›. In other words, `βˆ‘ (Ο†sΞ› : WickContraction (Ο†s....

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Insert And Contract Nat erase

WickContraction.insertAndContractNat_erase

Project documentation

Given a Wick contraction c for n, a position i : Fin n.succ and an optional uncontracted element j : Option (c.uncontracted) of c. The Wick contraction for n.succ formed by 'inserting' i into Fin n and contracting it optionally with j. -/ def insertAndContractNat (c : WickContraction n) (i : Fin n.succ) (j : Option (c.uncontracted)) : Wi...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record