I'm not sure if this is suitable for stackoverflow, but I don't know where else to ask. I am studying the B-method to prove consistency in requirements specifications, and I have a problem with logical mathematical notation when specifying the preconditions for operations.
To simplify the original problem, I have a variable which is a subset of the flights of the Cartesian product between FLIGHT_NO x TIME x TIME, where for each member (no, td, ta) there are no number of flights, td departure time and arrival time. How can I get, using mathematical logical notation, the flight element that has the highest td value?
source
share