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

1 topic

11 results

Clear filters
Project-declaredLean 4.31.0

Of Record Type preserves attr

Cedar.Thm.ofRecordType_preserves_attr

Plain-language statement

If some attribute exists in a record type, then it should still exist after applying TermType.ofRecordType

authorizationprogram verificationsemantics

Source project: Cedar Specification

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Partial eval preserves well typed

Cedar.Thm.partial_eval_preserves_well_typed

Plain-language statement

Theorem: Partial evaluation preserves well-typedness of residuals. If a residual is well-typed in some type environment, then partially evaluating it with a partial request and partial entities produces another well-typed residual in the same type environment. This is a fundamental property ensuring that the partial evaluation process maintains type safet...

authorizationprogram verificationsemantics

Source project: Cedar Specification

Person-level attribution pending.

View proof record