Dot product of two vectors #
This file contains some results on the map dotProduct
, which maps two
vectors v w : n → R
to the sum of the entrywise products v i * w i
.
Main results #
dotProduct_stdBasis_one
: the dot product ofv
with thei
th standard basis vector isv i
dotProduct_eq_zero_iff
: ifv
's dot product with allw
is zero, thenv
is zero
Tags #
matrix
Alias of dotProduct_eq_zero
.
Alias of dotProduct_nonneg_of_nonneg
.
Alias of dotProduct_le_dotProduct_of_nonneg_right
.
Alias of dotProduct_le_dotProduct_of_nonneg_left
.
Alias of dotProduct_self_eq_zero
.
Note that this applies to ℂ
via RCLike.toStarOrderedRing
.
Alias of dotProduct_star_self_nonneg
.
Note that this applies to ℂ
via RCLike.toStarOrderedRing
.
Note that this applies to ℂ
via RCLike.toStarOrderedRing
.
Alias of dotProduct_self_star_nonneg
.
Note that this applies to ℂ
via RCLike.toStarOrderedRing
.
Note that this applies to ℂ
via RCLike.toStarOrderedRing
.
Alias of dotProduct_star_self_eq_zero
.
Note that this applies to ℂ
via RCLike.toStarOrderedRing
.
Note that this applies to ℂ
via RCLike.toStarOrderedRing
.
Alias of dotProduct_self_star_eq_zero
.
Note that this applies to ℂ
via RCLike.toStarOrderedRing
.
Note that this applies to ℂ
via RCLike.toStarOrderedRing
.
Note that this applies to ℂ
via RCLike.toStarOrderedRing
.