Mathlib Map

Theorems · Definition · group theory

Matrix.unitaryGroup

(n : Type u) →
  [inst : DecidableEq n] →
    [inst_1 : Fintype n] → (α : Type v) → [inst_2 : CommRing α] → [StarRing α] → Submonoid (Matrix n n α)

Matrix.unitaryGroup n is the group of n by n matrices where the star-transpose is the inverse.

Defined in
Mathlib.LinearAlgebra.UnitaryGroup
Cited by
37 results in Mathlib
Foundations
Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEqFintypeCommRingStarRing

Around this declaration

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

Cites6

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

  • CommRingstatement and proof · cited by 17,173
  • Fintypestatement and proof · cited by 7,736
  • Matrixstatement and proof · cited by 4,303
  • Submonoidstatement · cited by 3,086
  • StarRingstatement and proof · cited by 1,686
  • unitaryproof · cited by 207

Cited by46

Results whose statement or proof uses this declaration.