def
definition
def or abbrev
dot
show as:
view Lean formalization →
formal statement (Lean)
21def dot {n : ℕ} (α t : Vec n) : ℝ := ∑ i : Fin n, α i * t i
proof body
Definition body.
22
23/-- Componentwise logarithm. -/
used by (40)
-
compensatory_nonneg_of_sqNorm_le_one -
dot_sq_le_sqNorm_mul -
multiplicative_le_additive_of_sqNorm_le_one -
multiplicativeQuadratic -
sqNorm -
sqNorm_uniform -
uniform_sqNorm_one -
aggregate -
dot_log_hadamardDiv -
dot_log_hadamardInv -
dot_log_hadamardMul -
JcostN_eq_cosh_logsum -
JcostN_eq_zero_iff -
JcostN_unit -
JlogN -
JlogN_eq_cosh_sub_one -
Vec -
JcostN_dAlembert -
applyHessian_eq_direction -
applyHessian_of_dot_zero -
gradientEntry -
hessianAt_factor -
hessianEntry -
hessianEntry_zero -
quadraticHessian -
quadraticHessian_eq -
metricEntry_zero -
aggregate_eq_one_iff -
zero_cost_iff_dot_zero -
AApply