mathIsART
Bible
YouTube
code
GitHub
code
Source
mathIsART
Jesus is God of gods
Get started
As I have loved you
also ye
love one another
John 13:34
Proofs in Analysis: no step left behind
A textbook in progress for a first course in Real Analysis.
The singleton set is unique up to unique set-isomorphism
A
singleton
set is a set with one element. There is "
essentially just one
" singleton set. This a very different situation than that for the empty set, where we know there's
precisely one
empty set
. Why? How?
The preimage function is a morphism of Boolean algebras
Every function between
sets
gives rise to a function between their
power sets
, in the
opposite direction
. Power sets are
Boolean algebras
, and this function between power sets preserves the Boolean algebra structure: it is a
morphism
of Boolean algebras. This we explain and prove.
Unions and intersections
From
topology
to
measure theory
, being comfortable around
unions
and
intersections
is very important. Here we give examples and go over the
definitions
.
Coding a visualization of dot products in GLSL
Dot products
are ubiquitous in math and physics. In this YouTube video, we use dot products to
visualize
... dot products.