Equations
Equations
- Aesop.instInhabitedPremiseIndex.default = { toNat := default }
Instances For
Equations
Equations
- Aesop.instBEqPremiseIndex.beq { toNat := a } { toNat := b } = (a == b)
- Aesop.instBEqPremiseIndex.beq x✝¹ x✝ = false
Instances For
Equations
Instances For
Equations
Instances For
Equations
- Aesop.instOrdPremiseIndex = { compare := Aesop.instOrdPremiseIndex.ord }
Equations
- Aesop.instOrdPremiseIndex.ord { toNat := a } { toNat := b } = (compare a b).then Ordering.eq
Instances For
Equations
- Aesop.instLTPremiseIndex = { lt := fun (i j : Aesop.PremiseIndex) => i.toNat < j.toNat }
Equations
- Aesop.instDecidableRelPremiseIndexLt i j = inferInstanceAs (Decidable (i.toNat < j.toNat))
Equations
- Aesop.instLEPremiseIndex = { le := fun (i j : Aesop.PremiseIndex) => i.toNat ≤ j.toNat }
Equations
- Aesop.instDecidableRelPremiseIndexLe i j = inferInstanceAs (Decidable (i.toNat ≤ j.toNat))
Equations
- Aesop.instToStringPremiseIndex = { toString := fun (i : Aesop.PremiseIndex) => toString i.toNat }