if a < b → c := true □ a ≥ b → c := false fi
c ← { a < b : true a ≥ b : false }
(seems like a degenerate, empty, dfn also behaves differently?)