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

Minimally Allows Term iff powerset count P eq one

SuperSymmetry.SU5.ChargeSpectrum.minimallyAllowsTerm_iff_powerset_countP_eq_one

Project documentation

A collection of charges x : Charges is said to minimally allow the potential term T if it allows T and no strict subset of it allows T. -/ def MinimallyAllowsTerm (x : ChargeSpectrum 𝓩) (T : PotentialTerm) : Prop := ∀ y ∈ x.powerset, y = x ↔ y.AllowsTerm T /-! ### A.1. Decidability of MinimallyAllowsTerm We show that MinimallyAllowsTerm is de...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Minimally Allows Term iff powerset filter eq

SuperSymmetry.SU5.ChargeSpectrum.minimallyAllowsTerm_iff_powerset_filter_eq

Project documentation

A collection of charges x : Charges is said to minimally allow the potential term T if it allows T and no strict subset of it allows T. -/ def MinimallyAllowsTerm (x : ChargeSpectrum 𝓩) (T : PotentialTerm) : Prop := ∀ y ∈ x.powerset, y = x ↔ y.AllowsTerm T /-! ### A.1. Decidability of MinimallyAllowsTerm We show that MinimallyAllowsTerm is de...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Minimally Allows Term of mem minimally Allows Term Of Finset

SuperSymmetry.SU5.ChargeSpectrum.minimallyAllowsTerm_of_mem_minimallyAllowsTermOfFinset

Project documentation

The multiset of all charges within ofFinset S5 S10 which minimally allow the potential term T. -/ def minimallyAllowsTermsOfFinset (S5 S10 : Finset 𝓩) : (T : PotentialTerm) → Multiset (ChargeSpectrum 𝓩) | μ => let SqHd := S5.val let SqHu := S5.val let prod := SqHd ×ˢ (SqHu) let Filt := prod.filter (fun x => - x.1 + x.2 = 0) (Filt.map (fun x => ⟨x.1,...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Minimally Allows Term Of Finset subset of subset

SuperSymmetry.SU5.ChargeSpectrum.minimallyAllowsTermOfFinset_subset_of_subset

Project documentation

The multiset of all charges within ofFinset S5 S10 which minimally allow the potential term T. -/ def minimallyAllowsTermsOfFinset (S5 S10 : Finset 𝓩) : (T : PotentialTerm) → Multiset (ChargeSpectrum 𝓩) | μ => let SqHd := S5.val let SqHu := S5.val let prod := SqHd ×ˢ (SqHu) let Filt := prod.filter (fun x => - x.1 + x.2 = 0) (Filt.map (fun x => ⟨x.1,...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Minimal Super Set induction on inductive

SuperSymmetry.SU5.ChargeSpectrum.minimalSuperSet_induction_on_inductive

Project documentation

Given a collection of charges x in ofFinset S5 S10, the minimal charges y in ofFinset S5 S10 which are a super sets of x. -/ def minimalSuperSet (S5 S10 : Finset 𝓩) (x : ChargeSpectrum 𝓩) : Finset (ChargeSpectrum 𝓩) := let SqHd := if x.qHd.isSome then ∅ else S5.map ⟨fun y => ⟨some y, x.qHu, x.Q5, x.Q10⟩, by intro y1 y2; simp⟩ let SqHu := if x...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
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