Documentation

FormalConjecturesForMathlib.Data.ZMod.Fp

Notation for finite field vector spaces #

This file defines the notation 𝔽 p n for the vector space Fin n → ZMod p over the finite field of order p, and provides standard abbreviations for small primes.

@[reducible, inline]
abbrev 𝔽 (p n : ) :

𝔽 p n is the vector space (Z/pZ)^n. When p is prime, this is $\mathbb{F}_p^n$.

Equations
Instances For
    @[reducible, inline]
    abbrev 𝔽₂ (n : ) :

    𝔽₂ n is the vector space $\mathbb{F}_2^n$.

    Equations
    Instances For
      @[reducible, inline]
      abbrev 𝔽₃ (n : ) :

      𝔽₃ n is the vector space $\mathbb{F}_3^n$.

      Equations
      Instances For
        @[reducible, inline]
        abbrev 𝔽₅ (n : ) :

        𝔽₅ n is the vector space $\mathbb{F}_5^n$.

        Equations
        Instances For
          @[reducible, inline]
          abbrev 𝔽₇ (n : ) :

          𝔽₇ n is the vector space $\mathbb{F}_7^n$.

          Equations
          Instances For