Simply put, a basis in mathematics is the simplest way to represent something, be it a set, object, anything! However, in looking into how several fields of mathematics define a basis, it can turn out very different, and it is entirely dependent on the mathematical idea that the field is studying. So lets start with the basis that most entry-level mathematicians should be familiar with.
Basis in Linear Algebra
Linear algebra is based on the idea of a vector space, which has two components: a field of sclalars and a set of vectors
The typical introduction to what a basis is in linear algebra is that any linear combination of the set of bases uniquely creates every single element of the vector space. Notice how linear combinations make use of the fact that we have scalar multiplication and vector addition. Without that, we would be screwed, because there would be no way for our scalars and vectors to interact!
There’s also one more fact about the basis of a vector space; all the vectors have to be linearly independent. For vectors to be linearly independent, there should be no way to get one vector from a linear combination of the others.
Example 1. It should feel obvious that
and are linearly independent. Formalizing that “obvious” feeling is part of the job of linear algebra.
The reason we mention this is because when using a basis, we generally want to have as few of them as possible. Why? Because if we weren’t seeking the minimum, then we could have arbitrarily large bases. The minimum number of bases of a vector space doesn’t change. This type of value that doesn’t change, for example, you always need
Basis in Topology
I’ll give an overview of what a topology and a topological space are.
Definition 1. Given a set
, a topology is a set that contains subsets of .
As a side note, anytime I use
must satisfy the following properties:
- The empty set and the whole set
must both be in - The collection is closed under arbitrarily many unions.
- The collection is closed under finitely many intersections.
To clear up the second and third requirement, the second says that if we take any number of sets in
We call
Example 2. Define the particular point topology on a set
with an element as follows: Or put simply, the set of all subsets of
that have in them. We also have to include the empty set due to the definition of a topology.
Exercise. Show this is a topology.
So what makes a basis on this type of space? Well if we have a basis, we should be able to form every element in the topology just by using the basis and the properties that a topological space has.
Definition 2. A basis of a topology
is a collection of subsets of such that
covers - Given
, for all , there is such that .
The reason we need the first requirement should be obvious. The topology contains
The second requirement says given two subsets in
Bases in topology don’t really have this size factor that linear algebra has, mainly because the bases of topologies tend to be infinite. However, they can be used in other ways to show, for example, that one topology is contained in the other (can you guess how?).
“Basis” in Abstract Algebra
This summer I’ve been doing research work on geometric group theory, which required me to learn about combinatorial group theory. I’m going to explain the basic motivations that led mathematicians to choose to continue research in those fields. As a reminder, a group is defined as follows:
Definition 3. A set
of elements is a group if there is:
- A binary operation
that takes two elements of the set and sends the to another element: . - Associativity, meaning that
. Basically, we can ignore parenthesis; the order that we do things doesn’t matter! - The identity is an element called
such that any element combined with gives back that element. - Every element has inverses, such that
.
To help build the idea of a “basis” in a group, I’ll start with a simpler concept, cyclic groups.
Cyclic Groups
The idea with a cyclic group is to choose one element of the group, say
Imagine putting
Now I’ll ask a weird question: how could we make it finite? Say we wanted to make the group only have
so really we can just call
Presentation of Groups
In fact, all groups have a presentation. We give them some generators and then add some “rules” (or relators) that they must follow (aside from the regular rules of all groups), and then it can be used to represent any group!
This is the best form of creating a “basis” for a group.
Example 3. Here’s a presentation for
, or all 2D points that have integer coordinates: I should note that
is actually a necessary relator we need to mention. See, nowhere in the group definition does it say that groups elements have to commute. This rule says they do. Groups that also commute have a special name: Abelian Groups.
Alien Math
The alien mathematician Glep comes up to you, and explains how he also knows group theory (which the aliens call Glepglop theory in honor of him) and created his definition of
Well there’s nothing wrong! This works just as fine as the other definition. So now suppose that we weren’t told that both of these groups create
also works? (check it, it does). While it may seem easy to tell for an easy group like
Comments powered by Disqus.