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

Subset minimally Allows Term of allows Term

SuperSymmetry.SU5.ChargeSpectrum.subset_minimallyAllowsTerm_of_allowsTerm

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

Yukawa Generates Dangerous At Level of subset

SuperSymmetry.SU5.ChargeSpectrum.yukawaGeneratesDangerousAtLevel_of_subset

Plain-language statement

For charges x : Charges, the proposition which states that the singlets needed to regenerate the Yukawa couplings regenerate a dangerous coupling (in the superpotential) with up-to n insertions of the scalars. Note: If defined as (x.ofYukawaTermsNSum n).toFinset ∩ x.phenoConstrainingChargesSP.toFinset ≠ ∅ the execution time is greatly increased. -/ de...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Delta Contr₂ metric

SUSY.N1.deltaContr₂_metric

Plain-language statement

The contr_metric law (two-module): contracting the inner M/N legs of deltaCap b ⊗ deltaCap b' yields deltaCap₂ b' b.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Delta Contr₂ unit

SUSY.N1.deltaContr₂_unit

Plain-language statement

The snake identity (two-module, contr_unit law): contracting x ∈ M into the M-leg of deltaCap₂ b' b ∈ N ⊗ M returns x.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Repr conj Chiral Covector

SUSY.N1.repr_conjChiralCovector

Plain-language statement

Component formula for the holomorphic covector conjugate: the ![I] basis component of conjChiralCovector t is the complex conjugate of the ![I] component of t.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

To Field conj Scalar

SUSY.N1.toField_conjScalar

Plain-language statement

For scalar tensors, toField of the normalized tensor conjugate is the complex conjugate of toField.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record