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

Sum generalized Kronecker Delta cons₂

sum_generalizedKroneckerDelta_cons₂

Plain-language statement

Double contraction. Contracting the last k of k+2 index pairs leaves two free pairs, with value a 2×2 generalized Kronecker delta times the factorial factor.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Sum generalized Kronecker Delta self

sum_generalizedKroneckerDelta_self

Plain-language statement

Full contraction. Iterating the snoc contraction over all four indices: ∑_f δ^{f}_{f} = 4!. Here f ranges over all maps Fin 4 → Fin 4.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Allows Term insert Q10 of allows Term Q10

SuperSymmetry.SU5.ChargeSpectrum.allowsTerm_insertQ10_of_allowsTermQ10

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 insert Q5 of allows Term Q5

SuperSymmetry.SU5.ChargeSpectrum.allowsTerm_insertQ5_of_allowsTermQ5

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

Allows Term Form allows Term

SuperSymmetry.SU5.ChargeSpectrum.allowsTermForm_allowsTerm

Plain-language statement

The charge spectrum allowsTermForm a b c T allows the potential term T.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record