Documentation

MerLeanBpqc.Remarks.Rem_1_BaseField

Remark 1: Base Field #

For the remainder of this manuscript we will only consider vector spaces over the field $\mathbb{F}_2$. All tensor products, linear maps, and homology computations are taken over $\mathbb{F}_2$ unless stated otherwise.

Main Definitions #

Main Results #

Base field definition #

@[reducible, inline]
abbrev 𝔽₂ :

𝔽₂ is the field with two elements, ZMod 2. All vector spaces, tensor products, linear maps, and homology computations in this paper are over 𝔽₂.

Equations
Instances For

    Field and finiteness instances #

    Basic properties of 𝔽₂ arithmetic #

    In 𝔽₂, the cardinality is 2.

    theorem 𝔽₂.neg_eq_self (a : 𝔽₂) :
    -a = a

    In 𝔽₂, every element equals its own negation.

    theorem 𝔽₂.add_self_eq_zero (a : 𝔽₂) :
    a + a = 0

    In 𝔽₂, a + a = 0 for all a.

    theorem 𝔽₂.sub_eq_add (a b : 𝔽₂) :
    a - b = a + b

    In 𝔽₂, subtraction equals addition.