LeanPool.QuasiBorelSpaces.Option.Instances #
Imported Lean Pool material for LeanPool.QuasiBorelSpaces.Option.Instances.
@[implicit_reducible]
Equations
- Option.instPreorderLeanPool = { toLE := instLEOption, toLT := instLTOption, le_refl := ⋯, le_trans := ⋯, lt_iff_le_not_ge := ⋯ }
@[implicit_reducible]
Bottom-order on options: none is bottom, some is ordered pointwise.
Equations
- Option.instPartialOrderLeanPool = { toPreorder := Option.instPreorderLeanPool, le_antisymm := ⋯ }