Mathlib Map

Theorems · Definition · linear algebra

Matrix.toBlock

{m : Type u_2} →
  {n : Type u_3} → {α : Type u_12} → Matrix m n α → (p : m → Prop) → (q : n → Prop) → Matrix { a // p a } { a // q a } α

Let p pick out certain rows and q pick out certain columns of a matrix M. Then toBlock M p q is the corresponding block matrix.

Defined in
Mathlib.Data.Matrix.Block
Cited by
13 results in Mathlib
Foundations
Depth 15 from the axioms · uses Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites2

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by15

Results whose statement or proof uses this declaration.