Basic random matrix vocabulary #
Verified Wikipedia reference:
- Random matrix: https://en.wikipedia.org/wiki/Random_matrix
Product measurable-space structure for finite matrices.
Formula reference: a random matrix is a matrix-valued random object; the product measurable-space instance supplies the measurable side of that vocabulary. See https://en.wikipedia.org/wiki/Random_matrix
An m x n real random matrix with concrete finite dimensions.
Formula reference: this is the Lean type for a finite-dimensional random matrix; see https://en.wikipedia.org/wiki/Random_matrix
Instances For
Entry random variable of a random matrix.
Formula reference: matrix-valued randomness is checked entrywise here; see https://en.wikipedia.org/wiki/Random_matrix
Instances For
Entrywise measurability predicate for random matrices.
Formula reference: this predicate records that each matrix entry is a real random variable, matching the entrywise view of a random matrix; see https://en.wikipedia.org/wiki/Random_matrix
Instances For
Formula reference: this unfolds the entry random variable A_ij; see
https://en.wikipedia.org/wiki/Random_matrix
Pointwise scalar multiple of a random matrix.
This names the object-level adapter so theorem statements can refer to a scaled random matrix without exposing an anonymous lambda.
Instances For
Indexed family of pointwise scalar multiples of random matrices.
This is the family-level adapter used by trace-MGF and Matrix Bernstein routes when a finite family is rescaled by a scalar parameter.
Instances For
Pointwise negation of a random matrix.
This names the object-level negative adapter so public theorem statements can refer to a negated random matrix without exposing an anonymous lambda.
Instances For
Pointwise scalar multiplication preserves entrywise random-matrix measurability.
Pointwise scalar multiplication preserves entrywise random-matrix measurability for indexed families.
Pointwise negation preserves entrywise random-matrix measurability.
Deterministic rank-one self outer-product matrix associated to a vector.
Formula reference: the outer product has entries x_i * x_j; see
https://en.wikipedia.org/wiki/Outer_product .
Instances For
Formula reference: this unfolds the rank-one outer-product entry x_i * x_j;
see https://en.wikipedia.org/wiki/Outer_product .
Rank-one self outer-product random matrix associated to a random vector.
Formula reference: the outer product has entries x_i * x_j; see
https://en.wikipedia.org/wiki/Outer_product . This declaration only exposes
the object-level vector-to-matrix map; measurability and integrability remain
separate assumptions/bridges, matching the random-vector convention at
https://en.wikipedia.org/wiki/Random_vector .
Instances For
Indexed family of rank-one self outer-product random matrices.
This names the family-level adapter so downstream APIs can refer to the rank-one matrix family directly.
Instances For
Formula reference: this unfolds the rank-one outer-product entry
X_i(omega) * X_j(omega); see https://en.wikipedia.org/wiki/Outer_product .
Formula reference: the matrix entry of a rank-one outer product is the product of the corresponding vector coordinates; see https://en.wikipedia.org/wiki/Outer_product .
Entries of an IsRandomMatrix are real random variables.
Formula reference: entrywise random-variable structure is the finite-matrix specialization of random matrices; see https://en.wikipedia.org/wiki/Random_matrix
Rank-one self outer products of random vectors are random matrices.
Formula reference: each entry is the product X_i * X_j; measurability follows
from closure of measurable real functions under multiplication. See
https://en.wikipedia.org/wiki/Outer_product and
https://en.wikipedia.org/wiki/Measurable_function .
Entrywise measurability gives measurability of the matrix-valued map.
Formula reference: this upgrades entrywise measurable random variables to a matrix-valued random object; see https://en.wikipedia.org/wiki/Random_matrix
Entrywise measurability in a smaller measurable space gives ambient random-matrix measurability when the smaller space is below the ambient one.