Decompose to Fluxes Five
FTheory.SU5.FiveQuanta.decompose_toFluxesFive
Project documentation
The decomposition of a FiveQuanta into a FiveQuanta which has the same reduce by has fluxes β¨1, -1β© and β¨0,1β© only. -/ def decompose (x : FiveQuanta π©) : FiveQuanta π© := x.bind fun p => (decomposeFluxes p.2).map fun f => (p.1, f) /-! #### C.2.1. Decomposition distributes over addition -/ lemma decompose_add (x y : FiveQuanta π©) : (x + y).deco...
Source project: Physlib
Person-level attribution pending.