Order on tropical algebraic structure #
This file defines the orders induced on tropical algebraic structures by the underlying type.
Main declarations #
ConditionallyCompleteLattice (MinTropical R)/ConditionallyCompleteLattice (MaxTropical R)ConditionallyCompleteLinearOrder (MinTropical R)/ConditionallyCompleteLinearOrder (MaxTropical R)
Implementation notes #
The order induced is the definitionally equal underlying order, which makes the proofs and constructions quicker to implement.
@[instance_reducible]
Equations
- One or more equations did not get rendered due to their size.
@[instance_reducible]
Equations
- One or more equations did not get rendered due to their size.
@[instance_reducible]
Equations
- One or more equations did not get rendered due to their size.
@[instance_reducible]
Equations
- One or more equations did not get rendered due to their size.
@[instance_reducible]
Equations
- MinTropical.instLattice = { toSemilatticeSup := MinTropical.instSemilatticeSup, inf := SemilatticeInf.inf, inf_le_left := ⋯, inf_le_right := ⋯, le_inf := ⋯ }
@[instance_reducible]
Equations
@[instance_reducible]
Equations
- MinTropical.instSupSet = { sSup := fun (s : Set (MinTropical R)) => MinTropical.trop (sSup (MinTropical.untrop '' s)) }
@[instance_reducible]
Equations
- MaxTropical.instInfSet = { sInf := fun (s : Set (MaxTropical R)) => MaxTropical.trop (sInf (MaxTropical.untrop '' s)) }
@[instance_reducible]
Equations
- MinTropical.instInfSet = { sInf := fun (s : Set (MinTropical R)) => MinTropical.trop (sInf (MinTropical.untrop '' s)) }
@[instance_reducible]
Equations
- MaxTropical.instSupSet = { sSup := fun (s : Set (MaxTropical R)) => MaxTropical.trop (sSup (MaxTropical.untrop '' s)) }
@[instance_reducible]
instance
MinTropical.instConditionallyCompleteLattice
{R : Type u_1}
[ConditionallyCompleteLattice R]
:
Equations
- One or more equations did not get rendered due to their size.
@[instance_reducible]
instance
MaxTropical.instConditionallyCompleteLattice
{R : Type u_1}
[ConditionallyCompleteLattice R]
:
Equations
- One or more equations did not get rendered due to their size.
@[instance_reducible]
instance
MinTropical.instConditionallyCompleteLinearOrder
{R : Type u_1}
[ConditionallyCompleteLinearOrder R]
:
Equations
- One or more equations did not get rendered due to their size.