reenmachine
Gold Member
- 514
- 9
CompuChip said:In the notation I just made it explicit that, except on the variable x, the function f also depends on some other object, namely the set B. Of course if you want to be very formal, you could go
Define f: \mathbb{R} \times \mathscr{P}(\mathbb{R}) \to \mathbb{R} as f(x, B) = x + \sum_{b \in B} b.So f is a function that takes a number (x) and a subset of the reals (B). However, in some applications the subset is "fixed" in the sense that you pick some specific B and then define f as above for that specific B, so it is really only a function of x. Still, there is some dependency on B of course, if I pick a different B then in general f will evaluate to a different number - for example the value of f(0) will change. So instead of writing f(x, B) we often write f(x; B) or fB(x) to indicate that x is really the variable, but the definition also depends on some (earlier) choice of - in this case - B.
I hope that makes it clearer.
When you say
f: \mathbb{R} \times \mathscr{P}(\mathbb{R}) \to \mathbb{R}
I'm not sure I understand in which context you use ℝ × p(ℝ) ---> ℝ , why ℝ × p(ℝ)?In
f(x, B) = x + \sum_{b \in B} b
, why is there a B in f(x,B) , why is it described as if the function had an impact on B while it doesn't since B stays the same and only x receive some kind of ''treatment'' from the function?
Last edited: