1-1 function. Function f maps distinct elements of its domain to distinct elements.
Simply put, all x values will have unique y values. 2 different x values, CANNOT have the same y value.
Formal Definition
Kernel Definition
is injective
1-1 function. Function f maps distinct elements of its domain to distinct elements.
Simply put, all x values will have unique y values. 2 different x values, CANNOT have the same y value.
∀x1,x2∈A:(f(x1)=f(x2))⟹(x1=x2)
T is injective ⟺ ker(T)={0}