Skip to main content

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

Showing 1,909 to 1,914 of 2,569 results.

Project-declaredLean 4.31.0

Poly Fold base

Polynomial.FoldingPolynomial.polyFold_base

Mathematical statement

Base case of polyFold: when k = 0 or f has degree below k, polyFold f k r = C (f.eval r).

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Poly Fold nat Degree le

Polynomial.FoldingPolynomial.polyFold_natDegree_le

Mathematical statement

The degree bound of polyFold in terms of the degree of the original polynomial and k.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Poly Fold step

Polynomial.FoldingPolynomial.polyFold_step

Mathematical statement

Recursive case of polyFold: when 0 < k ≤ f.natDegree, polyFold f k r = C ((f %ₘ X^k).eval r) + X * polyFold (f /ₘ X^k) k r.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Indicator eq 1 of neg empty empty of pos nonempty

Polynomial.indicator_eq_1_of_neg_empty_empty_of_pos_nonempty

Mathematical statement

The indicator polynomial is a constant one polynomial if the set neg is empty while pos is not.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Indicator eq 1 on pos

Polynomial.indicator_eq_1_on_pos

Mathematical statement

Indicator evaluated on an element of pos is equal to 1.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Indicator ne zero of pos nonempty

Polynomial.indicator_ne_zero_of_pos_nonempty

Mathematical statement

If pos is non-empty then the indicator polynomial is the constant zero polynomial.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record