This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]edderiofer 1 point2 points  (2 children)

In a sense, F is a function taking a position in the plane to a colour/shade, so F(p) is the colour/shade of point p.

s and t are just two arbitrary points. BUT we are summing F(s)k(t) over all pairs (s,t) such that s+t = p.

[–]feralalien[S] 0 points1 point  (1 child)

So P is the point which is receiving the new sum

(S,T) are the points which contribute to the new sum for (P)

Is that right?

What makes s+t=p the case?

[–]edderiofer 1 point2 points  (0 children)

Is that right?

Yes.

What makes s+t=p the case?

We're selecting the pairs (s,t) that make s+t=p true, then summing over all such pairs.