Veda Bites are swipeable micro-lessons — each one teaches exactly one
idea. Here's a taste from this kit; the app has the full deck.
💡 Key Idea
Rational Number Closure
Division breaks closure for rationals.
Rational numbers are closed under addition, subtraction, and multiplication, meaning the result is always a rational number. However, they are not closed under division because division by zero is undefined, which is not a rational number.
↳ Rational numbers are closed under +, -, × but not ÷ (due to zero).
📖 Definition
Multiplicative Inverse
Zero has no multiplicative inverse.
The multiplicative inverse of a number $x$ is $\frac{1}{x}$, such that $x \times \frac{1}{x} = 1$. Every non-zero rational number has a multiplicative inverse.
↳ Zero is the only rational number without a multiplicative inverse.
💡 Key Idea
Non-Associative Operations
Subtraction and division are not associative.
An operation is associative if $(a \circ b) \circ c = a \circ (b \circ c)$. Addition and multiplication of rationals are associative, but subtraction and division are not.
↳ For rationals, + and × are associative; − and ÷ are not.