Commit 2024-02-01 21:13 aa20ff6f
View on Github →feat(Data/Complex/Order, Analysis/Complex/Basic): add OrderClosedTopology instance, monotonicity of ofReal (#10112)
This adds an OrderClosedTopology
instance (scoped to ComplexOrder
) for the complex numbers (to make things like tsum_le_tsum
work with the partial order on the complex numbers) and the fact that Complex.ofReal'
is monotone with respect to this order.