Equations
Equations
Equations
- One or more equations did not get rendered due to their size.
Equations
- WGCL.instAddBoolean = { add := fun (a b : WGCL.Boolean) => a || b }
Equations
- WGCL.instMulBoolean = { mul := fun (a b : WGCL.Boolean) => a && b }
Equations
- One or more equations did not get rendered due to their size.
Equations
- WGCL.instOrderBotTNat = { toBot := WGCL.instBotTNat, bot_le := WGCL.instOrderBotTNat._proof_22 }
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- WGCL.instZeroTNat = { zero := WGCL.TNat.ofENat ⊤ }
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
Equations
Equations
- WGCL.instAddBottleneck = { add := fun (a b : WGCL.Bottleneck) => max a b }
Equations
- WGCL.instMulBottleneck = { mul := fun (a b : WGCL.Bottleneck) => min a b }
Equations
- WGCL.instZeroBottleneck = { zero := ⊥ }
Equations
- One or more equations did not get rendered due to their size.
Equations
- WGCL.instMonoidList_wGCL = { mul := List.append, mul_assoc := ⋯, one := WGCL.ε, one_mul := ⋯, mul_one := ⋯, npow_zero := ⋯, npow_succ := ⋯ }
Instances For
Equations
Instances For
theorem
WGCL.instCovariantClassListLanguageHSMulLe_wGCL
{Γ : Type}
:
CovariantClass (List Γ) (Language Γ) HSMul.hSMul LE.le
def
WGCL.Chain.upperBounds
{α : Type u_1}
[Preorder α]
(s : OmegaCompletePartialOrder.Chain α)
:
Set α
The set of upper bounds of a set.
Instances For
A set is bounded above if there exists an upper bound.
Equations
Instances For
def
WGCL.Chain.BddAbove_choose_spec
{α : Type u_1}
[Preorder α]
{s : OmegaCompletePartialOrder.Chain α}
(h : BddAbove s)
⦃a : α⦄
:
a ∈ s → a ≤ Exists.choose h
Equations
- ⋯ = ⋯
Instances For
Equations
- WGCL.instOrderBotTropicalENat_wGCL = { bot := ⊤, bot_le := WGCL.instOrderBotTropicalENat_wGCL._proof_80 }
Equations
- One or more equations did not get rendered due to their size.