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

1 topic

7 results

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

Allows Term Form card le degree

SuperSymmetry.SU5.ChargeSpectrum.allowsTermForm_card_le_degree

Project documentation

The charge spectrum allowsTermForm a b c T allows the potential term T. -/ lemma allowsTermForm_allowsTerm {a b c : 𝓩} {T : PotentialTerm} : (allowsTermForm a b c T).AllowsTerm T := by simp [AllowsTerm, ofPotentialTerm, allowsTermForm] cases T all_goals simp [PotentialTerm.toFieldLabel, ofFieldLabel] case Λ => exact ⟨a, b, by simp⟩ case K1 | topYukaw...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Allows Term Form subset allows Term of allows Term

SuperSymmetry.SU5.ChargeSpectrum.allowsTermForm_subset_allowsTerm_of_allowsTerm

Project documentation

The charge spectrum allowsTermForm a b c T allows the potential term T. -/ lemma allowsTermForm_allowsTerm {a b c : 𝓩} {T : PotentialTerm} : (allowsTermForm a b c T).AllowsTerm T := by simp [AllowsTerm, ofPotentialTerm, allowsTermForm] cases T all_goals simp [PotentialTerm.toFieldLabel, ofFieldLabel] case Λ => exact ⟨a, b, by simp⟩ case K1 | topYukaw...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Allows Term Q10 or allows Term of allows Term insert Q10

SuperSymmetry.SU5.ChargeSpectrum.allowsTermQ10_or_allowsTerm_of_allowsTerm_insertQ10

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