Documentation

Mathlib.NumberTheory.NumberField.EquivReindex

Reindexed basis #

This file introduces an equivalence between the set of embeddings of K into โ„‚ and the index set of the chosen basis of the ring of integers of K.

Tags #

house, number field, algebraic number

@[reducible, inline]

An equivalence between the set of embeddings of K into โ„‚ and the index set of the chosen basis of the ring of integers of K.

Instances For
    @[reducible, inline]

    The basis matrix for the embeddings of K into โ„‚. This matrix is formed by taking the lattice basis vectors of K and reindexing them according to the equivalence equivReindex, then transposing the resulting matrix.

    Instances For
      theorem NumberField.det_of_basisMatrix_non_zero (K : Type u_1) [Field K] [NumberField K] [DecidableEq (K โ†’+* โ„‚)] :
      (basisMatrix K).det โ‰  0
      @[implicit_reducible]