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.

All topics

591 results

Clear filters
Project-declaredLean 4.32.0

Decompose to Charge Map

FTheory.SU5.TenQuanta.decompose_toChargeMap

Project documentation

The decomposition of a TenQuanta into a TenQuanta which has the same reduce by has fluxes {⟨1, 0⟩, ⟨1, 0⟩, ⟨1, 0⟩} or {⟨1, 1⟩, ⟨1, -1⟩, ⟨1, 0⟩} only. This only works for fluxes which have no exotics or zeros. -/ def decompose (x : TenQuanta 𝓩) : TenQuanta 𝓩 := x.bind fun p => (decomposeFluxes p.2).map fun f => (p.1, f) /-! #### C.2.1. Decompos...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Decompose to Charges dedup

FTheory.SU5.TenQuanta.decompose_toCharges_dedup

Project documentation

The decomposition of a TenQuanta into a TenQuanta which has the same reduce by has fluxes {⟨1, 0⟩, ⟨1, 0⟩, ⟨1, 0⟩} or {⟨1, 1⟩, ⟨1, -1⟩, ⟨1, 0⟩} only. This only works for fluxes which have no exotics or zeros. -/ def decompose (x : TenQuanta 𝓩) : TenQuanta 𝓩 := x.bind fun p => (decomposeFluxes p.2).map fun f => (p.1, f) /-! #### C.2.1. Decompos...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Decompose to Fluxes Ten

FTheory.SU5.TenQuanta.decompose_toFluxesTen

Project documentation

The decomposition of a TenQuanta into a TenQuanta which has the same reduce by has fluxes {⟨1, 0⟩, ⟨1, 0⟩, ⟨1, 0⟩} or {⟨1, 1⟩, ⟨1, -1⟩, ⟨1, 0⟩} only. This only works for fluxes which have no exotics or zeros. -/ def decompose (x : TenQuanta 𝓩) : TenQuanta 𝓩 := x.bind fun p => (decomposeFluxes p.2).map fun f => (p.1, f) /-! #### C.2.1. Decompos...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Exists to Charges to Fluxes Ten of mem lift Charge

FTheory.SU5.TenQuanta.exists_toCharges_toFluxesTen_of_mem_liftCharge

Project documentation

Given a finite set of charges c the TenQuanta which do not have exotics, duplicate charges or zero fluxes, which map down to c. This is defined to be as efficient as possible. -/ def liftCharge (c : Finset 𝓩) : Multiset (TenQuanta 𝓩) := /- The {(1, 0), (1, 0), (1, 0)} case. -/ /- The multisets of cardinality 3 containing 3 elements of c. -/ let...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Map lift Charge

FTheory.SU5.TenQuanta.map_liftCharge

Project documentation

Given a finite set of charges c the TenQuanta which do not have exotics, duplicate charges or zero fluxes, which map down to c. This is defined to be as efficient as possible. -/ def liftCharge (c : Finset 𝓩) : Multiset (TenQuanta 𝓩) := /- The {(1, 0), (1, 0), (1, 0)} case. -/ /- The multisets of cardinality 3 containing 3 elements of c. -/ let...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Mem lift Charge of mem no Exotics has No Zero

FTheory.SU5.TenQuanta.mem_liftCharge_of_mem_noExotics_hasNoZero

Project documentation

Given a finite set of charges c the TenQuanta which do not have exotics, duplicate charges or zero fluxes, which map down to c. This is defined to be as efficient as possible. -/ def liftCharge (c : Finset 𝓩) : Multiset (TenQuanta 𝓩) := /- The {(1, 0), (1, 0), (1, 0)} case. -/ /- The multisets of cardinality 3 containing 3 elements of c. -/ let...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record