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

All topics

2569 results

Project-declaredLean 4.31.0

Sumcheck round Poly degree LE

Sumcheck.Spec.SingleRound.sumcheck_roundPoly_degreeLE

Project documentation

Auxiliary lemma for proving that the polynomial sent by the honest prover is of degree at most deg

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Sum cube succ

SumcheckDomain.sum_cube_succ

Plain-language statement

Telescoping identity (the core sum-check completeness step): summing over the (k+1)-coordinate cube equals summing coordinate 0 over its domain, then the rest over the tail cube. This is the piFinset "cons decomposition" 𝔻^{k+1} ↔ 𝔻₀ Γ— 𝔻^k.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Allows Term insert Q10 of allows Term Q10

SuperSymmetry.SU5.ChargeSpectrum.allowsTerm_insertQ10_of_allowsTermQ10

Project documentation

The proposition for which says, given a charge x adding a charge q5 permits the existence of a potential term T due to the addition of that charge. -/ def AllowsTermQ10 (x : ChargeSpectrum 𝓩) (q10 : 𝓩) (T : PotentialTerm) : Prop := match T with | .ΞΌ => false | .Ξ² => false | .Ξ› => (0 : 𝓩) ∈ (x.Q5.product x.Q5).val.map (fun (y, z) => y + z + q10) |...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Allows Term insert Q5 of allows Term Q5

SuperSymmetry.SU5.ChargeSpectrum.allowsTerm_insertQ5_of_allowsTermQ5

Project documentation

The proposition for which says, given a charge x adding a charge q5 permits the existence of a potential term T due to the addition of that charge. -/ def AllowsTermQ5 (x : ChargeSpectrum 𝓩) (q5 : 𝓩) (T : PotentialTerm) : Prop := match T with | .ΞΌ => false | .Ξ² => match x with | ⟨_, some qHu, _, _⟩ => q5 = qHu | _ => false | .Ξ› => (0 : 𝓩) ∈ ((ins...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Allows Term Form allows Term

SuperSymmetry.SU5.ChargeSpectrum.allowsTermForm_allowsTerm

Plain-language statement

The charge spectrum allowsTermForm a b c T allows the potential term T.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record