Enter two numbers to check if the first number is divisible by the second number: Check
Let 𝔽 be any field. A set V with two operation (+:V×V→V called vector addition, and •:𝔽×V→V called scalar multiplication) is a vector space over the field 𝔽 if and only if satisfy all the axioms below.
- ∀v,w ∈ V, v + w = +(v,w) ∈ V (V is closed under vector addition).
- ∀v,w ∈ V, v + w = w + v (Commutativity of vector addition).
- ∀u,v,w ∈ V, u + (v + w) = (u + v) + w (Associativity of vector addition).
- ∃0 ∈ V (0 is called the zero vector) such that ∀v ∈ V v + 0 = v (Existence of identity element of vector addition).
- ∀v ∈ V, ∃-v ∈ V (-v is called the additive inverse of v) such that v + (-v) = 0 (Existence of inverse element of vector addition).
- ∀v ∈ V, ∀a ∈ 𝔽, •(a,v) = a•v = av ∈ V (V is closed under scalar multiplication)
- ∀v ∈ V, ∀a,b ∈ 𝔽, a(bv) = a•(b•v) = (a×b)•v = (ab)v , where × is the field multiplication of field 𝔽 (Compability of scalar multiplication with field multiplication).
- ∀v ∈ V, 1v = v, where 1 is the multiplicative identity in 𝔽 (Identity element of scalar multiplication).
- ∀v,w ∈ V, ∀a ∈ 𝔽, a(u + v) = au + av (Distributivity of scalar multiplication with respect to vector addition)
- ∀v ∈ V, ∀a,b ∈ 𝔽, (a+b)v = av + bv (Distributivity of scalar multiplication with respect to field addition)
Comments
Post a Comment