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

1 topic

187 results

Clear filters
Project-declaredLean 4.32.0

Stand Param As Matrix unitary

standParamAsMatrix_unitary

Plain-language statement

The standard parameterization forms a unitary matrix.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Minimally Allows Term iff powerset count P eq one

SuperSymmetry.SU5.ChargeSpectrum.minimallyAllowsTerm_iff_powerset_countP_eq_one

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

Minimally Allows Term iff powerset filter eq

SuperSymmetry.SU5.ChargeSpectrum.minimallyAllowsTerm_iff_powerset_filter_eq

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

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

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