In Dieter Gollmann's Computer security book, under Biba model, *-property is explained as follows.
If subject s can read (observe) object o, then s can have write access to some other object p only if fo(p)<=fo(o).
I expect that the ultimate idea of this statement must be simply 'no read down' or something like that (according to resources in internet). But I don't understand how this statement express that idea. Can someone please explain?