theorem
  for V, W being add-associative right_zeroed right_complementable
  vector-distributive scalar-distributive scalar-associative scalar-unital
  non empty ModuleStr over INT.Ring, f being homogeneousFAF Form of V,W,
  v being Vector of V holds f.(v,0.W) = 0.INT.Ring
  proof
    let V, W be add-associative right_zeroed right_complementable
    vector-distributive scalar-distributive scalar-associative scalar-unital
    non empty ModuleStr over INT.Ring;
    let f be homogeneousFAF Form of V,W, v be Vector of V;
    (0.INT.Ring)*(0.W) = 0.W by VS10Th1;
    hence f.(v,0.W) = (0.INT.Ring) * f.(v,0.W) by BLTh32
    .= 0.INT.Ring;
  end;
