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

Mem elems No Exotics of no Exotics

FTheory.SU5.FluxesTen.mem_elemsNoExotics_of_noExotics

Project documentation

The allowed subsets of a FluxesTen which has no exotics or zeros. -/ def noExoticsSubsets : (n : ℕ) → Finset (Multiset Fluxes) | 0 => {{}} | 1 => {{⟨1, -1⟩}, {⟨1, 0⟩}, {⟨1, 1⟩}, {⟨2, -1⟩}, {⟨2, 0⟩}, {⟨2, 1⟩}, {⟨3, 0⟩}} | 2 => {{⟨1, -1⟩, ⟨1, 0⟩}, {⟨1, -1⟩, ⟨1, 1⟩}, {⟨1, -1⟩, ⟨2, 1⟩}, {⟨1, 0⟩, ⟨1, 0⟩}, {⟨1, 0⟩, ⟨1, 1⟩}, {⟨1, 0⟩, ⟨2, 0⟩}, {⟨1, 1⟩, ⟨2, -1⟩}...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Mem mem finset of no Exotics

FTheory.SU5.FluxesTen.mem_mem_finset_of_noExotics

Project documentation

Completeness of elemsNoExotics, that is, every element of FluxesFive which obeys NoExotics is an element of elemsNoExotics, and every element of elemsNoExotics obeys NoExotics. -/ lemma noExotics_iff_mem_elemsNoExotics (F : FluxesFive) : F.NoExotics ∧ F.HasNoZero ↔ F ∈ elemsNoExotics := by constructor · exact fun ⟨h1, h2⟩ => mem_elemsNoExotics...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Subset le mem of card eq succ

FTheory.SU5.FluxesTen.subset_le_mem_of_card_eq_succ

Project documentation

Completeness of elemsNoExotics, that is, every element of FluxesFive which obeys NoExotics is an element of elemsNoExotics, and every element of elemsNoExotics obeys NoExotics. -/ lemma noExotics_iff_mem_elemsNoExotics (F : FluxesFive) : F.NoExotics ∧ F.HasNoZero ↔ F ∈ elemsNoExotics := by constructor · exact fun ⟨h1, h2⟩ => mem_elemsNoExotics...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Is Viable iff charges mem viable Charges mem lift Charges

FTheory.SU5.Quanta.isViable_iff_charges_mem_viableCharges_mem_liftCharges

Project documentation

The quanta satisfy the linear anomaly cancellation conditions. -/ linear_anomalies : x.LinearAnomalyCancellation lemma isViable_iff_def (x : Quanta) : IsViable x ↔ x.toCharges.IsComplete ∧ ¬ x.toCharges.IsPhenoConstrained ∧ ¬ x.toCharges.YukawaGeneratesDangerousAtLevel 1 ∧ (∃ I : CodimensionOneConfig, x.toCharges ∈ ofFinset I.allowedBarFiveCharges I.allow...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Anomaly Coefficient of reduce

FTheory.SU5.TenQuanta.anomalyCoefficient_of_reduce

Project documentation

The anomaly coefficient of a TenQuanta is given by the pair of integers: (∑ᵢ qᵢ Nᵢ, 3 * ∑ᵢ qᵢ² Nᵢ). The first components is for the mixed U(1)-MSSM, see equation (22) of arXiv:1401.5084. The second component is for the mixed U(1)Y-U(1)-U(1) gauge anomaly, see equation (23) of arXiv:1401.5084. -/ def anomalyCoefficient (F : TenQuanta 𝓩) : 𝓩 × 𝓩 := (...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Decompose filter charge

FTheory.SU5.TenQuanta.decompose_filter_charge

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