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 curated research declarations and 119,070 complete package declarations. Search 10,000 more complete Mathlib declarations.

All topics

Showing 1,669 to 1,674 of 2,569 results.

Project-declaredLean 4.32.0

Det exp of block Triangular id

Matrix.det_exp_of_blockTriangular_id

Mathematical statement

Lie's trace formula for upper triangular matrices.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Det exp real

Matrix.det_exp_real

Mathematical statement

Lie's trace formula over ℝ: det(exp(A)) = exp(tr(A)) for any real matrix A. This is proved by transferring the result from ℂ using the naturality of polynomial identities.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Full row rank via rank sub Left Full

Matrix.full_row_rank_via_rank_subLeftFull

Mathematical statement

An m×n matrix has full rank if the submatrix consisting of columns 1 through m has rank m.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.1

Get M option eq some iff

Matrix.getM_option_eq_some_iff

Mathematical statement

getM at Option succeeds exactly when every component does. This is what turns the func branch of ofNat into a statement about each argument separately.

formal logicmetatheoryproof theory

Source project: Foundation

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Matrix isometry preserves norm

Matrix.isometry_preserves_norm

Project documentation

The operator norm of a matrix, with respect to the Euclidean norm (l2 norm) on the domain and codomain. -/ noncomputable def Matrix.opNorm [RCLike 𝕜] (A : Matrix m n 𝕜) : ℝ := ‖LinearMap.toContinuousLinearMap (Matrix.toEuclideanLin A)‖ /- An isometry preserves the Euclidean norm.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Matrix op Norm isometry

Matrix.opNorm_isometry

Project documentation

The operator norm of a matrix, with respect to the Euclidean norm (l2 norm) on the domain and codomain. -/ noncomputable def Matrix.opNorm [RCLike 𝕜] (A : Matrix m n 𝕜) : ℝ := ‖LinearMap.toContinuousLinearMap (Matrix.toEuclideanLin A)‖ /- An isometry preserves the Euclidean norm. -/ theorem Matrix.isometry_preserves_norm (A : Matrix n m 𝕜) (hA : A.Isom...

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record