The equivalence property of the unit impulse says that multiplying any function continuous at by an impulse located at produces a scaled impulse, where the scaling factor is the function’s value at :

The reasoning is direct. The impulse is zero everywhere except at , so the product is zero everywhere except possibly at that one point. At , the multiplier takes the value , so we have a scaled-by- impulse at .

Notice the right-hand side has — a constant, with no in it. The function is “evaluated” at the impulse’s location, and only that one value of matters. Everything else gets discarded.

Why this is useful

This is the property that makes convolutions with impulses trivial: the impulse picks out one value of the function. The sifting property (sometimes called the sampling property) is a direct corollary — integrating both sides over :

Equivalence is the pointwise statement; sifting is its integrated version. In a derivation you’ll often write the pointwise form first to manipulate algebraically, then integrate at the end.

Worked example

Compute . By equivalence with and :

This kind of simplification appears in every verification of an impulse-response calculation: when you plug back into the ODE, simplifies to exactly via this property.

For the integrated version, see the sifting property inside the Dirac delta note. For the third member of the trio — scaling — see Scaling property of the impulse.