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

1 topic

3 results

Clear filters
Project-declaredLean 4.32.0

Of Potential Term mono

SuperSymmetry.SU5.ChargeSpectrum.ofPotentialTerm_mono

Project documentation

Given a charges x : Charges associated to the representations, and a potential term T, the charges associated with instances of that potential term. -/ def ofPotentialTerm (x : ChargeSpectrum š“©) (T : PotentialTerm) : Multiset š“© := let add : Multiset š“© → Multiset š“© → Multiset š“© := fun a b => (a Ć—Ė¢ b).map fun (x, y) => x + y (T.toFieldLabel.map fun...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Of Potential Term subset of Potential Term

SuperSymmetry.SU5.ChargeSpectrum.ofPotentialTerm_subset_ofPotentialTerm'

Project documentation

Given a charges x : ChargeSpectrum associated to the representations, and a potential term T, the charges associated with instances of that potential term. This is a more explicit form of PotentialTerm, which has the benefit that it is quick with decide, but it is not defined based on more fundamental concepts, like ofPotentialTerm is. -/ def of...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Of Potential Term' subset of Potential Term

SuperSymmetry.SU5.ChargeSpectrum.ofPotentialTerm'_subset_ofPotentialTerm

Project documentation

Given a charges x : ChargeSpectrum associated to the representations, and a potential term T, the charges associated with instances of that potential term. This is a more explicit form of PotentialTerm, which has the benefit that it is quick with decide, but it is not defined based on more fundamental concepts, like ofPotentialTerm is. -/ def of...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record